]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent
[FreeBSD/FreeBSD.git] / sys / fs /
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-18 jkimMerge ACPICA 20141107 and 20150204.
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-10 traszRestore ABI compatibility, broken in r273127. Note...
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-03 kibRemove duplicated assignment.
2015-01-31 kibUpdate directory times immediately after an entry is...
2015-01-31 kibRemove single-use boolean.
2015-01-31 kibPOSIX states that write(2) "shall mark for update the...
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 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 jamieAdd allow.mount.fdescfs jail flag.
2015-01-28 kibUpdate mtime for tmpfs files modified through memory...
2015-01-28 kibtmpfs does not use UVM on FreeBSD.
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,
2014-12-21 kibHandle MAKEENTRY cnp flag in the VOP_CREATE(). Curious...
2014-12-19 bennoAdjust the test of a KASSERT to better match the intent.
2014-12-18 dimMerge ^/head r275759 through r275911.
2014-12-18 kibThe VOP_LOOKUP() implementations for CREATE op do not...
2014-12-17 glebAdjust printf format specifiers for dev_t and ino_t...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 dimMerge ^/head r274961 through r275684.
2014-12-09 pfgext2fs: Fix old out-of-bounds access.
2014-12-09 kibDo not call VFS_SYNC() before VFS_UNMOUNT() for forced...
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-29 baptUpdate libucl to latest version
2014-11-28 dimMerge ^/head r275118 through r275209.
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-26 kibThe process spin lock currently has the following disti...
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 traszImplement "automount -c".
2014-11-21 traszFix smbfs to not zero out statfs f_flags field. Previou...
2014-11-12 pfgifdef ext2_print_inode which is not really used.
2014-11-03 mjgFix up some session-related races in devfs.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 traszFix handling of "conn" mount_nfs(8) option.
2014-10-30 traszAdd support for "timeo", "actimeo", "noac", and "proto...
2014-10-27 kibAllow the vfs.nfsd knobs to be set from loader.conf...
2014-10-22 rmacklemClip the settings for the NFS rsize, wsize mount options
2014-10-22 rmacklemRevert r273481 so it can be recoded using fls(), which
2014-10-22 rmacklemClip the settings for the NFS rsize, wsize mount options
2014-10-21 mjgtmpfs: allow shared file lookups
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelIFC @r273338
2014-10-20 mjgProvide vfs suspension support only for filesystems...
next