| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS 1.10.2.5: Unbreak read/write behavior (introduced in previous revision).releng/4.3 | Jacques Vidrine | 2003-10-04 | 1 | -3/+1 |
| * | Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4, | Jacques Vidrine | 2003-10-03 | 5 | -72/+9 |
| * | Eliminate ptrace/exec race. | Jacques Vidrine | 2002-01-23 | 8 | -2/+25 |
| * | MFS of procfs "kmem" cleanup. With the advent of an entirely | Robert Watson | 2001-08-13 | 3 | -46/+3 |
| * | o MFC of procfs_ctl.c 1.22, tighten restrictions on the use of | Robert Watson | 2000-12-17 | 1 | -4/+14 |
| * | MFC: More overflow checking. This patch is ugly, but it works. A better fix | Eivind Eklund | 2000-11-16 | 1 | -18/+45 |
| * | Make /proc/<pid> appear as a directory rather than a regular file. | Alfred Perlstein | 2000-11-07 | 1 | -1/+1 |
| * | Be much, much more paranoid on allowing I/O operations on procfs nodes. | Sean Eric Fagan | 2000-11-01 | 7 | -7/+15 |
| * | MFC: Fix jail hostname overflow | Eivind Eklund | 2000-11-01 | 1 | -1/+1 |
| * | MFC: textvp_fullpath(), revive /proc/pid/file. | Dag-Erling Smørgrav | 2000-06-21 | 2 | -20/+60 |
| * | 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 |
| * | Make proc/*/cmdline use the cached argv if available. | Poul-Henning Kamp | 1999-11-17 | 1 | -21/+31 |
| * | The function `procfs_getattr()' in procfs doesn't set the value of | Poul-Henning Kamp | 1999-11-17 | 1 | -0/+2 |
| * | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | Alan Cox | 1999-11-09 | 1 | -1/+1 |
| * | Explain why Warner is right, and I am wrong, in the removing of the | Sean Eric Fagan | 1999-11-08 | 1 | -0/+14 |
| * | Make an incredibly stupid change because Warner threatened to do it and | Sean Eric Fagan | 1999-11-07 | 1 | -1/+0 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 2 | -2/+0 |
| * | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -1/+1 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -0/+1 |
| * | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | Alfred Perlstein | 1999-09-07 | 1 | -40/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 15 | -15/+15 |
| * | Let processes retrieve their argv through procfs. Revert to the original | Marcel Moolenaar | 1999-08-19 | 1 | -8/+41 |
| * | Fixed printf format errors (%qu -> %llu; the arg was already unsigned long | Bruce Evans | 1999-08-08 | 1 | -5/+3 |
| * | Allow jailed proccesses to open non-process vnodes like the root of the fs. | Poul-Henning Kamp | 1999-07-09 | 1 | -2/+2 |
| * | Use %q rather than rolling a custom routine. | Peter Wemm | 1999-07-09 | 1 | -51/+7 |
| * | Support for i386 hardware breakpoints. | Jonathan Lemon | 1999-07-09 | 1 | -0/+101 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 3 | -3/+20 |
| * | Eliminate the bogus procfs private almost struct dirent structure. | Poul-Henning Kamp | 1999-06-13 | 3 | -43/+27 |
| * | Don't call calcru() on a swapped-out process. calcru() access p_stats, which | Dmitrij Tejblum | 1999-05-22 | 1 | -16/+10 |
| * | 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 even more () to CHECKIO which by now feels positively LISPish. | Poul-Henning Kamp | 1999-05-04 | 1 | -3/+4 |
| * | Add a new "file" to procfs: "rlimit" which shows the resource limits for | Poul-Henning Kamp | 1999-04-30 | 4 | -4/+188 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 3 | -4/+22 |
| * | Change suser_xxx() to suser() where it applies. | Poul-Henning Kamp | 1999-04-27 | 1 | -4/+5 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 3 | -8/+7 |
| * | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen | 1999-02-19 | 1 | -2/+2 |
| * | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | Matthew Dillon | 1999-02-07 | 1 | -2/+2 |
| * | Correct a format mismatch on 64-bit architectures. This should | John Polstra | 1999-02-05 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 2 | -9/+9 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -6/+4 |