aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump yearMattias Andrée2016-01-011-1/+1
* mMattias Andrée2015-12-311-3/+8
* daemonise: add option to override pid fileMattias Andrée2015-12-311-0/+9
* typo + other ways to catch fireMattias Andrée2015-12-301-1/+1
* halt + hcfMattias Andrée2015-12-291-0/+27
* more functions to add + implement readn, writen, preadn, and pwritenMattias Andrée2015-12-291-5/+104
* typoMattias Andrée2015-12-291-1/+1
* daemonise: support keeping arbitrary fd:s openMattias Andrée2015-12-281-1/+22
* fix errors and warningsMattias Andrée2015-12-271-3/+3
* add undaemoniseMattias Andrée2015-12-251-0/+19
* daemonise: user-private daemonsMattias Andrée2015-12-231-0/+4
* daemonise: etymologyMattias Andrée2015-12-231-0/+2
* doc F_OK, X_OK, W_OK, and R_OK, the placeholder values were the correct valuesMattias Andrée2015-12-211-1/+60
* add getpassMattias Andrée2015-12-211-0/+41
* attributesMattias Andrée2015-12-211-4/+4
* whoopsMattias Andrée2015-12-211-2/+2
* daemoniseMattias Andrée2015-12-211-1/+150
* etymology: daemonMattias Andrée2015-12-201-0/+2
* add daemonMattias Andrée2015-12-201-0/+43
* change semantics of searchpath2 and add searchpath3Mattias Andrée2015-12-201-5/+48
* add searchpath and searchpath2Mattias Andrée2015-12-201-0/+74
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+50
* more etymologyMattias Andrée2015-11-201-0/+10
* mMattias Andrée2015-11-131-1/+1
* add todosMattias Andrée2015-11-131-0/+8
* improve attributesMattias Andrée2015-10-171-20/+20
* fix errorsMattias Andrée2015-10-171-0/+7
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-1/+1
* simplified feature-test macrosMattias Andrée2015-10-121-5/+5
* add fexec functionsMattias Andrée2015-10-111-0/+91
* add execat functionsMattias Andrée2015-10-111-4/+311
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-111-4/+12
* add exec functionsMattias Andrée2015-10-111-0/+186
* add some integer typesMattias Andrée2015-09-031-5/+5
* miscMattias Andrée2015-09-021-0/+9
* add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée2015-09-021-0/+29
* fix more errorsMattias Andrée2015-09-021-0/+6
* add _LIBRARY_HEADERMattias Andrée2015-08-311-2/+0
* add prototypes for brk and sbrkMattias Andrée2015-08-301-0/+105