Age | Commit message (Expand) | Author |
2024-08-03 | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | Philip Guenther |
2024-06-23 | strmode takes a mode_t, not an int; prompted by Collin Funk. | Otto Moerbeek |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2015-11-20 | POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and | Todd C. Miller |
2014-08-10 | Delete duplicate conditional | Philip Guenther |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. | Antoine Jacoutot |
2013-04-11 | Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) | Philip Guenther |
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | Philip Guenthe |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | 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-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the | Matthew Dempsky |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2007-09-03 | add memrchr(3) | 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-03-30 | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | Theo de Raadt |
2004-06-20 | add bounds check for src pointer in bcopy(3) as well as dest pointer, | Anil Madhavapeddy |
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 |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-21 | add prototype for strerror_r | Marco S Hyman |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-04 | protos for strlcat, strlcpy | Todd C. Miller |
1998-02-10 | move proto to unistd.h | Theo de Raadt |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |