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