summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* reduce obvious dependency on global g_pool by moving to local aliasestedu2014-07-091-42/+48
* extra evil spaces snuck in over the last whilederaadt2014-06-271-20/+20
* Move to a smaller rbytes buffer and skip a random part. Not tootto2014-06-271-3/+4
* Always call atexit handlers as if they were registered with __cxa_atexit.kettenis2014-06-182-14/+8
* oops, typo. James Hartley is fast at trying -currentderaadt2014-06-151-2/+2
* In srandomdev(), use arc4random_buf() instead of from the kernel.deraadt2014-06-151-4/+3
* use getentropy; from matthewderaadt2014-06-131-5/+2
* Disable the "switch to insertion sort" optimization to avoid quadraticmillert2014-06-121-13/+2
* move random bytes buffer to be part of mmaped pages; ok tedu@otto2014-06-021-21/+18
* move all stats collecting under MALLOC_STATS; ok krw@otto2014-05-261-28/+33
* fix MALLOC_STATS (not compiled in by default); ok tedu@otto2014-05-211-18/+19
* factor out a bit of the chunk index code and use it to make sure that atedu2014-05-181-14/+33
* stop flushing streams in abort(). it's hackish and unsafe, and no longertedu2014-05-142-21/+13
* change to having four freelists per size, to reduce another source oftedu2014-05-121-16/+20
* fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultotto2014-05-101-2/+2
* move reallocarray() to a seperate file so that -portable applicationsderaadt2014-05-083-18/+46
* comment style fixhalex2014-05-071-2/+3
* tweak previous; ok sthenjmc2014-05-011-3/+3
* nibbles aren't enough random, use bytes. does a better job of pickingtedu2014-05-011-14/+14
* first cut at documenting the change to malloc doing a partial 'junk' bysthen2014-04-301-2/+7
* remove Z option and default to something halfway to J.tedu2014-04-231-32/+22
* explain a bit more what's going on for stupid me.espie2014-04-231-1/+4
* Better, cleaner hash function that computes the same on be and le archs.otto2014-04-231-10/+8
* - one more mallocarray -> reallocarrayjmc2014-04-221-3/+3
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-223-17/+14
* correct man page sectionderaadt2014-04-211-2/+2
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-213-10/+36
* Correctly document the return value of getenv(3)guenther2014-04-211-6/+8
* print pid in error messages; ok reyk@otto2014-04-141-14/+18
* Add some missing names to the NAME sections.schwarze2014-04-071-2/+3
* Update Copyright notice; ok otto@ beck@ deraadt@.schwarze2014-04-031-2/+4
* Poul-Henning Kamp informed me he is allright with this licensing change.beck2014-03-251-11/+4
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-5/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-162-4/+4
* Ouch... recommend arc4random, not random.deraadt2014-01-211-3/+3
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-212-6/+6
* Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-5/+3
* Punctuation after macro arguments needs to be in a separate argument.schwarze2014-01-191-3/+4
* Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass thekettenis2013-12-281-10/+1
* avoid arithetic on void *deraadt2013-11-121-4/+4
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-012-7/+4
* no longer any need to quote macro lines with >9 args;jmc2013-08-143-9/+9
* Add linker warnings for rand() and random() and various related functions.kettenis2013-08-012-1/+31
* HISTORY; tweaks and ok sobrado@ jmc@schwarze2013-07-183-9/+38
* more library historyschwarze2013-07-177-14/+49
* Fix parsing of ambiguous options, the whole loop must be processed.millert2013-06-081-15/+22
* Move _Exit() from the exit() manpage to the _exit() manpage, as it'sguenther2013-06-052-36/+10
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-0539-129/+129
* Two small cleanups to atexit: remove unneeded __atexit_invalid, andmatthew2013-06-022-12/+5