kernel - Fix numerous procfs/ptrace issues (3)
[dragonfly.git] / sys / vfs / procfs / procfs_vnops.c
2012-08-16 Matthew Dillonkernel - Fix numerous procfs/ptrace issues (3)
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-16 Matthew Dillonkernel - Fix bug in procfs_ioctl()
2011-11-16 Matthew Dillonkernel - Fix races in procfs
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE (3)
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-02-24 Antonio Huete Jimenezprocfs - Fix open() for procfs.
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-13 Alex Hornungprocfs - Use newly introduced textnch
2009-12-29 Matthew Dillonkernel - Fix improper vgone() in procfs and races in...
2009-08-23 Nicolas Theryprocfs: refactor vop_access to use vop_helper_access
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-26 Matthew Dillon* Fix a number of cases where too much kernel memory...
2006-05-24 Matthew DillonMove the code that inserts a new process into the allpr...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2005-11-20 Matthew DillonFix a bug in the last commit. The proc pointer can...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-08-16 Joerg SonnenbergerSplit the two parts of procfs_readdir into subroutines.
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-20 Matthew DillonOld API compatibility: The directory vnode passed to...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-07-02 Joerg Sonnenbergerprocfs_validfile does have a public prototyp, but doesn...
2004-06-14 Hiten PandyaMake the procfs_validfile() function static.
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
2004-05-02 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 15/21: procfs.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
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-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: