Age | Commit message (Expand) | Author |
2006-01-18 | missing auxillary verb | Jacob Meuser |
2006-01-15 | back out previous - imaxabs is already listed; | Jason McIntyre |
2006-01-14 | Xr imaxabs() | Todd C. Miller |
2006-01-14 | fix the .Fn line; ok millert | Jason McIntyre |
2006-01-14 | sort SEE ALSO; | Jason McIntyre |
2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | Todd C. Miller |
2006-01-10 | Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa) | Todd C. Miller |
2006-01-10 | Use localeconv() to get the locale-specific radix char like printf does. | Todd C. Miller |
2006-01-10 | Nan and Infinity can be negative | Todd C. Miller |
2005-12-23 | Prototypes live in <search.h> | Todd C. Miller |
2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time | Otto Moerbeek |
2005-11-10 | add $OpenBSD$ tags, as requested by dtucker. | Marc Espie |
2005-10-26 | Remove obsolete comment. ok deraadt@ | Otto Moerbeek |
2005-10-26 | clarifications from ray lai; | Jason McIntyre |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |
2005-10-11 | tidy up examples | Jared Yanovich |
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie |
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie |
2005-10-05 | further knf and cleaning; ok tdeval | Theo de Raadt |
2005-10-05 | first KNF (no binary diffs) | Theo de Raadt |
2005-08-22 | spelling: you missed this one david ;) | Jason McIntyre |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-08-06 | tell people that atexit is bad; ok jmc | Theo de Raadt |
2005-07-26 | kill errant blank line; | Jason McIntyre |
2005-07-26 | - typos, punctuation, layout, macro tweaks | Jared Yanovich |
2005-07-26 | - typos, grammar, punctuation, layout tweaks | Jared Yanovich |
2005-07-26 | provide a description of the EXAMPLE; ok jmc | Jared Yanovich |
2005-07-26 | note when these first appeared; ok jmc | Jared Yanovich |
2005-07-07 | kill errant full stop; | Jason McIntyre |
2005-07-07 | got to be a pasto... | Jason McIntyre |
2005-07-07 | Fix the unmapping of freed pages, leaving just 64k worth of cache pages. | Thierry Deval |
2005-07-01 | whitespace; | Jason McIntyre |
2005-07-01 | More robust example of numeric argument handling. The old example | Todd C. Miller |
2005-06-17 | no longer a need for the free(malloc(1)) hack, because the brk stuff | Theo de Raadt |
2005-06-07 | no need to insert spacing between list members; | Jason McIntyre |
2005-06-07 | adding pointer protection to 'G' was too heavyweight. Since malloc guard | Ted Unangst |
2005-05-24 | add a note describing latest guard feature | Ted Unangst |
2005-05-24 | handle sizeof(void *) allocations specially when using malloc guard. | Ted Unangst |
2005-05-11 | Update HISTORY fixing some facts, while it is not clear if the | Otto Moerbeek |
2005-05-11 | major abi changes: | Marc Espie |
2005-04-14 | mark up NULL w/ .Dv; | Jason McIntyre |
2005-04-14 | make it crystal clear that errstr is NULL after success | Ted Unangst |
2005-04-03 | Xr readlink(1). ok jmc@ | Otto Moerbeek |
2005-03-31 | MMAP(2) malloc, here we go again. | Thierry Deval |
2005-03-30 | ansi + de-register | Patrick Latifi |
2005-03-30 | Do not promise anything about the contents of resolved on failure. | Otto Moerbeek |
2005-03-29 | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | Brad Smith |
2005-03-26 | Document that historic BSD getopt(3) set optopt for each char, not just | Todd C. Miller |
2005-03-02 | Fix typo that breaks compilation #ifndef __weak_alias; Francois Perrad | Todd C. Miller |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder |