]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
1) IEEE Std 1003.1-2008, "errno" section, is explicit that
[FreeBSD/FreeBSD.git] / sys / ufs /
2012-05-30 kibEnable vn_io_fault() lock avoidance for UFS.
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 kibImplement SEEK_HOLE/SEEK_DATA for UFS.
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-18 mckusickAdd missing `continue' statement at end of case.
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 traszRemove unused thread argument from ufs_extattr_uepm_loc...
2012-04-23 traszFix build.
2012-04-23 traszRemove unused thread argument from clear_inodeps()...
2012-04-23 traszRemove unused thread argument to vrecycle().
2012-04-23 traszRemove unused thread argument from vtruncbuf().
2012-04-21 traszFix use-after-free introduced in r234036.
2012-04-20 mckusickThis update uses the MNT_VNODE_FOREACH_ACTIVE interface...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 jhThe part about exec atime no longer applies in the...
2012-04-17 mckusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-11 mckusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-10 jh- Return EPERM from ufs_setattr() when an user without...
2012-04-08 traszFix panic in ffs_reload(), which may happen when read...
2012-04-08 mckusickDrop an unnecessary setting of si_mountpt when updating...
2012-04-04 jhAdd a check for unsupported file flags to ufs_setattr().
2012-04-02 mckusickA file cannot be deallocated until its last name has...
2012-04-02 jh- Use more natural ip->i_flags instead of vap->va_flags...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-28 mckusickA refinement of change 232351 to avoid a race with...
2012-03-28 mckusickKeep track of the mount point associated with a special...
2012-03-28 kibDo trivial reformatting of the comment to record the...
2012-03-28 kibReviewed by: bde, mckusick
2012-03-28 kibMicrooptimize: in qsync loop over mount vnodes, only...
2012-03-28 kibUpdate comment.
2012-03-25 mckusickAdd a third flags argument to ffs_syncvnode to avoid...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibSupply boolean as the second argument to ffs_update...
2012-03-11 kibRemove superfluous brackets.
2012-03-11 kibDo schedule delayed writes for async mounts.
2012-03-11 kibDo not fall back to slow synchronous i/o when low on...
2012-03-11 kibIn ffs_syncvnode(), pass boolean false as second argume...
2012-03-11 kibRemove not needed ARGSUSED lint command.
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 phoRevert r232692 as the correct place to fix this is...
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-08 phosyscall() fuzzing can trigger this panic. Return EINVAL...
2012-03-02 jhbSimilar to the fixes in 226967 and 226987, purge any...
2012-03-01 mckusickThis change avoids a kernel deadlock on "snaplk" when...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 kibProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-13 mckusickMissing conditions in checking whether an inode has...
2012-02-09 mckusickHistorically when an application wrote an entire block...
2012-02-07 mckusickIn the original days of BSD, a sync was issued on every...
2012-02-07 kibSprinkle missed calls to asynchronous UFS_UPDATE()...
2012-02-06 kibAdd missing opt_quota.h include to activate #ifdef...
2012-02-06 kibJNEWBLK dependency may legitimately appear on the buf...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 mckusickThere are several bugs/hangs when trying to take a...
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-16 ivorasAdd a bit of verbosity to the comment.
2012-01-14 mckusickConvert FFS mount error messages from kernel printf...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-08 kibAvoid LOR between vfs_busy() lock and covered vnode...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 edMigrate ufs and ext2fs from skpc() to memcchr().
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-09 glebUse implementation independent inoNN_t scalars for...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-06 edRemove MALLOC_DECLAREs of nonexisting malloc-pools.
2011-10-31 phoFix the wrong commit log message for r226967: "Added...
2011-10-31 phoThe kern_renameat() looks up the fvp using the DELETE...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-27 mckusickThis update eliminates a lock-order reversal warning...
2011-09-27 mckusickThis update eliminates the system hang reported in...
2011-09-20 kibUse nowait sync request for a vnode when doing softdep...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 mmGeneralize ffs_pages_remove() into vn_pages_remove().
2011-08-23 aeFix lock leak.
2011-08-15 rwatsonFix two cases involving opt_capsicum.h and module builds:
next