| Commit message (Expand) | Author | Files | Lines |
2015-12-30 | m bug fix | Mattias Andrée | 1 | -4/+4 |
2015-12-30 | SIGKILL and SIGSTOP cannot be cought, for you get an exception even if SIG_DFL is used | Mattias Andrée | 1 | -1/+2 |
2015-12-30 | typo + other ways to catch fire | Mattias Andrée | 2 | -2/+55 |
2015-12-30 | needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire. | Mattias Andrée | 1 | -0/+2 |
2015-12-30 | needstack: forgot to set the mask | Mattias Andrée | 1 | -0/+3 |
2015-12-30 | needstack: use pthread_sigmask rather than sigprocmask | Mattias Andrée | 1 | -2/+2 |
2015-12-30 | deferencing null is legal | Mattias Andrée | 1 | -0/+10 |
2015-12-30 | add reopen | Mattias Andrée | 2 | -4/+122 |
2015-12-29 | halt + hcf | Mattias Andrée | 3 | -0/+100 |
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 |