| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -413/+0 |
| * | o Remove redundant securelevel/pid1 check in procfs_rw() -- this | Robert Watson | 2001-09-18 | 1 | -2/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -3/+3 |
| * | Remove read permission for group on the /proc/*/mem file, since kmem | Robert Watson | 2001-08-03 | 1 | -2/+1 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -4/+5 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -1/+3 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | 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 | 1 | -96/+0 |
| * | 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 | 1 | -0/+104 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 1 | -1/+6 |
| * | Add a new "file" to procfs: "rlimit" which shows the resource limits for | Poul-Henning Kamp | 1999-04-30 | 1 | -1/+6 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -3/+3 |
| * | A partial implementation of the procfs cmdline pseudo-file. This | Peter Wemm | 1999-01-05 | 1 | -1/+6 |
| * | Fix a problem with procfs_exit() that resulted in missing some procfs | Sean Eric Fagan | 1997-12-12 | 1 | -12/+26 |
| * | Code to prevent a panic caused by procfs_exit(). Note that i don't know | Sean Eric Fagan | 1997-12-09 | 1 | -3/+11 |
| * | Use at_exit() to invoke procfs_exit() instead of calling it directly. | Sean Eric Fagan | 1997-12-08 | 1 | -2/+3 |
| * | Changes to allow event-based process monitoring and control. | Sean Eric Fagan | 1997-12-06 | 1 | -1/+12 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -3/+1 |
| * | Style fix my previous commit. | Alexander Langer | 1997-06-26 | 1 | -2/+2 |
| * | Block all write operations to /proc/1/* when securelevel > 0. | Alexander Langer | 1997-06-21 | 1 | -1/+3 |
| * | Fixed missing initialisation of vp->v_type for types Pfile and Pmem | Bruce Evans | 1997-03-08 | 1 | -1/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -25/+30 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | Bruce Evans | 1996-08-31 | 1 | -2/+2 |
| * | Implement locking for pfs nodes, when at the leaf. Concurrent access | John Dyson | 1996-07-02 | 1 | -10/+29 |
| * | Clean-up the new VM map procfs code, and also add support for executable | John Dyson | 1996-06-18 | 1 | -1/+5 |
| * | Add a feature to procfs to allow display of the process address map | John Dyson | 1996-06-17 | 1 | -1/+5 |
| * | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | David Greenman | 1996-06-12 | 1 | -6/+12 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Made /proc/n/mem file group kmem and group readable. Needed to fix ps so | David Greenman | 1995-04-15 | 1 | -2/+3 |
| * | Use tsleep() rather than sleep so that 'ps' is more informative about | David Greenman | 1994-10-06 | 1 | -2/+2 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -2/+1 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+314 |