summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2000-07-25${RPCGEN}, not hard-coded rpcgencgd
2000-07-23This is a HACK so that libc can compile with -ansi.mycroft
2000-07-18ANSIfy, libutil part is done.ad
2000-07-17Add some missing intsmatt
2000-07-16- Fix couple of typos.enami
2000-07-15fix obvious typodrochner
2000-07-15Fix a thinko in previous that prevented libroken from gettingthorpej
2000-07-15If __KRB4_VERSION is defined, export Kerberos IV version strings,thorpej
2000-07-14Add explicit int32 get/put macros (and 2 inline functions), as in Solaris.fvdl
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
2000-07-07Don't declare the "convenience functions" if _KERNEL is defined.ad
2000-07-07Pull in <sys/cdefs.h>, since we're using __BEGIN_DECLS/__END_DECLS.ad
2000-07-07Remove decl for parseuserspec(), a local modification which acidentally gotad
2000-07-06Fix typo in comment: CUT -> UTChubertf
2000-07-06- Declare pw_getconf().ad
2000-07-06Define _PATH_PASSWDCONF and _PASSWORD_NONDES.ad
2000-07-06const poisoning.christos
2000-07-06de-lintchristos
2000-07-05Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,ad
2000-07-03Add PATH_SKEYKEYS.mjl
2000-06-28Implement FNM_CASEFOLD, for matching the pattern in a case-insensitivethorpej
2000-06-27Define intptr_t and uintptr_t via <machine/int_types.h>.kleink
2000-06-26Get rid of the inclusion of <sys/types.h> and define fpos_t using __off_t.kleink
2000-06-26Do previous slightly different: /usr/share/misc/style no longer deems it okkleink
2000-06-26Don't rely on <stdio.h> defining off_t, pull in <sys/types.h>.kleink
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-06-19Tidy this up.thorpej
2000-06-16Import Heimdal build-helper includes from cryptosrc-intl.thorpej
2000-06-13Remove 'extern' from function declarations.simonb
2000-06-13Make the RPC mem_alloc() macro use calloc() to prevent RPC fromthorpej
2000-06-04correct arg type for getnameinfo(3) for RFC2553 conformance.itojun
2000-06-03Use a seperate Makefile in the rpc/ subdir. Needed because it generatesfvdl
2000-06-03Add missed include files.fvdl
2000-06-03Move rpcb_prot.x to here from libc/rpc.fvdl
2000-06-02Fix omission in previous.fvdl
2000-06-02New headers for the new RPC code (based on TI-RPC from Sun).fvdl
2000-05-27Add _PATH_EMUL_AOUT.matt
2000-05-26Prototypes for kvm interface to new KERN_PROC2 and KERN_PROC_ARGS sysctls.simonb
2000-04-21New syscall issetugid.minoura
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