aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/daemonize.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11paranoiarsc1-1/+9
2005-01-11don't rfork(RFNOTEG) because then you losersc1-3/+23
the ability to read from the console. damn. also, handle case where child exits before fork returns in parent. have to record that sigchld was seen and then run the handler later.
2005-01-06add _procwakeupandunlockrsc1-0/+12
to help ease locking contention on Linux 2.4.
2005-01-04better handlingrsc1-8/+22
2004-12-28restore old plan 9 property that when thersc1-7/+14
last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.
2004-12-28more freebsd workrsc1-8/+5
2004-12-28add threaddaemonizersc1-0/+98