summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-031-3/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-092-19/+19
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-232-0/+16
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-131-4/+10
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-1/+4
* Add a module version (so that linprocfs can properly depend on procfs)des2000-12-091-0/+1
* Protect p_stat with the sched_lock.jhb2000-12-021-1/+18
* More paranoia against overflowseivind2000-11-081-18/+45
* Fix overflow from jail hostname.eivind2000-11-011-1/+1
* return correct type for process directory entries, DT_DIR not DT_REGalfred2000-10-051-1/+1
* Remove a comment that has been not only obsolete but patently wrong for thedes2000-09-041-8/+0
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-011-5/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,rwatson2000-09-011-28/+4
* o Centralize inter-process access control, introducing:rwatson2000-08-306-21/+38
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-24/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationgreen2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.green2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!green2000-04-223-19/+155
* 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
OpenPOWER on IntegriCloud