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