summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2006-10-04from wiz@netbsd:Jason McIntyre
2006-10-01Make a var volatile, which forces a mem write at the right spot, andOtto Moerbeek
2006-09-22Back out change in rev 1.15 of to allow whitespace to separate aTodd C. Miller
2006-06-06Fix 'double by a factor of two' and make cache options a bit morePedro Martelletto
2006-05-19fix a !foo & bar.Thordur I. Bjornsson
2006-05-14Fix the second malloc_ulimit regression: maintaining the free listOtto Moerbeek
2006-04-25strtonum does not require limits.hTed Unangst
2006-04-24Do not leave an hole in the directory list if allocation of theOtto Moerbeek
2006-04-18delint; original from deraadt@ with fixes from tdeval@ and me;Otto Moerbeek
2006-04-04POSIX says tdelete() returns the parent of the deleted node. Sadly theOtto Moerbeek
2006-04-04When tdelete() is used to delete the root node, don't return aMoritz Jodeit
2006-04-02Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX andOtto Moerbeek
2006-03-29Xr to strtonum(3), because vice versa is already the caseAlexander von Gernler
2006-03-26Add warning about malloc(num * size) and recommend calloc() instead,Ray Lai
2006-03-15Removes extraneous variables from getopt(3). Inspired by one ofRay Lai
2006-02-22Avouid a race in atexit() handling by introducing a lock. ProblemOtto Moerbeek
2006-02-14quick path for free(0)Marc Espie
2006-01-30document posixness;Jason McIntyre
2006-01-18missing auxillary verbJacob Meuser
2006-01-15back out previous - imaxabs is already listed;Jason McIntyre
2006-01-14Xr imaxabs()Todd C. Miller
2006-01-14fix the .Fn line; ok millertJason McIntyre
2006-01-14sort SEE ALSO;Jason McIntyre
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller
2006-01-10Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)Todd C. Miller
2006-01-10Use localeconv() to get the locale-specific radix char like printf does.Todd C. Miller
2006-01-10Nan and Infinity can be negativeTodd C. Miller
2005-12-23Prototypes live in <search.h>Todd C. Miller
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeOtto Moerbeek
2005-11-10add $OpenBSD$ tags, as requested by dtucker.Marc Espie
2005-10-26Remove obsolete comment. ok deraadt@Otto Moerbeek
2005-10-26clarifications from ray lai;Jason McIntyre
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-11tidy up examplesJared Yanovich
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05first KNF (no binary diffs)Theo de Raadt
2005-08-22spelling: you missed this one david ;)Jason McIntyre
2005-08-08zap remaining rcsid.Marc Espie
2005-08-06tell people that atexit is bad; ok jmcTheo de Raadt
2005-07-26kill errant blank line;Jason McIntyre
2005-07-26- typos, punctuation, layout, macro tweaksJared Yanovich
2005-07-26- typos, grammar, punctuation, layout tweaksJared Yanovich
2005-07-26provide a description of the EXAMPLE; ok jmcJared Yanovich
2005-07-26note when these first appeared; ok jmcJared Yanovich
2005-07-07kill errant full stop;Jason McIntyre
2005-07-07got to be a pasto...Jason McIntyre
2005-07-07Fix the unmapping of freed pages, leaving just 64k worth of cache pages.Thierry Deval
2005-07-01whitespace;Jason McIntyre