| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | A partial implementation of the procfs cmdline pseudo-file. This | Peter Wemm | 1999-01-05 | 4 | -5/+51 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 2 | -5/+6 |
| * | Added a second argument, "activate" to the vm_page_unwire() call so that | David Greenman | 1998-10-28 | 1 | -2/+2 |
| * | Removed statically configured mount type numbers (MOUNT_*) and all | Bruce Evans | 1998-09-07 | 1 | -2/+2 |
| * | Style fixes and a bug fix: don't remove the exit handler if unmount | Alexander Langer | 1998-07-27 | 1 | -5/+6 |
| * | A better solution to the rm_at_exit problem: Register the exit function | Alexander Langer | 1998-07-27 | 1 | -23/+10 |
| * | Override the default VFS LKM dispatch functions so that a module | Alexander Langer | 1998-07-25 | 1 | -4/+19 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 2 | -9/+9 |
| * | Quick fix for type mismatches which were fatal if longs aren't 32 | Bruce Evans | 1998-07-07 | 1 | -5/+5 |
| * | 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 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 2 | -4/+4 |
| * | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 3 | -10/+38 |
| * | As described by the submitter: | Mike Smith | 1998-05-06 | 1 | -4/+1 |
| * | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -13/+27 |
| * | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -2/+2 |
| * | Add two new functions, get{micro|nano}time. | Poul-Henning Kamp | 1998-03-26 | 1 | -6/+2 |
| * | The intent is to get rid of WILLRELE in vnode_if.src by making | Mike Smith | 1998-03-01 | 1 | -1/+4 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 3 | -9/+3 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 3 | -3/+9 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -3/+3 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 2 | -8/+5 |
| * | Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result | Sean Eric Fagan | 1998-01-06 | 1 | -1/+4 |
| * | Fixed a missing/misplaced/misstyled prototype. | Bruce Evans | 1997-12-30 | 2 | -4/+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 |
| * | Fix a problem with procfs_exit() that resulted in missing some procfs | Sean Eric Fagan | 1997-12-12 | 2 | -23/+27 |