aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* etymology: daemonMattias Andrée2015-12-201-0/+2
* add daemonMattias Andrée2015-12-201-0/+99
* compile-time configurable default value for pathMattias Andrée2015-12-201-2/+11
* mMattias Andrée2015-12-202-2/+2
* change semantics of searchpath2 and add searchpath3Mattias Andrée2015-12-205-117/+153
* add searchpath and searchpath2Mattias Andrée2015-12-203-47/+190
* add needstackMattias Andrée2015-12-201-0/+154
* It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2015-12-202-6/+6
* optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée2015-12-206-9/+70
* fix issue #8 on githubMattias Andrée2015-12-192-2/+2
* fix issue #7 on github, againMattias Andrée2015-12-181-1/+1
* fix issue #7 on githubMattias Andrée2015-12-181-1/+1
* the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée2015-12-161-0/+1
* fix issue #6 on githubMattias Andrée2015-12-161-2/+21
* add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée2015-12-166-0/+257
* fix issue #5 on githubMattias Andrée2015-12-161-1/+1
* docMattias Andrée2015-11-261-3/+51
* sprintf considered saferMattias Andrée2015-11-261-0/+30
* implement machinesizeMattias Andrée2015-11-261-0/+158