summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fix typo "," vs ";"peter1999-12-271-1/+1
* Include vm/vm_extern.h to get at prototypeseivind1999-12-201-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-21/+0
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatpeter1999-12-111-40/+0
* Remove unused #includes.phk1999-12-086-6/+0
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-1/+1
* Introduce the new functionphk1999-11-217-20/+7
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-212-2/+2
* A process should be able to examine itself.sef1999-11-201-2/+3
* Make proc/*/cmdline use the cached argv if available.phk1999-11-171-21/+31
* The function `procfs_getattr()' in procfs doesn't set the value ofphk1999-11-171-0/+2
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-1/+1
* Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-081-0/+14
* Make an incredibly stupid change because Warner threatened to do it andsef1999-11-071-1/+0
* useracc() the prequel:phk1999-10-292-2/+0
* sigset_t change (part 2 of 5)marcel1999-09-291-1/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-40/+7
* $Id$ -> $FreeBSD$peter1999-08-2815-15/+15
* Let processes retrieve their argv through procfs. Revert to the originalmarcel1999-08-191-8/+41
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longbde1999-08-081-5/+3
* Allow jailed proccesses to open non-process vnodes like the root of the fs.phk1999-07-091-2/+2
* Use %q rather than rolling a custom routine.peter1999-07-091-51/+7
* Support for i386 hardware breakpoints.jlemon1999-07-091-0/+101
* Implement support for hardware debug registers on the i386.jlemon1999-07-093-3/+20
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-133-43/+27
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-16/+10
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-304-4/+188
* This Implements the mumbled about "Jail" feature.phk1999-04-283-4/+22
* Change suser_xxx() to suser() where it applies.phk1999-04-271-4/+5
* Suser() simplification:phk1999-04-273-8/+7
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldjdp1999-02-051-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-9/+9
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-6/+4
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-054-5/+51
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-5/+6
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* 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
OpenPOWER on IntegriCloud