summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* This file is the "meat" of the process address space capability. If youdyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapdyson1996-06-173-4/+11
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-6/+12
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* Major fixes for procfs..peter1996-01-246-22/+88
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
OpenPOWER on IntegriCloud