]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/vfs_subr.c
Add decoding of the missed VI_ and VV_ flags to ddb "show vnode" command.
[FreeBSD/FreeBSD.git] / sys / kern / vfs_subr.c
2012-11-04 kibAdd decoding of the missed VI_ and VV_ flags to ddb...
2012-11-04 kibOrder the enumeration of the MNT_ flags to be the same...
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-14 kibAdd a KPI to allow to reserve some amount of space...
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-13 attilioRemove all the checks on curthread != NULL with the...
2012-09-09 kibAdd a facility for vgone() to inform the set of subscri...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-22 kibProvide some compat32 shims for sysctl vfs.conflist...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
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-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-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-03 avgfree wdog_kern_pat calls in post-panic paths from under...
2012-05-30 kibAdd a rangelock implementation, intended to be used...
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-21 baptImport byacc from invisible island, it brings us lots...
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 to vrecycle().
2012-04-23 traszRemove unused thread argument from vtruncbuf().
2012-04-20 mckusickThis update uses the MNT_VNODE_FOREACH_ACTIVE interface...
2012-04-20 mckusickThis change creates a new list of active vnodes associa...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 mckusickDelete a no longer useful VNASSERT missed during change...
2012-04-18 mckusickFix a memory leak of M_VNODE_MARKER introduced in 234386.
2012-04-17 mckusickDrop export of vdestroy() function from kern/vfs_subr...
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-03-30 ambriskoMFhead_mfi r227068
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-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-25 trocinyWhen detaching an unix domain socket, uipc_detach(...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
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-25 kibWhen doing vflush(WRITECLOSE), clean vnode pages.
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-06 jhbUse proper argument structure types for the extattr...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-23 jhbAdd post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETE...
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-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-10-27 jhbWhitespace fix.
2011-10-25 pjdThe v_data field is a pointer, so set it to NULL, not 0.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-07 jonathanChange one printf() to log().
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-04 kibMove parts of the commit log for r166167, where Tor...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-25 attilioFix a deficiency in the selinfo interface:
2011-07-24 mckusickMove the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-24 jonathanTidy up a capabilities-related comment.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-13 attilioMFC
next