aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* improve machinemodeMattias Andrée2016-02-091-14/+73
* misread specificationMattias Andrée2016-01-141-10/+0
* partially split malloc.cMattias Andrée2016-01-017-156/+281
* docMattias Andrée2016-01-011-0/+24
* extension: free will perserve errnoMattias Andrée2016-01-012-0/+12
* mMattias Andrée2016-01-013-8/+25
* portabilityMattias Andrée2016-01-011-3/+9
* bump yearMattias Andrée2016-01-01214-214/+214
* m bug fix: reopen: closed wrong fdMattias Andrée2015-12-311-1/+1
* fix DAEMONISE_KEEP_FDSMattias Andrée2015-12-311-3/+4
* mMattias Andrée2015-12-311-5/+7
* daemonise: add option to override pid fileMattias Andrée2015-12-311-2/+3
* m bug fixMattias Andrée2015-12-311-1/+1
* m bug fixMattias Andrée2015-12-301-4/+4
* SIGKILL and SIGSTOP cannot be cought, for you get an exception even if SIG_DFL is usedMattias Andrée2015-12-301-1/+2
* typo + other ways to catch fireMattias Andrée2015-12-301-1/+54
* needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire.Mattias Andrée2015-12-301-0/+2
* needstack: forgot to set the maskMattias Andrée2015-12-301-0/+3
* needstack: use pthread_sigmask rather than sigprocmaskMattias Andrée2015-12-301-2/+2
* add reopenMattias Andrée2015-12-301-0/+79
* halt + hcfMattias Andrée2015-12-292-0/+73
* use pthread_sigmask, not sigprocmaskMattias Andrée2015-12-294-12/+12
* more functions to add + implement readn, writen, preadn, and pwritenMattias Andrée2015-12-294-0/+296
* mMattias Andrée2015-12-291-1/+1
* typoMattias Andrée2015-12-291-1/+1
* mMattias Andrée2015-12-281-1/+1
* fix dup_at_least_3: must duplicate at least onceMattias Andrée2015-12-281-1/+2
* daemonise: support keeping arbitrary fd:s openMattias Andrée2015-12-281-7/+96
* fix errorsMattias Andrée2015-12-281-16/+19
* fix errors and warningsMattias Andrée2015-12-275-32/+34
* fix warningMattias Andrée2015-12-271-1/+1
* typoMattias Andrée2015-12-271-1/+1
* fix errorsMattias Andrée2015-12-271-5/+6
* fix punctuationMattias Andrée2015-12-271-4/+4
* fix errors and warningsMattias Andrée2015-12-278-3/+19
* fix errorsMattias Andrée2015-12-271-22/+27
* suppress a bunch of warningsMattias Andrée2015-12-271-0/+79
* fix issue #9 on githubMattias Andrée2015-12-261-1/+1
* add undaemoniseMattias Andrée2015-12-251-4/+49
* typoMattias Andrée2015-12-231-1/+1
* mMattias Andrée2015-12-231-3/+3
* daemonise: user-private daemonsMattias Andrée2015-12-231-3/+17
* daemonise: may also be redistributed under the term of the expat licenseMattias Andrée2015-12-231-1/+3
* daemonise: etymologyMattias Andrée2015-12-231-0/+2
* add getenvMattias Andrée2015-12-211-0/+73
* add clearenvMattias Andrée2015-12-211-0/+58
* in case environ is set to nullMattias Andrée2015-12-211-1/+1
* add getpassMattias Andrée2015-12-211-0/+193
* add creatMattias Andrée2015-12-211-0/+44
* daemoniseMattias Andrée2015-12-211-0/+257