Age | Commit message (Expand) | Author |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-05-11 | arc4random_buf should be bounded buffer, not bounded string | Tom Cosgrove |
2017-05-10 | Add bounded attribute to freezero(). OK tom@ | Todd C. Miller |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek |
2016-09-20 | Remove duplicated includes in stdlib.h and termios.h | Frederic Cambus |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2015-07-14 | The first argument to devname(3) should be dev_t, not int. | Todd C. Miller |
2015-02-08 | add restrict to strtol like functions. ok guenther | Ted Unangst |
2015-01-15 | we don't have an alloca() symbol anywhere in libc, don't prototype it. | Ted Unangst |
2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | Theo de Raadt |
2014-12-08 | header changes for recent libc changes: | Ted Unangst |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-07-09 | Clean up after arc4random u_int32_t uint32_t change | Bob Beck |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |
2014-04-21 | Introducing: void *mallocarray(size_t nmemb, size_t size); | Theo de Raadt |
2013-12-28 | Annotate a few more bounded functions: realpath(3) needs a buffer | Martynas Venckus |
2013-12-13 | Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@ | Todd C. Miller |
2013-11-22 | The getopt() prototype and externs don't belong in stdlib.h. Berkeley | Todd C. Miller |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2009-06-03 | Make putenv(), setenv() and unsetenv() standards compliant. The | Todd C. Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-06-24 | remove recalloc; sloppy me; ok deraadt@ | Otto Moerbeek |
2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers | Anders Magnusson |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-03-16 | diff from djm@ committed at his request: | Otto Moerbeek |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2006-09-17 | add lldiv prototype; ok deraadt@ | Damien Miller |
2006-03-31 | after we changed mode_t to be an int, the devname() man page was | Theo de Raadt |
2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2005-05-11 | major abi changes: | Marc Espie |
2004-08-03 | Update strtonum() protor | Todd C. Miller |
2004-05-03 | strtonum prototype | Ted Unangst |
2004-05-03 | Add _Exit(3) as per C99. Discussed with espie@ some time ago. | Todd C. Miller |
2004-01-21 | Prototype llabs(3). Forgotten commit gathering bit rot in my tree... | Todd C. Miller |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |