aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n)Mattias Andrée2018-09-013-2/+3
* memcmp: compare unsigned charsMattias Andrée2018-05-171-2/+2
* mMattias Andrée2018-05-091-1/+1
* stack_will_overflow: we could forkMattias Andrée2016-06-131-0/+3
* explicit_bzero: set all bits to 1 before setting all bits to 0Mattias Andrée2016-04-031-0/+1
* whoops, wrong typeMattias Andrée2016-03-301-1/+1
* strfry: forgot to declare bMattias Andrée2016-03-301-0/+1
* strfry: reset n to max when the do..while loop resetsMattias Andrée2016-03-301-2/+2
* strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform randomMattias Andrée2016-03-261-3/+32
* mMattias Andrée2016-03-261-3/+2
* strfry: fix support for empty stringsMattias Andrée2016-03-261-2/+3
* Fix issue #11 on githubMattias Andrée2016-03-211-2/+2
* mMattias Andrée2016-03-051-1/+1
* 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-201-0/+70
* Fix issue #10 on githubMattias Andrée2016-02-141-1/+1
* improve machinemodeMattias Andrée2016-02-091-14/+73
* misread specificationMattias Andrée2016-01-141-10/+0
* 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-012-0/+12
* mMattias Andrée2016-01-013-8/+25
* portabilityMattias Andrée2016-01-011-3/+9
* bump yearMattias Andrée2016-01-01214-214/+214
* 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-311-5/+7
* daemonise: add option to override pid fileMattias Andrée2015-12-311-2/+3
* 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-301-1/+54
* 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
* add reopenMattias Andrée2015-12-301-0/+79
* halt + hcfMattias Andrée2015-12-292-0/+73
* use pthread_sigmask, not sigprocmaskMattias Andrée2015-12-294-12/+12
* more functions to add + implement readn, writen, preadn, and pwritenMattias Andrée2015-12-294-0/+296
* mMattias Andrée2015-12-291-1/+1
* typoMattias Andrée2015-12-291-1/+1
* 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-281-7/+96
* fix errorsMattias Andrée2015-12-281-16/+19
* fix errors and warningsMattias Andrée2015-12-275-32/+34
* fix warningMattias Andrée2015-12-271-1/+1