Fix the gpio-leds node to match the LEDs on RPI2.
[freebsd.git] / sys / fs /
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-20 pfgPrevent a double free.
2015-04-19 pfgnfsrpc_createv4: fix double free.
2015-04-19 mavChange wcommitsize default from one empirical value...
2015-04-19 traszReplace "new NFS" with just "NFS" in some sysctl descri...
2015-04-17 pfgDrop experimental dir_index support.
2015-04-16 rmacklemmav@ has found that NFS servers exporting ZFS file...
2015-04-15 rmacklemFile systems that do not use the buffer cache (such...
2015-04-10 willtmpfs_getattr(): Return more correct allocated byte...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-05 kibDo not call msdosfs_sync() on the read-only msdosfs...
2015-04-05 kibAssert that an msdosfs mount is not read-only when...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-01 kibRefine r280308. Do not completely disable timestamping...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-22 kibmsdosfs: mark unused compat-mount fields
2015-03-21 delphijDisable timestamping on devfs read/write operations...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-17 glebiuso Enhance vm_pager_free_nonreq() function:
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 jkimFix white spaces.
2015-03-02 traszMake fuse(4) respect FOPEN_DIRECT_IO. This is required...
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-01 impnandfs_meta_bread() calls bread() which can set bp...
2015-02-28 kanDo not leak 'copy' buffer if bmap_truncate_indirect...
2015-02-28 kibSome fixes for fdescfs lookup code.
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 kibThe VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-15 pfgext2fs: Plug small memory leak
2015-02-15 pfgReuse value of cursize instead of recalculating.
2015-02-15 pfgInitialize the allocation of variables related to the...
2015-02-14 dimMerge ^/head r278499 through r278755.
2015-02-10 traszRestore ABI compatibility, broken in r273127. Note...
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-04 dimMerge ^/head r278110 through r278223.
2015-02-03 kibRemove duplicated assignment.
2015-01-31 dimMerge ^/head r277999 through r278002.
2015-01-31 kibUpdate directory times immediately after an entry is...
2015-01-31 dimMerge ^/head r277956 through r277974.
2015-01-31 kibRemove single-use boolean.
2015-01-31 kibPOSIX states that write(2) "shall mark for update the...
2015-01-30 dimMerge ^/head r277945 through r277955.
2015-01-30 dimFix a -Wcast-qual warning in smbfs_subr.c, by using...
2015-01-30 dimFix a -Wcast-qual warning in udf_vnops.c, by using...
2015-01-29 dimMerge ^/head r277896 through r277901.
2015-01-29 dimFix a bunch of -Wcast-qual warnings in cd9660_util...
2015-01-29 dimFix a bunch of -Wcast-qual warnings in msdosfs_conv...
2015-01-28 dimMerge ^/head r277844 through r277857.
2015-01-28 jamieAdd allow.mount.fdescfs jail flag.
2015-01-28 dimMerge ^/head r277804 through r277843.
2015-01-28 kibUpdate mtime for tmpfs files modified through memory...
2015-01-28 kibtmpfs does not use UVM on FreeBSD.
2015-01-25 dimMerge ^/head r277327 through r277718.
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-19 kibStop enforcing additional reference on all cdevs, which...
2015-01-19 kibIgnore devfs directory entries for devices either being...
2015-01-19 ngieFix the build when INVARIANTS is defined by restoring...
2015-01-19 pfgext2: Garbage-collect some unused variables
2015-01-18 pfgext2: fix for uninitialized pointer read.
2015-01-18 pfgRemove dead code.
2015-01-18 kibMake SIGSTOP working for sleeps done while waiting...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-17 pfgext2: cosmetical issues
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-14 hselaskyAvoid race with "dev_rel()" when using the recently...
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-13 hselaskyDon't use POLLNVAL as a return value from the client...
2015-01-12 emasteANSIfy msdosfs
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-09 emasteANSIfy sys/fs/msdosfs
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-07 rwatsonUse M_SIZE() instead of hand-crafted (and mostly correc...
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2014-12-31 dimMerge ^/head r274961 through r276472.
2014-12-30 mjgConvert nullfs hash lock from a mutex to an rwlock.
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-29 dimMerge ^/head r276347 through r276356.
2014-12-28 rmacklemr245508 modified the NFS client's Setattr RPC to
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 rmacklemDelete some duplicate code that was harmless because
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-25 rmacklemA deadlock in the NFSv4 server with vfs.nfsd.enable_loc...
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-23 rmacklemFix kernel builds with "options NFS_DEBUG" that
2014-12-23 rmacklemRemove the old NFS client and server from head,
next