plan9fox/sys
cinap_lenrek d7f90a9096 kernel: simplify pexit(), avoid making wait record for RFNOWAIT (parentless) procs
replaced the p->pid != 0 check with up->parentpid != 0 so
p->pid == up->parentpid is never true for p->pid == 0.

avoid allocating the wait records when up->parentpid == 0.
2013-12-07 08:25:26 +01:00
..
doc /sys/doc: permissions for cleanps, mkdirlist, mkfilelist 2012-10-20 19:09:54 +02:00
games/lib fortunes: That's the process. 2013-11-20 18:38:49 -05:00
include libmemdraw: change memimageinit() to return integer error (for kernel), minor cleanups 2013-11-12 21:42:05 +01:00
lib kbdfs: add esc1+shift and esc1+ctrl pages (see sources kbmap-uk-weird patch) 2013-11-23 00:50:15 +01:00
man mothra: remove debug code, dont create $home/lib/mothra/mothra.err file 2013-12-07 00:51:19 +01:00
src kernel: simplify pexit(), avoid making wait record for RFNOWAIT (parentless) procs 2013-12-07 08:25:26 +01:00