Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-12-29 | use pthread_sigmask, not sigprocmask | Mattias Andrée | 4 | -12/+12 |
2015-12-29 | more functions to add + implement readn, writen, preadn, and pwriten | Mattias Andrée | 6 | -5/+404 |
2015-12-29 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-29 | typo | Mattias Andrée | 2 | -2/+2 |
2015-12-28 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-28 | fix dup_at_least_3: must duplicate at least once | Mattias Andrée | 1 | -1/+2 |
2015-12-28 | daemonise: support keeping arbitrary fd:s open | Mattias Andrée | 2 | -8/+118 |
2015-12-28 | fix errors | Mattias Andrée | 1 | -16/+19 |
2015-12-27 | fix errors and warnings | Mattias Andrée | 6 | -33/+35 |
2015-12-27 | fix warning | Mattias Andrée | 1 | -1/+1 |
2015-12-27 | typo | Mattias Andrée | 1 | -1/+1 |
2015-12-27 | permission bits | Mattias Andrée | 1 | -1/+204 |
2015-12-27 | doc | Mattias Andrée | 1 | -0/+14 |
2015-12-27 | fix errors | Mattias Andrée | 2 | -8/+10 |
2015-12-27 | typo | Mattias Andrée | 1 | -1/+1 |
2015-12-27 | fix punctuation | Mattias Andrée | 2 | -8/+8 |
2015-12-27 | fix errors and warnings | Mattias Andrée | 12 | -23/+25 |
2015-12-27 | fix errors | Mattias Andrée | 1 | -22/+27 |
2015-12-27 | suppress a bunch of warnings | Mattias Andrée | 1 | -0/+79 |
2015-12-27 | fix a few errors | Mattias Andrée | 2 | -2/+2 |
2015-12-26 | fix issue #9 on github | Mattias Andrée | 1 | -1/+1 |
2015-12-25 | add undaemonise | Mattias Andrée | 2 | -4/+68 |
2015-12-23 | typo | Mattias Andrée | 1 | -1/+1 |
2015-12-23 | m | Mattias Andrée | 1 | -3/+3 |
2015-12-23 | daemonise: user-private daemons | Mattias Andrée | 2 | -3/+21 |
2015-12-23 | daemonise: may also be redistributed under the term of the expat license | Mattias Andrée | 1 | -1/+3 |
2015-12-23 | daemonise: etymology | Mattias Andrée | 2 | -0/+4 |
2015-12-22 | update todo | Mattias Andrée | 1 | -0/+3 |
2015-12-21 | doc F_OK, X_OK, W_OK, and R_OK, the placeholder values were the correct values | Mattias Andrée | 1 | -1/+60 |
2015-12-21 | typo + redirected .h files | Mattias Andrée | 11 | -6/+106 |
2015-12-21 | add getenv | Mattias Andrée | 2 | -0/+99 |
2015-12-21 | add clearenv | Mattias Andrée | 2 | -0/+101 |
2015-12-21 | in case environ is set to null | Mattias Andrée | 1 | -1/+1 |
2015-12-21 | add getpass | Mattias Andrée | 2 | -0/+234 |
2015-12-21 | attributes | Mattias Andrée | 2 | -4/+5 |
2015-12-21 | whoops | Mattias Andrée | 1 | -2/+2 |
2015-12-21 | add creat | Mattias Andrée | 2 | -0/+100 |
2015-12-21 | daemonise | Mattias Andrée | 2 | -1/+407 |
2015-12-20 | etymology: daemon | Mattias Andrée | 2 | -0/+4 |
2015-12-20 | add daemon | Mattias Andrée | 2 | -0/+142 |
2015-12-20 | compile-time configurable default value for path | Mattias Andrée | 1 | -2/+11 |
2015-12-20 | future directions | Mattias Andrée | 1 | -0/+9 |
2015-12-20 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-20 | m | Mattias Andrée | 2 | -2/+2 |
2015-12-20 | change semantics of searchpath2 and add searchpath3 | Mattias Andrée | 6 | -122/+201 |
2015-12-20 | add searchpath and searchpath2 | Mattias Andrée | 4 | -47/+264 |
2015-12-20 | add needstack | Mattias Andrée | 3 | -1/+199 |
2015-12-20 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-20 | whitespace | Mattias Andrée | 1 | -1/+1 |
2015-12-20 | It is of course possible that int is 16 bits, and long is required to get 32 bits | Mattias Andrée | 3 | -16/+33 |