summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
Commit message (Expand)AuthorAgeFilesLines
* MFS 1.10.2.5: Unbreak read/write behavior (introduced in previous revision).releng/4.3Jacques Vidrine2003-10-041-3/+1
* Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4,Jacques Vidrine2003-10-035-72/+9
* Eliminate ptrace/exec race.Jacques Vidrine2002-01-238-2/+25
* MFS of procfs "kmem" cleanup. With the advent of an entirelyRobert Watson2001-08-133-46/+3
* o MFC of procfs_ctl.c 1.22, tighten restrictions on the use ofRobert Watson2000-12-171-4/+14
* MFC: More overflow checking. This patch is ugly, but it works. A better fixEivind Eklund2000-11-161-18/+45
* Make /proc/<pid> appear as a directory rather than a regular file.Alfred Perlstein2000-11-071-1/+1
* Be much, much more paranoid on allowing I/O operations on procfs nodes.Sean Eric Fagan2000-11-017-7/+15
* MFC: Fix jail hostname overflowEivind Eklund2000-11-011-1/+1
* MFC: textvp_fullpath(), revive /proc/pid/file.Dag-Erling Smørgrav2000-06-212-20/+60
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fix typo "," vs ";"Peter Wemm1999-12-271-1/+1
* Include vm/vm_extern.h to get at prototypesEivind Eklund1999-12-201-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-21/+0
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatPeter Wemm1999-12-111-40/+0
* Remove unused #includes.Poul-Henning Kamp1999-12-086-6/+0
* Add a sysctl to control if argv is disclosed to the world:Poul-Henning Kamp1999-11-261-1/+1
* Introduce the new functionPoul-Henning Kamp1999-11-217-20/+7
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-212-2/+2
* A process should be able to examine itself.Sean Eric Fagan1999-11-201-2/+3
* Make proc/*/cmdline use the cached argv if available.Poul-Henning Kamp1999-11-171-21/+31
* The function `procfs_getattr()' in procfs doesn't set the value ofPoul-Henning Kamp1999-11-171-0/+2
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. ItAlan Cox1999-11-091-1/+1
* Explain why Warner is right, and I am wrong, in the removing of theSean Eric Fagan1999-11-081-0/+14
* Make an incredibly stupid change because Warner threatened to do it andSean Eric Fagan1999-11-071-1/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-292-2/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-1/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-40/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2815-15/+15
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-191-8/+41
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longBruce Evans1999-08-081-5/+3
* Allow jailed proccesses to open non-process vnodes like the root of the fs.Poul-Henning Kamp1999-07-091-2/+2
* Use %q rather than rolling a custom routine.Peter Wemm1999-07-091-51/+7
* Support for i386 hardware breakpoints.Jonathan Lemon1999-07-091-0/+101
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-093-3/+20
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-133-43/+27
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichDmitrij Tejblum1999-05-221-16/+10
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedPoul-Henning Kamp1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.Poul-Henning Kamp1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-304-4/+188
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-283-4/+22
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-4/+5
* Suser() simplification:Poul-Henning Kamp1999-04-273-8/+7
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldJohn Polstra1999-02-051-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-9/+9
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-6/+4