summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* VFS mega cleanup commit (x/N)phk1997-10-161-53/+18
* Hmm, realign the vnops into two columns.phk1997-10-151-8/+8
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+42
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-2/+2
* Convert select -> poll.peter1997-09-141-3/+10
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-121-5/+9
* Removed unused #includes.bde1997-08-021-3/+1
* Fixed procfs's locking vops. They were missed in the Lite2 merge,bde1997-02-241-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-2/+4
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-181/+285
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-2/+4
* Add a feature to procfs to allow display of the process address mapdyson1996-06-171-1/+3
* For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* Major fixes for procfs..peter1996-01-241-15/+38
* Moved declarations for static functions to the correct place (not in abde1995-11-161-8/+42
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-43/+43
* Make a lot of private stuff static.phk1995-11-071-17/+17
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-021-3/+6
* Be careful not to dereference NULL credentials pointers when doing thedg1995-08-111-3/+7
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-251-29/+1
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+3
* For P_SUGID processes, we must also change ownership of the mem filedg1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.dg1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-151-2/+2
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-6/+11
* 1) Added "." and ".." entries.dg1994-09-241-4/+20
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Fix up some sloppy coding practices:wollman1994-08-181-2/+6
* Added $Id$dg1994-08-021-2/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+16
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+814
OpenPOWER on IntegriCloud