kernel/procfs: Remove some unneeded parentheses.
[dragonfly.git] / sys / vfs / procfs / procfs_subr.c
2012-08-21 Sascha Wildnerkernel/procfs: Remove some unneeded parentheses.
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-16 Matthew Dillonkernel - Try to fix procfs readdir race
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE (3)
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE (2)
2011-11-16 Matthew Dillonkernel - Attempt to make procfs MPSAFE
2011-02-24 Antonio Huete Jimenezprocfs - Fix open() for procfs.
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2010-08-28 Matthew Dillonkernel - procfs_token work
2009-12-29 Matthew Dillonkernel - Fix improper vgone() in procfs and races in...
2007-08-25 Simon SchubertFix a bug in linprocfs and hold lwps to prevent a race...
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-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-11 Matthew DillonVNode sequencing and locking - part 2/4.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
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-05-02 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 15/21: procfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
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-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: