summaryrefslogtreecommitdiffstats
path: root/libc/unistd/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-23/+16
* daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger2009-09-181-4/+6
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-181-12/+4
* Fix daemon build for no-MMU no-threads.Joseph Myers2009-08-191-0/+1
* Fix whitespaceAustin Foxley2009-05-261-2/+2
* Only use fstat64 when LFS is enabledAustin Foxley2009-05-201-1/+9
* Merged revisions 26046,26062,26066,26078 via svnmerge from Khem Raj2009-04-141-1/+13
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-071-8/+26
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-6/+6
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-2/+2
* Merge from trunk."Steven J. Hill"2006-08-211-64/+81
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+3
* Merge from trunk."Steven J. Hill"2005-12-101-0/+1
* Merge from trunk."Steven J. Hill"2005-12-081-0/+3
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
* Sync with trunk."Steven J. Hill"2005-10-061-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