ifconfig(8): Use correct interface name when setting flags
[dragonfly.git] / sys / vfs /
2020-06-25 Daniel FojtUpgrade awk(1). 1/2
2020-06-20 Matthew Dillontmpfs - Try to avoid a tmpfs node deadlock in rename
2020-06-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-12 Daniel FojtUpgrade less(1). 1/2
2020-06-11 Daniel FojtUpgrade diffutils. 1/2
2020-06-08 Daniel Fojtkernel: more precious errors from read()ing hammer...
2020-06-04 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-02 Daniel FojtUpgrade grep(1). 1/2
2020-06-01 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-05-29 Tomohiro Kusumiautofs: Minimize non functional diff vs FreeBSD
2020-05-22 Sascha WildnerMerge branch 'vendor/BZIP'
2020-05-21 Sascha WildnerMerge branch 'vendor/WPA_SUPPLICANT'
2020-05-18 Aaron LIMerge branch 'vendor/TCPDUMP' (version 4.3.0 -> 4.9.3)
2020-05-18 Aaron LIMerge branch 'vendor/LIBPCAP' (version 1.8.1 -> 1.9.1)
2020-05-11 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-08 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-05 Sascha Wildnerkernel/vm: Rename *_putpages()'s 'sync' argument to...
2020-04-30 Matthew Dillontmpfs - Fix bug in page-free bypass path
2020-04-28 Sascha WildnerFix various grammatical issues in our messages, documen...
2020-04-24 Matthew Dillonhammer2 - Fix serious de-duplication bug and a few...
2020-04-24 Matthew Dillonhammer2 - Fix serious de-duplication bug and a few...
2020-04-23 Matthew Dillontmpfs - Change paging behavior, fix two directory-entry...
2020-04-22 Matthew Dillontmpfs - Too aggressive during paging
2020-04-21 Tomohiro Kusumisys/vfs/autofs: Silence down a warning which should...
2020-04-21 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-01 Sascha WildnerMerge branch 'vendor/TCSH'
2020-03-28 Sascha Wildnerkernel: Remove <sys/n{amei,lookup}.h> from all files...
2020-03-28 Sascha Wildnerkernel: Remove <sys/mutex.h> from all files that don...
2020-03-28 Sascha Wildnerkernel: Remove <sys/mutex.h> from all files that don...
2020-03-28 Sascha Wildnerkernel: Remove <sys/mplock2.h> from all files that...
2020-03-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2020-03-20 Tomohiro Kusumisys/vfs/autofs: Make autofs(5) timeout messages include...
2020-03-11 Matthew Dillonkernel - Rework vfs_timestamp(), adjust default
2020-03-05 Matthew Dillontmpfs - Fix bug last commit
2020-03-04 Matthew Dillontmpfs - Fix minor deadlock, refactor tn_links
2020-03-04 Matthew Dillonkernel - Rename spinlock counter trick API
2020-03-03 Matthew Dillonkernel - Normalize the vx_*() vnode interface
2020-03-03 Matthew Dillontmpfs - Close a whole in tmpfs_vop_nremove()
2020-02-24 Matthew Dillonnfs - Strip out cr_prison from cached creds
2020-02-23 Matthew Dillontmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir()
2020-02-23 Matthew Dillontmpfs - Cleanup, refactor tmpfs_alloc_vp()
2020-02-15 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS234'
2020-02-15 Matthew Dillondevfs - Clean up some SMP inefficiencies
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-13 Matthew Dillonkernel - Improve tmpfs support
2020-02-13 Matthew Dillontmpfs - Improve write clustering
2020-02-12 Matthew Dillontmpfs - Flush and recycle pages quickly during heavy...
2020-02-11 Matthew Dillontmpfs - Cycle through buffer cache when pageout daemon...
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-24 Sascha Wildnerkernel/ntfs: Fix lockinit() flags.
2020-01-24 Matthew Dillonkernel - Fix missing lock in devfs
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-07 zrjMerge branch 'vendor/GDB'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-08 Tomohiro Kusumisys/vfs/msdosfs: Minor msdosfs_readdir() sync up with...
2019-12-08 Matthew Dillonhammer2 - Fix chain->error case in hammer2_chain_lookup()
2019-12-08 Matthew Dillonhammer2 - Rename 'bcopy' variable to 'bsave'
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate...
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate()
2019-12-02 Antonio Huete Jimenezjail: Simplify a bit by using the new BIT64 sysctl...
2019-12-01 Sascha WildnerRename some functions to better names.
2019-12-01 Sascha Wildner<sys/types.h>: Get rid of udev_t.
2019-11-24 Matthew Dillontmpfs - Make tmpfs_move_pages() more robust
2019-11-23 Tomohiro Kusumisys/vfs/autofs: Minor cleanup to sync with NetBSD
2019-11-23 Tomohiro Kusumisys/vfs/autofs: Fix a comment on autofs_mount_info
2019-11-19 Matthew Dillonhammer2 - Finally fix the 'file winds up with some...
2019-11-17 Tomohiro Kusumisys/vfs/msdosfs: Fix ->de_fndcnt calculation on lookup
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Unmount on update_mp() failure if...
2019-11-16 Tomohiro Kusumisys/vfs/fuse: Add note to sys/vfs/fuse/fuse_abi.h
2019-11-16 Tomohiro Kusumiautofs: Change email address (sync with FUSE and others)
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Fix comment on locking on rename(2)
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Sync VFS lock assertion with FreeBSD
2019-11-14 zrjkernel: Stop using <stdint.h> during kernel build.
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Allow deupdat() against non root directory
2019-11-14 Sascha WildnerRevert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Correct _PC_FILESIZEBITS value
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded mbnambuf...
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Assume up to 8192 bytes sector for BPB
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Return EBUSY on lookup on delete/renam...
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Sync minor styles with FreeBSD
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Allow B_CLUSTEROK in deupdat()
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Don't use MSDOSFSMNT_WAITONFAT
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Include FAT headers via <vfs/msdosfs...
2019-11-12 Matthew Dillonkernel - Fix first-lwp access race vs process creation
2019-11-12 Matthew Dillonkernel and libc - Reimplement lwp_setname*() using...
2019-11-12 Tomohiro Kusumisys/vfs: Use IO_SEQSHIFT
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Fix va_fileid casts
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Save/restore fatchain cache in VOP_BMAP()
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Support vfs clustering
2019-11-12 Matthew Dillonkernel - Repurpose td_tracker
2019-11-10 Tomohiro Kusumisys/vfs/msdosfs: Need to explicitly set bp to NULL
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Cleanup before implementing vfs clustering
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Fix regression from cleanup commit...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Fix comments on corrupted fs
next