Merge branch 'vendor/DHCPCD'
[dragonfly.git] / sys / vfs /
2020-09-06 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Remove #if0'd function hammer2_allocsize()
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Ignore HAMMER2_BREF_TYPE_EMPTY in...
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Fix function names in kprintf
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments for hammer2_i...
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_INODE_RENAME_INPROG
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Fix wrong comment for hammer2_inode_mo...
2020-09-02 Tomohiro Kusumisys/vfs/ext2fs: Cleanup empty lines (sync with FreeBSD)
2020-09-02 Tomohiro Kusumisys/vfs/msdosfs: Cleanup empty lines (sync with FreeBSD)
2020-09-02 Tomohiro Kusumisys/vfs/autofs: Cleanup empty lines (sync with FreeBSD)
2020-09-01 Matthew Dillonhammer2 - Add HAMMER2IOC_GROWFS ioctl (2)
2020-09-01 Matthew Dillonhammer2 - Add HAMMER2IOC_GROWFS ioctl
2020-09-01 Tomohiro Kusumisys/vfs/hammer2: Remove Debugger() call for debugging...
2020-08-31 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments on indirect...
2020-08-31 Tomohiro Kusumisys/vfs/hammer2: Use hammer2_spin_t
2020-08-30 Tomohiro Kusumisys/vfs/hammer2: Minor cleanup from cecb915381c4268602e...
2020-08-30 Tomohiro Kusumisys/vfs/hammer2: Remove nonexistent function prototypes
2020-08-29 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_MODIFY_{NO_MODIF...
2020-08-29 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_BMAP_*
2020-08-29 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_FREECACHE_*
2020-08-29 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_DELDUP_RECORE
2020-08-26 Tomohiro Kusumisys/vfs/hammer2: Remove HAMMER2_MINIO* macros
2020-08-27 Matthew Dillontmpfs - Improve assertions
2020-08-27 Matthew Dillonkernel - Deal with VOP_NRENAME races
2020-08-26 Matthew Dillontmpfs - Enhance assertion (not a bug fix)
2020-08-26 Tomohiro Kusumisys/vfs/hammer2: Remove comment on nonexistent MINALLOCSIZE
2020-08-25 Tomohiro Kusumisys/vfs/hammer2: Fix whitespace to align indentation
2020-08-25 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_AV* macros
2020-08-24 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_OFF_NOPREF
2020-08-24 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_OFF_BAD and...
2020-08-23 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_SPECTHREADS
2020-08-19 Tomohiro Kusumisys/vfs/hammer2: Remove unused tailq structs
2020-08-19 Daniel FojtUpgrade ncurses. 1/2
2020-08-18 Tomohiro Kusumisys/vfs/ext2fs: Don't do endian conversion twice
2020-08-15 Sascha WildnerMerge branch 'vendor/BYACC'
2020-08-12 Tomohiro Kusumisys/vfs/hammer2: Remove misleading comment in readdir vop
2020-08-10 Daniel FojtUpgrade dialog(1). 1/2
2020-08-08 Matthew Dillonkernel - Refactor GETATTR_QUICK() -> GETATTR_LITE()
2020-08-04 Daniel FojtBuild libssh with ldns support. 1/2
2020-08-03 Daniel FojtUpgrade openssh. 1/2
2020-07-30 Daniel FojtUpgrade make(1). 1/2
2020-07-29 Tomohiro Kusumisys/vfs/ext2fs: Disable calling ext2_htree_add_entry()
2020-07-26 Matthew Dillonkernel - Also include file size in VOP_GETATTR_QUICK()
2020-07-25 Matthew Dillonkernel - Remove P_SWAPPEDOUT flag and paging mode
2020-07-25 Matthew Dillonkernel - Refactor in-kernel system call API to remove...
2020-07-23 Tomohiro Kusumisys/vfs/ext2fs: Modify XXX comment on disabled htree...
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Add XXX comment on disabled htree diren...
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Stop checking for failures from malloc...
2020-07-22 Daniel FojtUpgrade libressl. 1/2
2020-07-21 Tomohiro Kusumisys/vfs/ext2fs: Remove ext2_{bread,brelse}() wrapper...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Add redundant ext2_brelse() on ext2_bre...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Fix function name in ihash collision...
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Drop i_devvp initialization in ext2_vget()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Add ext2_alloc_vnode()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Cleanup ext2_vget()/ext2_valloc()
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Disable ext3 htree dirents for now
2020-07-18 Tomohiro Kusumisys/vfs/fuse: Remove FUSE from Makefile for now
2020-07-18 Tomohiro Kusumisys/vfs/fuse: Fix fuse_vop_readdir()
2020-07-18 Tomohiro Kusumisys/vfs/autofs: Fix autofs_readdir()
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Use bp->b_loffset in ext2_readdir()
2020-07-17 Tomohiro KusumiAdd non-GPL ext2 filesystem (port from FreeBSD)
2020-07-17 Daniel FojtUpgrade ldns and drill(1). 1/2
2020-07-09 Daniel FojtUpgrade liblzma and xz(1). 1/2
2020-07-04 Tomohiro Kusumisys/vfs/msdosfs: Implement VFS_STATVFS()
2020-07-03 Daniel FojtMerge branch vendor/AWK into master.
2020-07-02 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-27 Daniel FojtUpgrade libarchive, bsdcat(1), bsdcpio(1) and bsdtar...
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...
next