Age | Commit message (Expand) | Author |
2007-11-13 | Put limits.h in front of stdlib.h as style(9) recommends. | Tobias Stoeckmann |
2007-11-11 | strtod may return HUGE_VAL on overflow, which is defined in math.h. | Tobias Stoeckmann |
2007-10-31 | Add parentheses to avoid warning: | Charles Longeau |
2007-09-05 | Add missing header to avoid warning | Charles Longeau |
2007-09-05 | no need to talk about bits; ok millert jmc | Theo de Raadt |
2007-09-03 | Update free(3) section--we use mmap()/munmap(), not brk(). | Todd C. Miller |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-08 | Clarify the example about avoiding overflow. OK ray@ deraadt@ | Todd C. Miller |
2007-07-06 | Reference limits.h, not sys/param.h since we document using PATH_MAX | Todd C. Miller |
2007-07-03 | from ginsbach@netbsd, -r1.18: | Jason McIntyre |
2007-06-29 | Document behavior when no conversion could be performed. Adapted | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-10 | Support for optional args separated with whitespace was removed | Todd C. Miller |
2007-02-12 | get cheaper random bytes, less waste and no getpid() calls, which are | Otto Moerbeek |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-01-16 | sync with the code: int -> intmax_t | Steven Mestdagh |
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt |
2006-12-19 | a failed mmap returns MAP_FAILED, not NULL. found while exercising pax | Otto Moerbeek |
2006-11-02 | columns for underflow and overflow were swapped, noticed by Mathieu Olivier | Alexander von Gernler |
2006-10-30 | must pull in sys/types.h unconditionaly, because it is needed my pthreads | Theo de Raadt |
2006-10-29 | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | Theo de Raadt |
2006-10-24 | respond to ben hawkes's ruxcon presentation. | Ted Unangst |
2006-10-13 | __mips64__ handling too.. sigh | Theo de Raadt |
2006-10-12 | sparc64 should be in the #ifdef | Theo de Raadt |
2006-10-12 | use __amd64__ instead, until lint is fixed | Theo de Raadt |
2006-10-12 | reorder #if tests because apparently on amd64 cpp proceeds to blow it's | Theo de Raadt |
2006-10-10 | Teach'em about cpus in spandex | Miod Vallat |
2006-10-04 | from wiz@netbsd: | Jason McIntyre |
2006-10-01 | Make a var volatile, which forces a mem write at the right spot, and | Otto Moerbeek |
2006-09-22 | Back out change in rev 1.15 of to allow whitespace to separate a | Todd C. Miller |
2006-06-06 | Fix 'double by a factor of two' and make cache options a bit more | Pedro Martelletto |
2006-05-19 | fix a !foo & bar. | Thordur I. Bjornsson |
2006-05-14 | Fix the second malloc_ulimit regression: maintaining the free list | Otto Moerbeek |
2006-04-25 | strtonum does not require limits.h | Ted Unangst |
2006-04-24 | Do not leave an hole in the directory list if allocation of the | Otto Moerbeek |
2006-04-18 | delint; original from deraadt@ with fixes from tdeval@ and me; | Otto Moerbeek |
2006-04-04 | POSIX says tdelete() returns the parent of the deleted node. Sadly the | Otto Moerbeek |
2006-04-04 | When tdelete() is used to delete the root node, don't return a | Moritz Jodeit |
2006-04-02 | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | Otto Moerbeek |
2006-03-29 | Xr to strtonum(3), because vice versa is already the case | Alexander von Gernler |
2006-03-26 | Add warning about malloc(num * size) and recommend calloc() instead, | Ray Lai |
2006-03-15 | Removes extraneous variables from getopt(3). Inspired by one of | Ray Lai |
2006-02-22 | Avouid a race in atexit() handling by introducing a lock. Problem | Otto Moerbeek |
2006-02-14 | quick path for free(0) | Marc Espie |
2006-01-30 | document posixness; | Jason McIntyre |
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 |