summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style fix my previous commit.alex1997-06-261-2/+2
* Block all write operations to /proc/1/* when securelevel > 0.alex1997-06-211-1/+3
* Removed bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-201-1/+14
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-80/+47
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-244-8/+4
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-081-1/+2
* 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-2213-13/+13
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-122-2/+7
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1010-345/+382
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1413-13/+13
* Fix a potential deadlock from the previous commit.dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-301-18/+23
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-271-2/+5
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-184-6/+24
OpenPOWER on IntegriCloud