| Commit message (Expand) | Author | Age | Files | Lines |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 15 | -3629/+0 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 2 | -1/+12 |
| * | GC prototype for procfs_bmap() missed during a previous commit. | John Baldwin | 2001-05-11 | 1 | -1/+0 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 9 | -26/+56 |
| * | Add a vop_stdbmap(), and make it part of the default vop vector. | Poul-Henning Kamp | 2001-04-29 | 1 | -31/+0 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 2 | -4/+0 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 6 | -55/+50 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 3 | -0/+6 |
| * | - Various style fixes. | John Baldwin | 2001-03-29 | 1 | -7/+3 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 2 | -13/+14 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 3 | -0/+3 |
| * | Proc locking identical to that of linprocfs' vnops except that we hold the | John Baldwin | 2001-03-07 | 1 | -18/+59 |
| * | Protect read to p_pptr with proc lock rather than proctree lock. | John Baldwin | 2001-03-07 | 1 | -2/+2 |
| * | Proc locking. Lock around psignal() and also ensure both an exclusive | John Baldwin | 2001-03-07 | 1 | -20/+34 |
| * | Protect p_flag with the proc lock. | John Baldwin | 2001-03-07 | 3 | -3/+18 |
| * | Remove the copyinstr call which was trying to copy the pathname in from | Doug Rabson | 2001-03-03 | 1 | -3/+0 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -2/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -19/+19 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -2/+6 |
| * | Use macro API to <sys/queue.h> | Poul-Henning Kamp | 2000-12-31 | 1 | -4/+4 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 2 | -0/+16 |
| * | o Tighten restrictions on use of /proc/pid/ctl and move access checks | Robert Watson | 2000-12-13 | 1 | -4/+10 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -1/+4 |
| * | Add a module version (so that linprocfs can properly depend on procfs) | Dag-Erling Smørgrav | 2000-12-09 | 1 | -0/+1 |
| * | Protect p_stat with the sched_lock. | John Baldwin | 2000-12-02 | 1 | -1/+18 |
| * | More paranoia against overflows | Eivind Eklund | 2000-11-08 | 1 | -18/+45 |
| * | Fix overflow from jail hostname. | Eivind Eklund | 2000-11-01 | 1 | -1/+1 |
| * | return correct type for process directory entries, DT_DIR not DT_REG | Alfred Perlstein | 2000-10-05 | 1 | -1/+1 |
| * | Remove a comment that has been not only obsolete but patently wrong for the | Dag-Erling Smørgrav | 2000-09-04 | 1 | -8/+0 |
| * | o Simplify if/then clause equating ESRCH with ENOENT when hiding a process | Robert Watson | 2000-09-01 | 1 | -5/+2 |
| * | o Make procfs use vaccess() for procfs_access() DAC and super-user checks, | Robert Watson | 2000-09-01 | 1 | -28/+4 |
| * | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 6 | -21/+38 |
| * | Introduce vop_stdinactive() and make it the default if no vop_inactive | Poul-Henning Kamp | 2000-08-18 | 1 | -24/+0 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | Brian Feldman | 2000-04-26 | 3 | -99/+2 |
| * | Quiet an unused variable warning by commenting out a variable declaration | Brian Feldman | 2000-04-22 | 1 | -1/+1 |
| * | There's no reason to make "file" 0500 rather than 0555. | Brian Feldman | 2000-04-22 | 1 | -1/+3 |
| * | Welcome back our old friend from procfs, "file"! | Brian Feldman | 2000-04-22 | 3 | -19/+155 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Fix typo "," vs ";" | Peter Wemm | 1999-12-27 | 1 | -1/+1 |
| * | Include vm/vm_extern.h to get at prototypes | Eivind Eklund | 1999-12-20 | 1 | -0/+1 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -21/+0 |
| * | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | Peter Wemm | 1999-12-11 | 1 | -40/+0 |
| * | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 6 | -6/+0 |
| * | Add a sysctl to control if argv is disclosed to the world: | Poul-Henning Kamp | 1999-11-26 | 1 | -1/+1 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 7 | -20/+7 |
| * | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 2 | -2/+2 |
| * | A process should be able to examine itself. | Sean Eric Fagan | 1999-11-20 | 1 | -2/+3 |