summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-14gimpy invented PRIxVADDR format specifier.uebayasi
2009-11-30Introduce genfs_statvfs() as pretty much a no-info statvfs andpooka
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-19Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo.dholland
2009-10-02Put procfs policy back in the subsystem.elad
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-05-24More changes to improve kern_descrip.c.ad
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-11this change was somehow missed.christos
2009-01-11merge christos-time_tchristos
2008-12-29Rename specfs_lock as device_lock and move it from specfs to devsw.pooka
2008-12-17kill MALLOC and FREE macros.cegger
2008-09-05PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed.skrll
2008-09-05ANSIfyskrll
2008-07-25use bufsize instead of BUFFERSIZEchristos
2008-07-25Handle files with a large number of mappings gracefully. Reported by Nicholaschristos
2008-07-02Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.rmind
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-31Kill devsw_lock and just use specfs_lock. The two would need mergingad
2008-05-13mnt_data is a pointer, set it to NULL not 0 when we're finished with it.simonb
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-30PR kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-29kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-30PR kern/37706 (forced unmount of file systems is unsafe):ad
2008-01-30Replace struct lock on vnodes with a simpler lock object built onad
2008-01-28Fix some race conditions in rename.dholland
2008-01-23Tons of process scope changes.elad
2008-01-02Merge vmlocking2 to head.ad
2007-12-26Merge more changes from vmlocking2, mainly:ad
2007-12-22procfs_douptime: simply use microuptime() instead of a mysterious calculation.yamt
2007-12-22procfs_docpustat: g/c a write-only variable.yamt
2007-12-15use vnode_to_path.christos
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-12Revision 1.42 was lost. Pointed out by Nicolas Joly:ad
2007-11-11report the proper stack size on 32 bit emulations.christos
2007-11-09make the last argument of procfs_dir size_tchristos
2007-11-07Merge from vmlocking:ad
2007-10-11This was using mutex_exit where mutex_enter was required.ad
2007-10-10Merge from vmlocking:ad