summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2002-02-04Don't install <stdbool.h> for now. Lossage resulting from me testingthorpej
2002-02-02ISO C / SUSv3 <stdbool.h>.thorpej
2002-01-31Make the _PATH_AUDIO /dev/audio (instead of /dev/audio0) and similar foraugustss
2002-01-29Cope with RPCGEN now conta8ining multiple words.tv
2002-01-27public prototypes should use __P(); fix entries for pwcache_{user,group}db()lukem
2002-01-24- Implement pwcache_userdb(3), which changes the routines thatlukem
2001-12-23Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.)lukem
2001-12-12MKfoo=no -> NOfoo=tv
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
2001-12-06Give the struct typedef'd to *nl_catd a name to avoid an error with gccwiz
2001-11-01Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN}tv
2001-10-31No need to do the tricky XRPCGEN dance.tv
2001-10-28Partially back out previous: don't apply restrict qualifier to pointerkleink
2001-10-27Make FNM_CASEFOLD !_XOPEN_SOURCE, too.kleink
2001-10-27Sprinkle some __restrict into <glob.h>.kleink
2001-10-23- add _PATH_USERMGMT_CONF. resolves [bin/14305]lukem
2001-10-22sort _PATH_CLOCKCTLlukem
2001-09-27add wcstod/wcstol/wcstoul.yamt
2001-09-17update infrastructure for krb4 1.1 and heimdal 0.4eassar
2001-09-16Added the path for the clockctl pseudodriver device.manu
2001-08-18Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to passad
2001-08-04#ifdef __STDC__ -> #if __STDC__.mrg
2001-07-29Remove variable name from prototype.wiz
2001-07-18Avoid trad. cpp recursion in intptr_t definition.kleink
2001-07-17A <sched.h> file, which provides the clone(2) prototypes, in orderthorpej
2001-06-20update generated heimdal include files for 0.3fassar
2001-06-19`existent', not `existant'wiz
2001-06-19`accessible' only has one `a'.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-05-06Employ __static_cast(); suggested by Dave Sainty in PR lib/11766.kleink
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-26Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t inkleink
2001-04-18If _CTYPE_PRIVATE, need to include <machine/limits.h> for CHAR_BIT.thorpej
2001-04-17Replace (sizeof (char) << 3) with a less silly-looking CHAR_BIT;kleink
2001-04-06add getbootfile(3)wiz
2001-03-31Finally deprecate the old timezone() interface in favor of an XSH5kleink
2001-03-29Sprinkle some restrict.kleink
2001-03-28Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557kleink
2001-03-22add "CODESET" symbol. (but not working yet)tshiozak
2001-03-22Sprinkle some restrict qualifiers.kleink
2001-03-21Sprinkle some restrict qualifiers.kleink
2001-03-21Use `rpcgen -C'.mycroft
2001-03-19Oops. Forgot md2.h header file.atatat
2001-03-19Add md2 routines to libc.atatat
2001-03-16fix comment.christos
2001-03-16Add GLOB_LIMITchristos
2001-03-10add prototypes for shquote() and shquotev()cgd
2001-02-19add prototypes for getprogname and setprognamecgd
2001-02-17Don't handle ieeefp.h on vax.ragge
2001-02-16check NO_DLOPEN againmsaitoh