Adding SIOCGIFNAME support in Linuxulator. This should silence the console warning...
[freebsd.git] / sys / fs /
2017-04-09 rmacklemFix parsing failure for NFSv4 Setattr operation for...
2017-04-06 cemsmbfs: Fix an indentation level
2017-04-06 kibRemove spl*() calls from the nfsclient code. Style...
2017-04-05 kibMake nfs pageout coherent with the dirty state of the...
2017-04-05 kibHandle nfs IO_ASYNC write requests asynchronously.
2017-04-05 kibHandle possible vnode reclamation after ncl_vinvalbuf...
2017-04-01 pfgext2fs: Initial support for Extended Attributes.
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-20 mmMFV r315633, 315635:
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-05 badgerremove procfs ctl interface
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-02-28 impRenumber copyright clause 4
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-25 kibDo not leak mount references for dying threads.
2017-02-23 dimMerge ^/head r313896 through r314128.
2017-02-20 traszSimplify devfs_fsync() by removing it. This might also...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 kibApply noexec mount option for mmap(PROT_EXEC).
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-17 pfgext2fs: Remove unused assignment.
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-16 vangyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-16 kibDo not access memory past the buffer end.
2017-02-16 kibDo not allocate char[MNAMELEN] on stack in nfsclient.
2017-02-16 kibMinor style fixes.
2017-02-15 emasteprefix UFS symbols with UFS_ to reduce namespace pollution
2017-02-15 traszChange the "devfs_fsync: vop_stdfsync failed" from...
2017-02-14 avgadd svcpool_close to handle killed nfsd threads
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-01-28 baptRevert crap accidentally committed
2017-01-28 baptRevert r312923 a better approach will be taken later
2017-01-22 dimMerge ^/head r312309 through r312623.
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-19 kibRemove mistakenly merged field.
2017-01-19 kibAdd mount option for tmpfs(5) to not use namecache.
2017-01-19 kibImplement VOP_VPTOCNP() for tmpfs.
2017-01-19 kibVNON nodes cannot exist.
2017-01-19 kibRefcount tmpfs nodes and mount structures.
2017-01-19 kibMake tmpfs directory cursor available outside tmpfs_subr.c.
2017-01-19 kibRename tmpfs_mount member allnode_lock to include names...
2017-01-19 kibProtect macro argument.
2017-01-19 kibRework some tmpfs lock assertions.
2017-01-19 kibStyle fixes and comment updates.
2017-01-19 kibRemove unused union member, fifos on tmpfs are implemen...
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-14 dimMerge ^/head r311940 through r312200.
2017-01-14 dimMerge compiler-rt release_40 branch r292009.
2017-01-14 dimMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-14 mjgtmpfs: manage tm_pages_used with atomics
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-11 dimMerge ^/head r311812 through r311939.
2017-01-10 mmMFV r311899:
2017-01-10 mjgcd9660: fix up compilation on sparc after r311665
2017-01-09 cemcd9660: typedef cd_ino_t in preference to #define
2017-01-09 cemcd9660: Add a prototype for cd9660_vfs_hash_cmp
2017-01-09 dimMerge compiler-rt trunk r291476.
2017-01-09 dimMerge llvm, clang, lld and lldb trunk r291476.
2017-01-09 kibForcibly remove the cached items from pseudofs vncache...
2017-01-08 dimMerge compiler-rt r291274.
2017-01-08 dimMerge libc++ r291274, and update the library Makefile.
2017-01-08 dimMerge ^/head r311546 through r311683.
2017-01-08 cemiso_rrip.h: Hide kernel definitions from makefs(8)
2017-01-08 cemDo not truncate inode calculation from ISO9660 block...
2017-01-08 cemcd9660: Expand internal inum size to 64 bits
2017-01-06 dimMerge ^/head r311460 through r311545.
2017-01-06 dimMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-06 mjgtmpfs: perform a lockless check in tmpfs_itimes
2017-01-06 mjgtmpfs: enabled MNTK_EXTENDED_SHARED
2017-01-06 kibLock tmpfs node tn_status updates done under the shared...
2017-01-06 kibUse vnode lock assertion expression, and upgrade it...
2017-01-06 kibRemove dead code.
2017-01-06 kibUse type-independent formats for printing nlink_t and...
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 dimMerge ^/head r311314 through r311459.
2017-01-05 kibDo not allocate struct statfs on kernel stack.
2017-01-04 dimMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-02 dimUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate llvm to trunk r290819 and resolve conflicts.
next