]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Update sqlite-3.7.17 -> 3.8.5
[FreeBSD/FreeBSD.git] / sys / fs /
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 rmacklemChange the NFS server's printf related to hitting
2014-08-08 kibVOP_LOOKUP() may relock the directory vnode for some...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-05 pfgRevert r269523:
2014-08-04 pfgset EXT2_LINK_MAX to LINK_MAX
2014-08-02 impSet the erase block size properly in the case the under...
2014-08-02 impFollow the ufs practice for disallowing permission...
2014-08-02 impFix a minor style(9) issue.
2014-07-31 kibDo not generate 1000 unique lock names for nfsrc hash...
2014-07-28 kibAssert that nullfs vnode has VV_ROOT set whenever lower...
2014-07-24 kibFix typo.
2014-07-23 impFix typo in comment: noone -> no one.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 kibDo not ignore error from tmpfs_alloc_vp(). It results...
2014-07-16 kibRemove unused header.
2014-07-16 kibCheck for the cross-device cross-link attempt in the...
2014-07-14 kibRework the tmpfs unmount.
2014-07-14 kibChange forgotten in r268615. Set the OBJ_TMPFS_NODE...
2014-07-14 kibUse tmpfs_vn_get_ino_gen() to handle the races with...
2014-07-14 kibStyle. Add comment about lock mode.
2014-07-14 kibIn tmpfs_alloc_file(), code after the 'out' label does...
2014-07-14 kibAdd convenience macro to assert tmpfs node lock.
2014-07-14 kibAdd some assertions for the code handling vm_object...
2014-07-14 kibThe tmpfs_link() must not dereference the filesystem...
2014-07-14 kibGeneralize vn_get_ino() to allow filesystems to use...
2014-07-14 kibRemove code separator lines which do not conform to...
2014-07-07 impNaughty NANDFS was using hidden unused flag, hiding...
2014-07-04 rmacklemThe new NFSv3 server did not generate directory postop...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 rmacklemMerge the NFSv4.1 server code in projects/nfsv4.1-serve...
2014-07-01 bdreweryChange NFS readdir() to only ignore cookies preceding...
2014-07-01 delphijMFV r267565:
2014-06-28 rmacklemThere might be a potential race condition for the NFSv4...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-24 hselaskyUse existing PHOLD() and PRELE() macros.
2014-06-17 kibIn msdosfs_setattr(), add a check for result of the...
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-06 rmacklemThe new NFS server would not allow a hard link to be
2014-06-04 kibAllow shared locking for the tmpfs vnodes.
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-23 hselaskyInitial import of character device in userspace support...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-03 kibAfter r254627, the deupdate() started writing the direc...
2014-05-03 rmacklemThe new draft specification for NFSv4.0 specifies that...
2014-05-02 mjgIgnore the error from pipespace_new when creating a...
2014-04-24 rmacklemThe PR reported that the old NFS server did not set...
2014-04-23 rmacklemRemove an unnecessary level of indirection for an argument.
2014-04-23 rmacklemModify the NFSv4 client's Pathconf RPC (actually a...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 rmacklemFixes mkdir for the NFSv2 client that was broken by...
2014-04-21 rmacklemFor an NFSv4 mount with the "nocto" option, don't get the
2014-04-20 rmacklemModify the NFSv4 client create/mkdir RPC so that it...
2014-04-19 rmacklemModify the NFSv4 client open/create RPC so that it...
2014-04-18 rmacklemModify the Lookup RPC for NFSv4 so that it acquires...
2014-04-18 impTake out the hack to write -1's to non-NAND. Always...
2014-04-18 impMore properly account for free/reserved segments to...
2014-04-15 aeUse SMB_QUERY_FS_SIZE_INFO request to populate statfs...
2014-04-08 delphijFix NFS deadlock vulnerability. [SA-14:05]
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-21 pfgRevert r263449;
2014-03-20 pfgext2fs: minor update to the dirpref policy.
2014-03-20 pfgmsdosfs: minor format fix - spaces vs tab
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-14 bdreweryAdd missing FALLTHROUGH comment in tmpfs_dir_getdents...
2014-03-14 bdreweryRename cnt to maxcookies and change its use as the...
2014-03-14 bdreweryCleanup redundant logic and add some comments to help...
2014-03-14 bdreweryFix -o size less than PAGE_SIZE resulting in SIZE_MAX...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-06 pfgext2fs: Fix a bug when sorting htree entries.
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-03-01 pfgext2fs: small formatting fixes.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 pfgext2fs: use of tab vs spaces.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptImport libucl into head
2014-02-22 pfgext2fs: fully enable ext4 read-only support.
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
next