summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-041-13/+10
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-1/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+12
* Suser() simplification:phk1999-04-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-051-1/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Fixed printf format errors.bde1998-07-111-3/+3
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-251-10/+3
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-141-10/+6
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-1/+5
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-6/+2
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-6/+3
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-061-1/+4
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-2/+2
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-201-3/+13
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-3/+4
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-121-11/+1
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-081-3/+3
* Clear the stop events and wakeup the process on teh last close of thesef1997-12-071-1/+29
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+77
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-4/+1
* KNFize rev.1.31.bde1997-10-271-4/+6
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-63/+2
* 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
OpenPOWER on IntegriCloud