aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Style fixes and a bug fix: don't remove the exit handler if unmountAlexander Langer1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionAlexander Langer1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a moduleAlexander Langer1998-07-251-4/+19
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Fixed printf format errors.Bruce Evans1998-07-112-9/+9
* Quick fix for type mismatches which were fatal if longs aren't 32Bruce Evans1998-07-071-5/+5
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2Dmitrij Tejblum1998-06-251-10/+3
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.Bruce Evans1998-06-141-10/+6
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-1/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-4/+4
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-193-10/+38
* As described by the submitter:Mike Smith1998-05-061-4/+1
* Tighten up management of memory and swap space during map allocation,John Dyson1998-04-291-13/+27
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-6/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+4
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-063-9/+3
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-043-3/+9
* VM level code cleanups.John Dyson1998-01-221-3/+3
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-062-8/+5
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultSean Eric Fagan1998-01-061-1/+4
* Fixed a missing/misplaced/misstyled prototype.Bruce Evans1997-12-302-4/+4
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-2/+2
* Clear the p_stops field on change of user/group id, unless the correctSean Eric Fagan1997-12-201-3/+13
* Change the ioctls for procfs around a bit; in particular, whever possible,Sean Eric Fagan1997-12-131-3/+4
* Fix a problem with procfs_exit() that resulted in missing some procfsSean Eric Fagan1997-12-122-23/+27
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowSean Eric Fagan1997-12-091-3/+11
* A couple of fixes from bruce: first of all, psignal is a void (stupidSean Eric Fagan1997-12-081-3/+3
* Use at_exit() to invoke procfs_exit() instead of calling it directly.Sean Eric Fagan1997-12-082-3/+13
* Clear the stop events and wakeup the process on teh last close of theSean Eric Fagan1997-12-071-1/+29
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-062-2/+89
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Don't try to obtain an excluive lock on the vm map, since a deadlock mightTor Egge1997-11-141-3/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-4/+1
* KNFize rev.1.31.Bruce Evans1997-10-271-4/+6
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-63/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-53/+18
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+42
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-2/+2
* Convert select -> poll.Peter Wemm1997-09-141-3/+10
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Check permissions for fp regs as well as normal regs.Sean Eric Fagan1997-08-121-1/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-124-8/+43