summaryrefslogtreecommitdiffstats
path: root/libc/unistd/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-58/+42
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-2/+3
* Use internal versionsPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-041-3/+2
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+5
* Fix indentingEric Andersen2002-01-111-21/+21
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-18/+15
* Only compile in daemon() if the target has an MMU.Eric Andersen2001-04-231-5/+2
* Add missing header file for daemon.c, add missing functions into unistd.h.Eric Andersen2001-04-201-0/+1
* Accomodate mmuless systems.Eric Andersen2001-04-031-0/+9
* Add in daemon.c, now used by busybox.Eric Andersen2001-04-031-0/+95