aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
* 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
* mMattias Andrée2017-05-051-1/+1
* allocsize is dangerousMattias Andrée2016-07-252-2/+4
* todo: add procinitMattias Andrée2016-07-111-0/+3
* 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-262-3/+35
* 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
* 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