| Commit message (Expand) | Author | Age | Files | Lines |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1022/+0 |
| * | 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 | 1 | -8/+13 |
| * | 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 | 1 | -2/+0 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -38/+43 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -2/+3 |
| * | Proc locking identical to that of linprocfs' vnops except that we hold the | John Baldwin | 2001-03-07 | 1 | -18/+59 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Use macro API to <sys/queue.h> | Poul-Henning Kamp | 2000-12-31 | 1 | -4/+4 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -1/+4 |
| * | 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 | 1 | -16/+33 |
| * | Introduce vop_stdinactive() and make it the default if no vop_inactive | Poul-Henning Kamp | 2000-08-18 | 1 | -24/+0 |
| * | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | Brian Feldman | 2000-04-26 | 1 | -2/+2 |
| * | Quiet an unused variable warning by commenting out a variable declaration | Brian Feldman | 2000-04-22 | 1 | -1/+1 |
| * | Welcome back our old friend from procfs, "file"! | Brian Feldman | 2000-04-22 | 1 | -19/+50 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -21/+0 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 1 | -2/+2 |
| * | The function `procfs_getattr()' in procfs doesn't set the value of | Poul-Henning Kamp | 1999-11-17 | 1 | -0/+2 |
| * | Make an incredibly stupid change because Warner threatened to do it and | Sean Eric Fagan | 1999-11-07 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Allow jailed proccesses to open non-process vnodes like the root of the fs. | Poul-Henning Kamp | 1999-07-09 | 1 | -2/+2 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 1 | -1/+7 |
| * | Eliminate the bogus procfs private almost struct dirent structure. | Poul-Henning Kamp | 1999-06-13 | 1 | -23/+24 |
| * | Make the type and map files claim 0 bytes size. Tar doesn't get confused | Poul-Henning Kamp | 1999-05-04 | 1 | -13/+10 |
| * | Add a new "file" to procfs: "rlimit" which shows the resource limits for | Poul-Henning Kamp | 1999-04-30 | 1 | -1/+3 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+12 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -6/+6 |
| * | A partial implementation of the procfs cmdline pseudo-file. This | Peter Wemm | 1999-01-05 | 1 | -1/+3 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -3/+3 |
| * | Remove "not hungly" panics. Cookies now used by the linux and ibcs2 | Dmitrij Tejblum | 1998-06-25 | 1 | -10/+3 |
| * | Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. | Bruce Evans | 1998-06-14 | 1 | -10/+6 |
| * | Don't silently accept attempts to change flags where they are not | Peter Wemm | 1998-06-10 | 1 | -1/+5 |
| * | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 1 | -2/+2 |
| * | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 1 | -6/+2 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -6/+3 |
| * | Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result | Sean Eric Fagan | 1998-01-06 | 1 | -1/+4 |
| * | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 1 | -2/+2 |
| * | Clear the p_stops field on change of user/group id, unless the correct | Sean Eric Fagan | 1997-12-20 | 1 | -3/+13 |
| * | Change the ioctls for procfs around a bit; in particular, whever possible, | Sean Eric Fagan | 1997-12-13 | 1 | -3/+4 |