aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* in case environ is set to nullMattias Andrée2015-12-211-1/+1
* add getpassMattias Andrée2015-12-211-0/+193
* 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
* tell in doc in which version things were introducedMattias Andrée2015-11-253-0/+52
* fix memory leak at failure of execveat (issue #3)Mattias Andrée2015-11-191-2/+8
* fix errorsMattias Andrée2015-10-173-20/+30
* fix use of va_copyMattias Andrée2015-10-133-0/+3
* fix inclusionsMattias Andrée2015-10-112-2/+2
* mMattias Andrée2015-10-112-3/+191
* add execat functionsMattias Andrée2015-10-111-0/+507
* fix m errorMattias Andrée2015-10-111-1/+1
* typoMattias Andrée2015-10-111-4/+4
* execvpe: simplify and fix errorsMattias Andrée2015-10-111-37/+16
* 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/+376