dsynth - Change default compression from .tgz to .txz
[dragonfly.git] / sys /
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded unlock/reloc...
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove unrelated comment on rmdir
2019-11-05 Tomohiro Kusumisys/vfs/msdosfs: Sync debug prints with FreeBSD
2019-11-03 François Tigeotdevfs: Add a vnode pointer argument to dev_dopen()
2019-11-03 François Tigeotdrm/linux: Rework wait_event_xxx() macros
2019-11-03 François Tigeotdrm/linux: Only define GFP_KERNEL once
2019-11-03 François Tigeotdrm: Remove most system headers from linux/list.h
2019-11-02 zrj<wchar.h>: Implement correct limits for different wchar...
2019-11-02 zrj<ctype.h>: Internalize __ct_rune_t type.
2019-11-02 zrj<wchar.h>: Refactor wchar_t/wint_t/mb_state setup.
2019-11-02 zrjvkernel64: Reduce <pthread.h> exposure to generic kerne...
2019-11-02 zrjkernel/drm: Yeet drm_free() inline.
2019-11-02 zrj<sys/malloc.h>: Avoid self referencing macros.
2019-11-01 zrj<sys/malloc.h>: Reduce kmalloc() implicit requirements...
2019-11-01 zrj<sys/malloc.h>: Reduce kmalloc() implicit requirements...
2019-11-01 zrjkernel/hammer2: Make C_HASHTABLE static.
2019-11-01 zrjkernel/dm: Include <sys/param.h> first.
2019-11-01 zrjkernel/pc64: Move up include order in vmx.c.
2019-11-01 zrj<net/if_var.h>: Remove last explicit dependency on...
2019-11-01 zrj<sys/malloc.h>: Add comment about assumption in drm...
2019-11-01 zrjkernel/drm: Decouple from network headers.
2019-11-01 zrj<sys/idr.h>: Move implementation details to Linux compa...
2019-11-01 Sascha WildnerRemove nextboot remains.
2019-10-31 Sascha Wildner<termios.h>: #define MDMBUF as an alias for CCAR_OFLOW.
2019-10-31 zrj<sys/posix4.h>: Remove single use macros.
2019-10-31 zrjkernel/vfs: Consistently check if MALLOC_DECLARE was...
2019-10-31 zrjkernel: Remove explicit dependencies on <sys/malloc...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources (part 2).
2019-10-31 zrj<sys/sysref.h>: Switch to lighter <sys/_malloc.h> header.
2019-10-31 zrj<sys/objcache.h>: Switch to lighter <sys/_malloc.h...
2019-10-31 zrjkernel: Remove not needed header includes in AIO stub.
2019-10-31 zrj<sys/slaballoc.h>: Switch to lighter <sys/_malloc.h...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources.
2019-10-31 zrj<sys/malloc.h>: Separate basic typedefs to _malloc...
2019-10-31 Sascha Wildner<termios.h>: Add TABDLY, TAB0 and TAB3 to satisfy POSIX...
2019-10-31 zrj<sys/mpipe.h>: Mark as kernel only header.
2019-10-31 zrj<sys/event.h>: Make M_KQUEUE static.
2019-10-31 zrj<sys/dmsg.h>: Reduce userspace pollution a bit.
2019-10-30 Sascha Wildner<sys/_termios.h>: FWIW, add 460800 and 921600 baud...
2019-10-29 Sascha Wildnerusb: Use NULL for pointers.
2019-10-29 Sascha Wildnerboot/efi: Use NULL for a pointer.
2019-10-27 François Tigeotdrm/linux: Add DEFINE_RATELIMIT_STATE()
2019-10-27 François Tigeotdrm: Switch ktime_t to its post-Linux 4.10 definition
2019-10-26 Sascha Wildnerkernel/syscons: Add missing lwkt_reltoken() in some...
2019-10-26 François Tigeotdrm/linux: Make fence contexts 64 bit
2019-10-25 Matthew Dillonpf - Increase default state table limit
2019-10-25 Matthew Dillonpf - Fix a few edge cases when the state table gets big
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Drop redundant ->uio_offset limit...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove DragonFly specific macro de_off...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove DragonFly specific macro de_off...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove confusing code on cluster#
2019-10-25 François Tigeotdrm/linux: Align Linux memory allocations to cache...
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Remove obsolete comment
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Fix comment on symlink
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Remove VREG/VDIR support from msdosfs_...
2019-10-24 zrjkernel: Move M_LWKTMSG declaration to <sys/msgport2.h>.
2019-10-24 zrjkernel: Fix spurious M_IOV declarations.
2019-10-24 zrjkernel: Cleanup <sys/uio.h> issues.
2019-10-24 zrj<sys/nlookup.h>: Style(9) adjustments.
2019-10-24 zrjCleanup <sys/uio.h> includes.
2019-10-24 zrj<sys/uio.h>: Extract kernel structures to a separate...
2019-10-24 zrjkernel: Move M_IOV malloc definition to correct header.
2019-10-24 zrj<sys/uio.h>: Cleanup namespace.
2019-10-23 Tomohiro KusumiRevert "world/kernel: Use the roundup2() macro in vario...
2019-10-23 Sascha Wildnerworld/kernel: Use the {set,clr}bit() and is{set,clr...
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown2() macro in various...
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown() macro in various...
2019-10-23 Sascha Wildnerworld/kernel: Use the roundup2() macro in various places.
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: msdosfs_read()/msdosfs_write() fixes
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix comments in msdosfs_setattr()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix style bugs
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Don't sync update on msdosfs_setattr()
2019-10-23 Sascha Wildner<sys/signal.h>: Some more whitespace fixes.
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: uniqdosname() assumes 12 bytes char[]
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Don't set DE_ACCESS on read if readonl...
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Avoid loop after bread()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Rewrite msdosfs_readdir()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix FAT32 dotdot dirent corruption
2019-10-23 Tomohiro Kusumisys/kern: Add init_va_filerev()
2019-10-22 Sascha Wildner<signal.h>/<sys/signal.h>: Fix whitespace.
2019-10-20 Sascha Wildnerkernel/hammer2: Remove -DSMP from Makefile. It is no...
2019-10-19 Tomohiro Kusumisys/vfs/msdosfs: Drop nonexistent msdosfs_mountroot...
2019-10-19 Tomohiro Kusumisys/vfs/msdosfs: Add nop MSDOSFS_LOCK_MP()
2019-10-19 Sascha WildnerFix some typos: enought -> enough
2019-10-17 Sascha WildnerMerge branch 'vendor/ZLIB'
2019-10-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-14 zrj<sys/types.h>: Move out NBBY definition to <sys/param.h>.
2019-10-14 zrj<sys/socket.h>: Use double underscore versions for...
2019-10-14 zrjAdd <machine/alignbytes.h>.
2019-10-13 Sascha WildnerClean up the namespace of <mqueue.h> a bit.
2019-10-13 Sascha Wildnerworld/kernel: Use the powerof2() macro in various places.
2019-10-13 Sascha Wildnerworld/kernel: Use the howmany() macro in various places.
2019-10-13 Sascha Wildnerkernel/libc: Use CTL_SYSCTL_* names instead of magic...
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Sync comments on cluster macros with...
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Style bugs
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Sync a comment on cdev_t with FreeBSD
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Fix detrunc() twice
2019-10-11 Tomohiro Kusumisys/vfs/msdosfs: Fix a serious off by 1 for cluster...
2019-10-11 Tomohiro Kusumisys/vfs/msdosfs: Use howmany()
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
next