Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
us. Includes some pmap changes, for which I don't have the original commit
message(s) handy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement SA_NOCLDWAIT by reparenting kids of processes that have
the appropriate bit set to PID 1, and let PID 1 handle the zombie.
This assumes that PID 1 will wait for its kids (which is true of init).
This also includes some FreeBSD sigaction.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is ported from the FreeBSD driver, and all porting work (and testing)
was done by Don Schmidt (yensid@imsa.edu).
|
|
|
|
|
|
avoid strange panics happening. Patch suggested by Chris Torek.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Alan Barrett <apb@iafrica.com> with some changes.
|
|
|
|
|
|
|