| Age | Commit message (Expand) | Author |
| 2000-04-20 | * Move <wchar.h> from libcurses to include (for the missing functionality | kleink |
| 2000-04-16 | make scandir(3)'s 3rd argument take a function that takes a *const* | mrg |
| 2000-04-02 | Include <unistd.h> to get the rest of the getopt goo. | christos |
| 2000-04-02 | backout previous. the definition of struct option caused too many namespace | christos |
| 2000-04-01 | Add getopt.h and collect all the getopt related stuff here. | christos |
| 2000-03-07 | make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h> | jdolecek |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-03-02 | Minor style nit. | kleink |
| 2000-02-23 | add freeifaddrs(), which reclaims region allocated by getifaddrs(). | itojun |
| 2000-02-23 | add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONF | itojun |
| 2000-02-11 | Const'ify dli_saddr in struct _dl_info. | thorpej |
| 2000-02-09 | Const poisoning of dladdr (so that things build after the dlfcn.h change) | kristerw |
| 2000-02-09 | revise extended scoped address format support. delimiter and the order | itojun |
| 2000-02-08 | change first argument of dladdr to const. | scottb |
| 2000-02-04 | Add login_getpwclass to libutil as convenience function for | mjl |
| 2000-01-27 | add IPv6 support to rcmd() and friends. | itojun |
| 2000-01-26 | implement bindresvport_sa(), which is necessary for IPv6 support in certain | itojun |
| 2000-01-21 | Do the pthread errno hack. That is, *always* do: | mycroft |
| 2000-01-12 | Add necessary support routines for login.conf. | mjl |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 2000-01-05 | Correct typo in comment. | mjl |
| 2000-01-04 | const -> __const and include <sys/cdefs.h> earlier; fixes PR lib/9052 | kleink |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-12-22 | NULL vs. NUL nit in comment. | kleink |
| 1999-12-22 | For the benefit of G++'s null pointer constant implementation, #define NULL | kleink |
| 1999-12-20 | hide functions that are not supplied. | itojun |
| 1999-12-12 | add #define for kame's extension to scoped IPv6 numeric address. | itojun |
| 1999-12-02 | Change the declaration of the argv argument to getopt(3) from "char * const *" | kleink |
| 1999-12-01 | Implement XDR routines for 64-bit integer data types: | thorpej |
| 1999-11-28 | change retval of _nsdbtaddsrc and _nsdbtput | lukem |
| 1999-11-28 | change sl_add() from returning a void to returning an int | lukem |
| 1999-11-25 | Added prototypes for svis, strsvis, strsvisx | wennmach |
| 1999-09-27 | 1003.1c: add {LOGIN_NAME_MAX}. | kleink |
| 1999-09-26 | Modify the P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit | scw |
| 1999-09-24 | Merge a few constants from a different telnet.h file. | explorer |
| 1999-09-15 | if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(), | lukem |
| 1999-09-13 | Add an XSH5 ulimit()/<ulimit.h> implementation. | kleink |
| 1999-09-12 | Add an XSH5 fmtmsg() implementation. | kleink |
| 1999-09-09 | strlcat() and strlcpy() aren't ISO/IEC 9899:1990. | kleink |
| 1999-09-08 | prototypes for strlcat() and strlcpy() | lukem |
| 1999-09-06 | Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which is the minimum value | kleink |
| 1999-09-05 | Pull in <nl_types.h>, as suggested by XSH5. | kleink |
| 1999-08-16 | Add missing isinff() declaration. | kleink |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1999-07-12 | XSH5: change function signature to `void *sbrk(intptr_t)'. | kleink |
| 1999-07-03 | Restrict function delcarations using XNS5.2 D2.0 as a reference. | kleink |
| 1999-07-03 | * Since we actually only need size_t to be defined, nuke the previous inclusion | kleink |