summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-1023/+0
* Correctly unlock the target process if /proc/$foo/mem is open()ed byBrian Feldman2001-11-061-1/+1
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectDag-Erling Smørgrav2001-10-221-1/+1
* In procfs_readdir(), when the directory being read was a process directory,Dag-Erling Smørgrav2001-10-071-1/+3
* KSE Milestone 2Julian Elischer2001-09-121-21/+25
* Collapse a Pmem case in with the other debugging files case for procfs,Robert Watson2001-08-031-5/+2
* Prior to support for almost all ps activity via sysctl, ps used procfs,Robert Watson2001-08-031-6/+5
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-9/+9
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-3/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* GC prototype for procfs_bmap() missed during a previous commit.John Baldwin2001-05-111-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-8/+13
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-31/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-38/+43
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-2/+3
* Proc locking identical to that of linprocfs' vnops except that we hold theJohn Baldwin2001-03-071-18/+59
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-311-4/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-1/+4
* return correct type for process directory entries, DT_DIR not DT_REGAlfred Perlstein2000-10-051-1/+1
* Remove a comment that has been not only obsolete but patently wrong for theDag-Erling Smørgrav2000-09-041-8/+0
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processRobert Watson2000-09-011-5/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,Robert Watson2000-09-011-28/+4
* o Centralize inter-process access control, introducing:Robert Watson2000-08-301-16/+33
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-24/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().Brian Feldman2000-04-261-2/+2
* Quiet an unused variable warning by commenting out a variable declarationBrian Feldman2000-04-221-1/+1
* Welcome back our old friend from procfs, "file"!Brian Feldman2000-04-221-19/+50
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-21/+0
* Introduce the new functionPoul-Henning Kamp1999-11-211-2/+2
* The function `procfs_getattr()' in procfs doesn't set the value ofPoul-Henning Kamp1999-11-171-0/+2
* Make an incredibly stupid change because Warner threatened to do it andSean Eric Fagan1999-11-071-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Allow jailed proccesses to open non-process vnodes like the root of the fs.Poul-Henning Kamp1999-07-091-2/+2
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+7
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-131-23/+24
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedPoul-Henning Kamp1999-05-041-13/+10
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-301-1/+3
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+12
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-6/+6
* A partial implementation of the procfs cmdline pseudo-file. ThisPeter Wemm1999-01-051-1/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* Fixed printf format errors.Bruce Evans1998-07-111-3/+3
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2Dmitrij Tejblum1998-06-251-10/+3
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.Bruce Evans1998-06-141-10/+6
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-1/+5
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-2/+2