summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* get cheaper random bytes, less waste and no getpid() calls, which areotto2007-02-121-2/+3
* fix some dodgy displays;jmc2007-02-061-2/+2
* sync with the code: int -> intmax_tsteven2007-01-161-3/+3
* advertising clauses that can be droppedderaadt2007-01-081-6/+2
* a failed mmap returns MAP_FAILED, not NULL. found while exercising paxotto2006-12-191-3/+3
* columns for underflow and overflow were swapped, noticed by Mathieu Oliviergrunk2006-11-021-2/+2
* must pull in sys/types.h unconditionaly, because it is needed my pthreadsderaadt2006-10-301-2/+2
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-293-36/+89
* respond to ben hawkes's ruxcon presentation.tedu2006-10-241-61/+125
* __mips64__ handling too.. sighderaadt2006-10-131-4/+5
* sparc64 should be in the #ifdefderaadt2006-10-121-2/+2
* use __amd64__ instead, until lint is fixedderaadt2006-10-121-2/+2
* reorder #if tests because apparently on amd64 cpp proceeds to blow it'sderaadt2006-10-121-3/+4
* Teach'em about cpus in spandexmiod2006-10-101-4/+4
* from wiz@netbsd:jmc2006-10-041-8/+1
* Make a var volatile, which forces a mem write at the right spot, andotto2006-10-011-2/+7
* Back out change in rev 1.15 of to allow whitespace to separate amillert2006-09-221-10/+1
* Fix 'double by a factor of two' and make cache options a bit morepedro2006-06-061-4/+4
* fix a !foo & bar.thib2006-05-191-2/+2
* Fix the second malloc_ulimit regression: maintaining the free listotto2006-05-141-3/+12
* strtonum does not require limits.htedu2006-04-251-2/+1
* Do not leave an hole in the directory list if allocation of theotto2006-04-241-11/+32
* delint; original from deraadt@ with fixes from tdeval@ and me;otto2006-04-181-43/+60
* POSIX says tdelete() returns the parent of the deleted node. Sadly theotto2006-04-041-1/+9
* When tdelete() is used to delete the root node, don't return amoritz2006-04-042-3/+5
* Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX andotto2006-04-022-4/+4
* Xr to strtonum(3), because vice versa is already the casegrunk2006-03-291-1/+2
* Add warning about malloc(num * size) and recommend calloc() instead,ray2006-03-261-5/+40
* Removes extraneous variables from getopt(3). Inspired by one ofray2006-03-151-3/+1
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-9/+20
* quick path for free(0)espie2006-02-141-5/+5
* document posixness;jmc2006-01-302-9/+7
* missing auxillary verbjakemsr2006-01-181-2/+2
* back out previous - imaxabs is already listed;jmc2006-01-151-2/+1
* Xr imaxabs()millert2006-01-141-1/+2
* fix the .Fn line; ok millertjmc2006-01-141-2/+2
* sort SEE ALSO;jmc2006-01-141-2/+2
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-1317-74/+685
* Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)millert2006-01-102-11/+15
* Use localeconv() to get the locale-specific radix char like printf does.millert2006-01-101-3/+6
* Nan and Infinity can be negativemillert2006-01-101-6/+12
* Prototypes live in <search.h>millert2005-12-231-1/+2
* Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto2005-11-302-42/+14
* add $OpenBSD$ tags, as requested by dtucker.espie2005-11-101-0/+1
* Remove obsolete comment. ok deraadt@otto2005-10-261-5/+1
* clarifications from ray lai;jmc2005-10-261-3/+5
* dont' -> don't in comments;jmc2005-10-251-2/+2
* tidy up examplesjaredy2005-10-113-17/+16
* fix a few warnings, keep the crypt stuff for later.espie2005-10-101-2/+2
* Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.espie2005-10-101-3/+3