summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionalex1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a modulealex1998-07-251-4/+19
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed printf format errors.bde1998-07-112-9/+9
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-071-5/+5
* 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
* This commit fixes various 64bit portability problems required fordfr1998-06-072-4/+4
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+38
* As described by the submitter:msmith1998-05-061-4/+1
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-13/+27
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-6/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+4
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-063-9/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+9
* VM level code cleanups.dyson1998-01-221-3/+3
* Make our v_usecount vnode reference count work identically to thedyson1998-01-062-8/+5
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-061-1/+4
* Fixed a missing/misplaced/misstyled prototype.bde1997-12-302-4/+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-122-23/+27
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-091-3/+11
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-081-3/+3
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-082-3/+13
* 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-062-2/+89
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-141-3/+3
* 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
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Check permissions for fp regs as well as normal regs.sef1997-08-121-1/+3
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-124-8/+43
* Removed unused #includes.bde1997-08-0211-61/+11
OpenPOWER on IntegriCloud