]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Update to 9.8.4-P1.
[FreeBSD/FreeBSD.git] / sys / ufs /
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-19 attilior16312 is not any longer real since many years (likely...
2012-11-18 traszFix build of kdump(1).
2012-11-18 traszAdd UFS writesuspension mechanism, designed to allow...
2012-11-16 sjgMerge bmake-20121111
2012-11-14 jeff - Fix a truncation bug with softdep journaling that...
2012-11-12 jeff - Fix a bug that has existed since the original softde...
2012-11-09 attilioComplete MPSAFE VFS interface and remove MNTK_MPSAFE...
2012-11-09 jeff - Correct rev 242734, segments can sometimes get stuck...
2012-11-08 jeff - Implement BIO_FLUSH support around journal entries...
2012-11-03 mckusickWhen a file is first being written, the dynamic block...
2012-11-02 jeff - In cancel_mkdir_dotdot don't panic if the inodedep...
2012-11-02 kibThe r241025 fixed the case when a binary, executed...
2012-10-30 traszFix problem with geom_label(4) not recognizing UFS...
2012-10-28 traszFix two problems that caused instant panic when the...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 kibRemove the support for using non-mpsafe filesystem...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-27 mdfFix up kernel sources to be ready for a 64-bit ino_t.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-17 mjgRemove unused member of struct indir (in_exists) from...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-05 kibAfter the PHYS_TO_VM_PAGE() function was de-inlined...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 kevloUse NULL instead of 0 for pointers
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-02 kibExtend the KPI to lock and unlock f_offset member of...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-21 kibFix unbounded-length malloc, controlled from usermode...
2012-06-11 mckusickIn softdep_setup_inomapdep() we may have to allocate...
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...
next