* Add ACPI to the LINT build.
[dragonfly.git] / sys / vfs /
2003-10-19 Hiten PandyaUn-initialise (i.e free) the HPFS inode hash; previousl...
2003-10-19 Hiten PandyaFix a ``missing free''.
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-05 David Rhodus* Fix a typo that was introduced from the last change.
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
2003-09-04 Hiten PandyaOK, fix build, while I am there, I will get some screw...
2003-09-04 Hiten PandyaFix logic, flow and comments for previous (rev 1.9...
2003-09-03 Robert GarrettI am not certain but I believe this is what was intende...
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
2003-08-28 Hiten PandyaUse addalias() to track the vnode if it not of a regula...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-15 Matthew DillonMake modules work again part 1: linkup vfs, rename...
2003-08-08 David Rhodus Fix a problem that occurs when truncating files on...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettBegin register keyword removal commits
2003-07-24 Matthew DillonHave MFS register a device as a VCHR instead of VBLK...
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-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
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-07-01 Matthew DillonFor the moment uio_td may sometimes be NULL -> nfsm_req...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
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-24 Matthew Dillonproc->thread stage 3.5: Add an IO_CORE flag so coda...
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: