Merge from vendor branch TCPDUMP:
[dragonfly.git] / sys / vfs / ufs /
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-23 Matthew Dillonmsync(..., MS_INVALIDATE) will incorrectly remove dirty...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-03-15 Matthew DillonMove a drain output call to before a dirty block check...
2004-03-11 Hiten PandyaUse info->td instead of curthread in ffs_reload_scan1...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-18 Matthew DillonMerge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
2004-02-16 Matthew DillonRemove duplicate bioops declaration in preparation...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-15 Matthew Dillonminor syntax cleanups (non-operational changes).
2003-12-27 David Rhodus* Merge From FreeBSD
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-16 Matthew DillonFix a bug in the last fix to a prior locking issue...
2003-11-13 David Rhodus* Fix a locking issue inside the inode hashing...
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Matthew DillonFix some stub prototypes (some missed proc->thread...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-06 Matthew Dillonoops, forgot one. Remove another curproc/cred dependancy
2003-07-06 Matthew DillonRemove td_proc dependancy on cred that is no longer...
2003-07-03 Matthew Dillonmisc quota proc->thread
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dilloncleanup
2003-06-26 Matthew Dillonsimple cleanups (removal of ancient macros)
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: