summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)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
- Protect some func. decls. added recently with __{BEGIN,END}_DECLS.
2000-07-15fix obvious typodrochner
2000-07-15Fix a thinko in previous that prevented libroken from gettingthorpej
both version strings.
2000-07-15If __KRB4_VERSION is defined, export Kerberos IV version strings,thorpej
otherwise export only Heimdal Kerberos V version strings.
2000-07-14Add explicit int32 get/put macros (and 2 inline functions), as in Solaris.fvdl
Needed to get things right on 64bit big-endian systems.
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
fseek() and ftell(), respectively, but operate on file offsets of type off_t.
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
comitted.
2000-07-06Fix typo in comment: CUT -> UTChubertf
2000-07-06- Declare pw_getconf().ad
- ANSIfy.
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
MD5 and SHA1 stuff.
2000-07-03Add PATH_SKEYKEYS.mjl
2000-06-28Implement FNM_CASEFOLD, for matching the pattern in a case-insensitivethorpej
way. Flag name taken from glibc.
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
to rely on <sys/types.h> pulling in <sys/cdefs.h>; noticed by Simon Burge.
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
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk. There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution.
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
using only partially-initialized data structures.
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
a file (rpcb_prot.h).
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
is to be provided by libc). * Define wint_t and size_t in <wchar.h> as well.
2000-04-16make scandir(3)'s 3rd argument take a function that takes a *const*mrg
struct dirent *, rather than non-const. this makes scandir(3) the same as the scandir implementations in libiberty and glibc, and the select function has no need to modify the dirent.
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
collisions. Instead, define getopt_long in getopt.h and getopt in unistd.h where it belongs.
2000-04-01Add getopt.h and collect all the getopt related stuff here.christos
Make unistd.h include <getopt.h> to get the getopt stuff. This adds support for getopt_long from Dieter Baron and Thomas Klausner.
2000-03-07make the #ifdef __LIBC12_SOURCE__ consistent with usage in <signal.h>jdolecek
and <sys/stat.h> Fixes misc/6520.
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
PR standards/9482.
2000-03-02Minor style nit.kleink
2000-02-23add freeifaddrs(), which reclaims region allocated by getifaddrs().itojun
in sync with kame and bsdi.
2000-02-23add getifaddrs(3) from bsdi4, as mentioned in tech-net (in SIOCGIFCONFitojun
related thread). this will save future apps from complexity of SIOCGIFCONF. getifaddrs(3) does not use SIOCGIFCONF internally, it uses sysctl.
2000-02-11Const'ify dli_saddr in struct _dl_info.thorpej