]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Build subr_rman.c by default.
[FreeBSD/FreeBSD.git] / sys / fs /
1998-11-15 bdeFinished updating module event handlers to be compatibl...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-11 rvbcoda_lookup now passes up an extra flag. But old veni...
1998-11-10 peteradd #include <sys/kernel.h> where it's needed by MALLOC...
1998-11-09 peter"fix" a warning that has been bugging me for ages....
1998-11-03 peterSupport KLD. We register and unregister two modules...
1998-11-03 peterChange the #ifdef UNION code into a callable hook....
1998-10-31 peterUse TAILQ macros for clean/dirty block list processing...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-29 peterUse vtruncbuf() rather than vinvalbuf() when shortening...
1998-10-28 rvbChange the way unmounting happens to guarantee that the
1998-10-28 rvbVenus must be passed O_CREAT flag on VOP_OPEN iff this is
1998-10-28 dgAdded a second argument, "activate" to the vm_page_unwi...
1998-10-26 bdeRemoved redundant bitrotted checks for major numbers...
1998-10-25 bdeDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 phkNitpicking and dusting performed on a train. Removes...
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-29 rvbFixes for lkm:
1998-09-28 rvbCleanup and fix THE bug
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-25 rvbDon't lose this file
1998-09-25 rvbPut "stray" printouts under DIAGNOSTIC. Make everythin...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-14 sosRemove the SLICE code.
1998-09-13 dtRemove unused variable.
1998-09-13 dtFix a bug related to renaming in root directory. This...
1998-09-13 rvbFinish conversion of cfs -> coda
1998-09-12 phkvarious nits that didn't make it through the brucefilter.
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-11 rvbAll the references to cfs, in symbols, structs, and...
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-07 bdeRemoved statically configured mount type numbers (MOUNT...
1998-09-07 guidoFix problem reported on bugtraq: check permission of...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-06 rvbClean LINT
1998-09-05 phkAdd a new vnode op, VOP_FREEBLKS(), which filesystems...
1998-09-04 dfrCosmetic changes to the PAGE_XXX macros to make them...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-02 rvbPass2 complete
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-29 rvbVery Preliminary Coda
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-25 phksort the prototypes
1998-08-24 phkLast commit managed to get mangled somehow.
1998-08-24 phkRemove the last remaining evidence of B_TAPE.
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-23 bdeEnabled Lite2 fix for reading from dead ttys.
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-17 bdeRemoved unused includes.
1998-08-16 bdeUse [u]intptr_t instead of [u_]long for casts between...
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-07-30 bdeFixed printf format errors.
1998-07-27 alexStyle fixes and a bug fix: don't remove the exit handle...
1998-07-27 alexA better solution to the rm_at_exit problem: Register...
1998-07-25 alexOverride the default VFS LKM dispatch functions so...
1998-07-15 bdeCast pointers to [u]intptr_t instead of to [unsigned...
1998-07-15 bdeCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-11 bdeFixed printf format errors.
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-07 bdeQuick fix for type mismatches which were fatal if longs...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-04 julianThere is no such thing any more as "struct bdevsw".
1998-07-04 julianVOP_STRATEGY grows an (struct vnode *) argument
1998-06-25 dtRemove "not hungly" panics. Cookies now used by the...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-14 bdeAvoid a 64-bit division in procfs_readdir(). Fixed...
1998-06-14 bdeAvoid a 64-bit division in fdesc_readdir(). Fixed...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-10 dfrMake these files compile.
1998-06-10 alexENOPNOTSUPP --> EOPNOTSUPP
1998-06-10 dtBack out previous change. This behavior is at least...
1998-06-10 dtAlso return EOPNOTSUPP rather than EINVAL for not suppo...
1998-06-10 peterDon't silently accept attempts to change flags where...
1998-06-10 peterReturn EOPNOTSUPP rather than EINVAL for flags that...
1998-06-09 dtFix typo in a comment.
1998-06-07 dfrThis commit fixes various 64bit portability problems...
1998-05-21 dysonMake flushing dirty pages work correctly on filesystems...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 teggeDisallow reading the current kernel stack. Only the...
1998-05-18 dtFix priority bug in previous commit.
1998-05-17 dtFix support for pre-Win95 filesystems: Make it possible...
1998-05-17 dtRemove bogus LK_RETRY.
1998-05-17 bdeDon't forget to clean up after an error reading the...
1998-05-17 bdeRemoved vestiges of pre-Lite2 locking.
1998-05-17 phks/nanoruntime/nanouptime/g
1998-05-17 sosCleanup after Garret, include unpch.h to get at various...
1998-05-09 dtFix off by ane error in previous commit.
1998-05-07 msmithIn the words of the submitter:
next