| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -5/+5 |
| * | Move setregs() out from under the PROC_LOCK so that it can use functions | Doug Rabson | 2001-10-10 | 1 | -4/+4 |
| * | proces -> process in a comment. | John Baldwin | 2001-10-09 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -19/+24 |
| * | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | Matthew Dillon | 2001-09-01 | 1 | -5/+10 |
| * | Fix a simple typo I just happened to find. | Alexander Langer | 2001-08-22 | 1 | -1/+1 |
| * | Correct spelling in a comment and remove trailing newline from a | Dima Dorfman | 2001-07-11 | 1 | -2/+2 |
| * | Don't share sig handlers after an exec | Guido van Rooij | 2001-07-09 | 1 | -1/+23 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -6/+4 |
| * | Fix some lock order reversals where we called free() while holding a proc | John Baldwin | 2001-06-20 | 1 | -9/+11 |
| * | Move setugid() a little sooner to before we release tracing in case | Peter Wemm | 2001-06-16 | 1 | -2/+3 |
| * | o pcred-removal changes included modifications to optimize the setting of | Robert Watson | 2001-05-26 | 1 | -7/+8 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -11/+47 |
| * | Axe unneeded spl()'s. | John Baldwin | 2001-05-21 | 1 | -4/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+7 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -2/+2 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Proc locking. | John Baldwin | 2001-03-07 | 1 | -3/+9 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -0/+2 |
| * | o Add a comment to exec_check_permissions() to indicate that the | Robert Watson | 2000-11-30 | 1 | -0/+1 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | Add a gross hack for ia64 to allocate the backing store for a new program. | Doug Rabson | 2000-10-12 | 1 | -0/+16 |
| * | Make size of dynamic loader argument variable to support | Takanori Watanabe | 2000-09-26 | 1 | -14/+22 |
| * | Remove unneeded #include that was a remnant of an earlier version of | Don Lewis | 2000-09-21 | 1 | -1/+0 |
| * | Added used include of <sys/mutex.h> (don't depend on pollution in | Bruce Evans | 2000-09-17 | 1 | -0/+1 |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 1 | -1/+1 |
| * | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | Don Lewis | 2000-09-05 | 1 | -1/+2 |
| * | Support for unsigned integer and long sysctl variables. Update the | John Baldwin | 2000-07-05 | 1 | -5/+7 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Fix #! script exec under linux emulation. If a script is exec'd from a | Matthew Dillon | 2000-04-26 | 1 | -27/+36 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+5 |
| * | When we are execing a setugid program, and we have a procfs filesystem | Warner Losh | 2000-01-20 | 1 | -0/+1 |
| * | Changed the type used to represent the user stack pointer from `long *' | Bruce Evans | 1999-12-27 | 1 | -5/+5 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -3/+3 |
| * | Add a sysctl to control if argv is disclosed to the world: | Poul-Henning Kamp | 1999-11-26 | 1 | -0/+3 |
| * | Introduce commandline caching in the kernel. | Poul-Henning Kamp | 1999-11-16 | 1 | -0/+23 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Stop profiling on exec. | Warner Losh | 1999-08-11 | 1 | -1/+4 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
| * | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | Peter Wemm | 1999-04-19 | 1 | -18/+1 |
| * | Restore support for executing BSD/OS binaries on the i386 by passing | John Polstra | 1999-04-03 | 1 | -3/+5 |
| * | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | Luoqi Chen | 1999-02-19 | 1 | -2/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Add (but don't activate) code for a special VM option to make | Julian Elischer | 1999-01-06 | 1 | -1/+19 |
| * | Various changes to support OSF1 emulation: | Doug Rabson | 1998-12-30 | 1 | -5/+6 |