kernel/linprocfs: Fix accessing files in /proc (such as /proc/meminfo).
[dragonfly.git] / sys / emulation / linux / i386 / linprocfs / linprocfs_vnops.c
2012-08-21 Sascha Wildnerkernel/linprocfs: Fix accessing files in /proc (such...
2012-08-16 Sascha Wildnerkernel/linprocfs: Add a missing header for spin_{,un...
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-13 Alex Hornunglinprocfs - Introduce /proc/mounts
2010-03-13 Alex Hornunglinux emulation - Major update
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-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
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-24 Matthew DillonStart consolidating process related code into kern_proc...
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...
2006-01-31 Simon SchubertPull the fix from procfs_vnops.c:1.27 also to linprocfs
2006-01-22 Sascha WildnerAdd some casts to silence warnings.
2005-12-10 Sascha WildnerAnsify function definitions.
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 SonnenbergerHonor process visibility for jailed processes and ps_sh...
2005-08-15 Joerg SonnenbergerSplit the two parts of linprocfs_readdir into subroutines.
2005-08-15 Joerg SonnenbergerRip off PROCFS_ZOMBIE, it wasn't even a knob to play...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-09 Matthew DillonWith vnode locking now mandatory a number of bugs have...
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-08-13 Matthew DillonOops, undo portions of the last commit, some extra...
2004-08-13 Matthew DillonClose a kernel mem disclosure bug in linprocfs. The...
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
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-08-27 Robert Garrett__P removal
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: