aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #11 on githubMattias Andrée2016-03-211-2/+2
* update todoMattias Andrée2016-03-181-1/+3
* update todoMattias Andrée2016-03-171-0/+2
* mMattias Andrée2016-03-053-4/+4
* derpMattias Andrée2016-03-011-1/+1
* strfry: use Durstenfeld's algorithm instead of Satallo's algorithmMattias Andrée2016-03-011-2/+2
* strfry: non-uniform random number generationMattias Andrée2016-02-291-1/+1
* fix terrible mistake in bsearchMattias Andrée2016-02-241-1/+2
* add bsearchMattias Andrée2016-02-202-0/+100
* Fix issue #10 on githubMattias Andrée2016-02-141-1/+1
* improve machinemodeMattias Andrée2016-02-091-14/+73
* misread specificationMattias Andrée2016-01-142-22/+8
* partially split malloc.cMattias Andrée2016-01-017-156/+281
* docMattias Andrée2016-01-011-0/+24
* extension: free will perserve errnoMattias Andrée2016-01-014-0/+20
* mMattias Andrée2016-01-013-8/+25
* portabilityMattias Andrée2016-01-012-3/+12
* bump yearMattias Andrée2016-01-01264-264/+264
* m bug fix: reopen: closed wrong fdMattias Andrée2015-12-311-1/+1
* fix DAEMONISE_KEEP_FDSMattias Andrée2015-12-311-3/+4
* mMattias Andrée2015-12-312-8/+15
* daemonise: add option to override pid fileMattias Andrée2015-12-312-2/+12
* m bug fixMattias Andrée2015-12-311-1/+1
* m bug fixMattias Andrée2015-12-301-4/+4
* SIGKILL and SIGSTOP cannot be cought, for you get an exception even if SIG_DFL is usedMattias Andrée2015-12-301-1/+2
* typo + other ways to catch fireMattias Andrée2015-12-302-2/+55
* needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire.Mattias Andrée2015-12-301-0/+2
* needstack: forgot to set the maskMattias Andrée2015-12-301-0/+3
* needstack: use pthread_sigmask rather than sigprocmaskMattias Andrée2015-12-301-2/+2
* deferencing null is legalMattias Andrée2015-12-301-0/+10
* add reopenMattias Andrée2015-12-302-4/+122
* halt + hcfMattias Andrée2015-12-293-0/+100
* use pthread_sigmask, not sigprocmaskMattias Andrée2015-12-294-12/+12
* more functions to add + implement readn, writen, preadn, and pwritenMattias Andrée2015-12-296-5/+404
* mMattias Andrée2015-12-291-1/+1
* typoMattias Andrée2015-12-292-2/+2
* mMattias Andrée2015-12-281-1/+1
* fix dup_at_least_3: must duplicate at least onceMattias Andrée2015-12-281-1/+2
* daemonise: support keeping arbitrary fd:s openMattias Andrée2015-12-282-8/+118
* fix errorsMattias Andrée2015-12-281-16/+19
* fix errors and warningsMattias Andrée2015-12-276-33/+35
* fix warningMattias Andrée2015-12-271-1/+1
* typoMattias Andrée2015-12-271-1/+1
* permission bitsMattias Andrée2015-12-271-1/+204
* docMattias Andrée2015-12-271-0/+14
* fix errorsMattias Andrée2015-12-272-8/+10
* typoMattias Andrée2015-12-271-1/+1
* fix punctuationMattias Andrée2015-12-272-8/+8
* fix errors and warningsMattias Andrée2015-12-2712-23/+25
* fix errorsMattias Andrée2015-12-271-22/+27