| Commit message (Expand) | Author | Age | Files | Lines |
* | When exec'ing a set[ug]id program, make sure that the stdio file descriptors | nectar | 2002-04-19 | 1 | -0/+4 |
* | Increase the size of the register stack storage on ia64 from 32K to 2MB so | peter | 2002-04-05 | 1 | -1/+7 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencing | alc | 2002-03-31 | 1 | -6/+7 |
* | Make the reference counting of 'struct pargs' SMP safe. | alfred | 2002-03-27 | 1 | -6/+2 |
* | Remove an unnecessary and inconsistently used variable from exec_new_vmspace(). | alc | 2002-03-26 | 1 | -3/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | jake | 2002-03-17 | 1 | -2/+2 |
* | Remove now unused struct proc *p. | imp | 2002-02-27 | 1 | -1/+0 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -9/+7 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -2/+2 |
* | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | peter | 2002-02-27 | 1 | -2/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -1/+1 |
* | o Call the functions registered with at_exec() from exec_new_vmspace() | alc | 2002-01-13 | 1 | -4/+7 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -1/+4 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -0/+58 |
* | Repeat after me -- "Use of ANSI string concatenation can be bad." | obrien | 2001-12-10 | 1 | -1/+1 |
* | For what its worth, sync up the type of ps_arg_cache_max (unsigned long) | peter | 2001-11-08 | 1 | -1/+1 |
* | Add a P_INEXEC flag that indicates that the process has called execve() and | des | 2001-10-27 | 1 | -15/+25 |
* | Use vm_offset_t instead of caddr_t to fix a warning and remove | robert | 2001-10-24 | 1 | -3/+3 |
* | Fix ktrace enablement/disablement races that can result in a vnode | dillon | 2001-10-24 | 1 | -3/+7 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -5/+5 |
* | Move setregs() out from under the PROC_LOCK so that it can use functions | dfr | 2001-10-10 | 1 | -4/+4 |
* | proces -> process in a comment. | jhb | 2001-10-09 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -19/+24 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | dillon | 2001-09-01 | 1 | -5/+10 |
* | Fix a simple typo I just happened to find. | alex | 2001-08-22 | 1 | -1/+1 |
* | Correct spelling in a comment and remove trailing newline from a | dd | 2001-07-11 | 1 | -2/+2 |
* | Don't share sig handlers after an exec | guido | 2001-07-09 | 1 | -1/+23 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -6/+4 |
* | Fix some lock order reversals where we called free() while holding a proc | jhb | 2001-06-20 | 1 | -9/+11 |
* | Move setugid() a little sooner to before we release tracing in case | peter | 2001-06-16 | 1 | -2/+3 |
* | o pcred-removal changes included modifications to optimize the setting of | rwatson | 2001-05-26 | 1 | -7/+8 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -11/+47 |
* | Axe unneeded spl()'s. | jhb | 2001-05-21 | 1 | -4/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Proc locking. | jhb | 2001-03-07 | 1 | -3/+9 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -0/+2 |
* | o Add a comment to exec_check_permissions() to indicate that the | rwatson | 2000-11-30 | 1 | -0/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Add a gross hack for ia64 to allocate the backing store for a new program. | dfr | 2000-10-12 | 1 | -0/+16 |
* | Make size of dynamic loader argument variable to support | takawata | 2000-09-26 | 1 | -14/+22 |
* | Remove unneeded #include that was a remnant of an earlier version of | truckman | 2000-09-21 | 1 | -1/+0 |
* | Added used include of <sys/mutex.h> (don't depend on pollution in | bde | 2000-09-17 | 1 | -0/+1 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -1/+1 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -1/+2 |