#
52484 |
| 14-Feb-1992 |
mckusick |
fix for remrq from Mike |
#
52480 |
| 13-Feb-1992 |
mckusick |
p_regs moves to p_md.md_regs |
#
52202 |
| 14-Jan-1992 |
marc |
avoid tracing panics at exit |
#
51041 |
| 07-Sep-1991 |
ralph |
fix to previous changes |
#
51015 |
| 06-Sep-1991 |
ralph |
added ifdef PSL_ALLCC around old wait system call code. |
#
51014 |
| 06-Sep-1991 |
karels |
leave curproc set until last sleep, then clear before state is invalid (so clock, etc. don't poke around stuff that's been freed) |
#
50200 |
| 27-Jun-1991 |
karels |
unmap (user) address space early enough to allow sleep (if releasing unlinked files); have to keep credentials until wait(); cpu_wait may be needed on other architectures (no #ifdef i386) |
#
49690 |
| 12-May-1991 |
william |
two minor fixes for 386; others unaffected |
#
49087 |
| 04-May-1991 |
karels |
mv vmspace_free and kmem_free of kernel stack to cpu_exit; marc's fix to do pgsignal on exit of session leader only if still attached |
#
48403 |
| 20-Apr-1991 |
karels |
rm user.h; rm unneeded proc flags; noproc is now !curproc |
#
47540 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
45914 |
| 10-Jan-1991 |
mckusick |
add dynamically allocated file descriptors |
#
45739 |
| 05-Dec-1990 |
mckusick |
update for new VM |
#
45673 |
| 01-Dec-1990 |
karels |
fix jobc adjustments so we increment before decrementing, avoiding spurious signals when we join parent's pgrp; move common code into subr (from torek) |
#
45157 |
| 29-Aug-1990 |
karels |
from chris: exit doesn't return |
#
44433 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44404 |
| 28-Jun-1990 |
karels |
RETURN => return, remove syscontext.h |
#
43895 |
| 25-Jun-1990 |
karels |
expunge p_cursig, using p_xstat instead for stop signals; expunge u_code |
#
43380 |
| 21-Jun-1990 |
mckusick |
pass proc pointer to acct() |
#
42927 |
| 06-Jun-1990 |
mckusick |
update to new system call convention; expunge more u.u_procp |
#
42916 |
| 05-Jun-1990 |
marc |
only HUP processes with ctty on session leader exit |
#
42897 |
| 05-Jun-1990 |
marc |
fix posix semantics for exit of controlling process |
#
41569 |
| 10-May-1990 |
mckusick |
merge in support for hp300 from Utah |
#
41104 |
| 27-Apr-1990 |
mckusick |
no longer have per user quota structures |
#
40809 |
| 05-Apr-1990 |
marc |
[us]time's maintained in proc. copy to rusage as necessary |