summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-11-27Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQchristos
2013-11-23change the mountlist CIRCLEQ into a TAILQchristos
2013-10-29Vnode API cleanup pass 1.hannken
2013-07-18PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME...ryo
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-11-25do something reasonable with kernel semaphores.christos
2012-05-28add a task process subdirectory for emul linuxchristos
2012-05-06- match format with the linux map printingchristos
2012-04-30- Replace some malloc(9) uses with kmem(9).rmind
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-12-19don't produce different output if we are super user.christos
2011-12-16provide a root entry if one was not found.christos
2011-12-15PR/45700: use dostatvfs instead of grabbing the latest cached copy ofchristos
2011-10-16VOP_GETATTR() needs a shared lock at least.hannken
2011-09-27define PROCFS_MAXNAMLEN and use it.christos
2011-09-04PR# kern/45021: Please support /emul/linux/proc/versionjmcneill
2011-08-28both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32jmcneill
2011-07-26fix a botch in PRIxVADDR change (rev.1.38)yamt
2011-06-23From Aleksey Cheusov: Don't make it easy for compromised systems to bypasschristos
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-09-15Use PRIxVADDR to print vaddr_t elements. Wrap lines.jym
2010-07-21Make holding v_interlock mandatory for callers of vget().hannken
2010-07-01Remove vlockmgr(). Generic vnode lock operations now use a rwlock locatedhannken
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-06-08Procfs_lookup() does not lookup directory descriptors in the fd/hannken
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