| Commit message (Expand) | Author | Files | Lines |
2024-10-06 | Update e-mailHEADmaster | Mattias Andrée | 2 | -2/+2 |
2018-09-01 | m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n) | Mattias Andrée | 3 | -2/+3 |
2018-05-17 | memcmp: compare unsigned chars | Mattias Andrée | 1 | -2/+2 |
2018-05-09 | m | Mattias Andrée | 1 | -1/+1 |
2017-05-05 | m | Mattias Andrée | 1 | -1/+1 |
2016-07-25 | allocsize is dangerous | Mattias Andrée | 2 | -2/+4 |
2016-07-11 | todo: add procinit | Mattias Andrée | 1 | -0/+3 |
2016-06-13 | stack_will_overflow: we could fork | Mattias Andrée | 1 | -0/+3 |
2016-04-03 | explicit_bzero: set all bits to 1 before setting all bits to 0 | Mattias Andrée | 1 | -0/+1 |
2016-03-30 | whoops, wrong type | Mattias Andrée | 1 | -1/+1 |
2016-03-30 | strfry: forgot to declare b | Mattias Andrée | 1 | -0/+1 |
2016-03-30 | strfry: reset n to max when the do..while loop resets | Mattias Andrée | 1 | -2/+2 |
2016-03-26 | strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform random | Mattias Andrée | 2 | -3/+35 |
2016-03-26 | m | Mattias Andrée | 1 | -3/+2 |
2016-03-26 | strfry: fix support for empty strings | Mattias Andrée | 1 | -2/+3 |
2016-03-21 | Fix issue #11 on github | Mattias Andrée | 1 | -2/+2 |
2016-03-18 | update todo | Mattias Andrée | 1 | -1/+3 |
2016-03-17 | update todo | Mattias Andrée | 1 | -0/+2 |
2016-03-05 | m | Mattias Andrée | 3 | -4/+4 |
2016-03-01 | derp | Mattias Andrée | 1 | -1/+1 |
2016-03-01 | strfry: use Durstenfeld's algorithm instead of Satallo's algorithm | Mattias Andrée | 1 | -2/+2 |
2016-02-29 | strfry: non-uniform random number generation | Mattias Andrée | 1 | -1/+1 |
2016-02-24 | fix terrible mistake in bsearch | Mattias Andrée | 1 | -1/+2 |
2016-02-20 | add bsearch | Mattias Andrée | 2 | -0/+100 |
2016-02-14 | Fix issue #10 on github | Mattias Andrée | 1 | -1/+1 |
2016-02-09 | improve machinemode | Mattias Andrée | 1 | -14/+73 |
2016-01-14 | misread specification | Mattias Andrée | 2 | -22/+8 |
2016-01-01 | partially split malloc.c | Mattias Andrée | 7 | -156/+281 |
2016-01-01 | doc | Mattias Andrée | 1 | -0/+24 |
2016-01-01 | extension: free will perserve errno | Mattias Andrée | 4 | -0/+20 |
2016-01-01 | m | Mattias Andrée | 3 | -8/+25 |
2016-01-01 | portability | Mattias Andrée | 2 | -3/+12 |
2016-01-01 | bump year | Mattias Andrée | 264 | -264/+264 |
2015-12-31 | m bug fix: reopen: closed wrong fd | Mattias Andrée | 1 | -1/+1 |
2015-12-31 | fix DAEMONISE_KEEP_FDS | Mattias Andrée | 1 | -3/+4 |
2015-12-31 | m | Mattias Andrée | 2 | -8/+15 |
2015-12-31 | daemonise: add option to override pid file | Mattias Andrée | 2 | -2/+12 |
2015-12-31 | m bug fix | Mattias Andrée | 1 | -1/+1 |
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 |