| Commit message (Expand) | Author | Age | Files | Lines |
* | New POSIX xlocale implementation written from scratch. |  schwarze | 2017-09-05 | 1 | -1/+12 |
* | Move the 10 (!) defintions of NULL to their own mini header file and |  millert | 2016-09-09 | 1 | -11/+2 |
* | POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and |  millert | 2015-11-20 | 1 | -15/+9 |
* | Delete duplicate conditional |  guenther | 2014-08-10 | 1 | -4/+1 |
* | Add timingsafe_memcmp(). |  matthew | 2014-06-13 | 1 | -1/+2 |
* | add explicit_bzero to libc. implementation subject to change, but start |  tedu | 2014-01-22 | 1 | -1/+3 |
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. |  ajacoutot | 2013-05-13 | 1 | -1/+2 |
* | Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) |  guenther | 2013-04-11 | 1 | -18/+21 |
* | strsignal() was added to POSIX-2008; strerror_r() was in the base |  guenther | 2012-03-25 | 1 | -3/+6 |
* | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. |  guenther | 2012-01-17 | 1 | -1/+3 |
* | As pointed out by Richard Guenther our definition |  jsg | 2011-07-03 | 1 | -1/+3 |
* | Define NULL as a void * instead of a long integer, as required by Single Unix. |  miod | 2011-04-06 | 1 | -2/+2 |
* | Add timingsafe_bcmp(3) to libc, mention that it's already in the |  matthew | 2010-09-24 | 1 | -1/+2 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from |  tedu | 2010-05-18 | 1 | -1/+6 |
* | add memrchr(3) |  millert | 2007-09-03 | 1 | -1/+2 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 1 | -5/+5 |
* | First step in include files overhaul. Use __FOO_VISIBLE (as defined |  millert | 2005-12-13 | 1 | -10/+18 |
* | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd |  deraadt | 2005-03-30 | 1 | -1/+2 |
* | add bounds check for src pointer in bcopy(3) as well as dest pointer, |  avsm | 2004-06-20 | 1 | -1/+2 |
* | add __bounded__ attributes for userland headers; enabled with -Wbounded |  avsm | 2003-08-01 | 1 | -13/+27 |
* | backout the __bounded__ attributes for a while; requested by deraadt@ |  avsm | 2003-06-26 | 1 | -27/+13 |
* | Mark various standard library functions with the __bounded__ attribute. |  avsm | 2003-06-26 | 1 | -13/+27 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | add prototype for strerror_r |  marc | 2002-11-21 | 1 | -1/+2 |
* | NULL is now 0L so it is the same size as a pointer. |  millert | 2002-10-25 | 1 | -2/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -39/+39 |
* | Be thorough about NULL as __null for C++. |  espie | 1999-09-17 | 1 | -1/+5 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -1/+2 |
* | protos for strlcat, strlcpy |  millert | 1998-11-04 | 1 | -1/+3 |
* | move proto to unistd.h |  deraadt | 1998-02-10 | 1 | -2/+1 |
* | Well, as we are heading for a release people are encouraged to rebuild their |  niklas | 1997-09-21 | 1 | -0/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+96 |