summaryrefslogtreecommitdiff
path: root/lib/libc/include
AgeCommit message (Collapse)Author
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-05Lexicographically sort in previous.kleink
2000-07-05Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,ad
MD5 and SHA1 stuff.
2000-06-26Need an internal name for fork().kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-06-02Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,fvdl
but sockets instead, internally. Old, backward compatible interfaces maintained.
2000-05-08Need an internal name for send(); noticed by itojun.kleink
2000-04-24use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) asitojun
backend and are more robust against SIOCGIFCONF alignment issue. now getifaddrs always takes care of the issue. (sync with kame tree) use weak symbol just in case.
2000-04-24supply weak alias for IPv6-related library additions. sorry to be late.itojun
2000-04-02protect getopt_long.christos
2000-04-02Move dl* function definitions to libc on ELF.minoura
Based on the patch supplied by Takuya Shiozaki <tshiozak@astec.co.jp>. See http://mail-index.netbsd.org/tech-userlevel/2000/02/23/0000.html.
2000-03-08No longer need internal names for strtoq() and strtouq().kleink
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
PR standards/9482.
2000-01-23Ditto for nlist().mycroft
2000-01-22Don't do the namespace hack for timezone() here; it causes lint, and we don'tmycroft
need it anyway.
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
- xdr_int64_t(), xdr_u_int64_t(), per NetBSD convention. - xdr_hyper(), xdr_u_hyper(), xdr_longlong_t(), xdr_u_longlong_t(), a'la Solaris, implemented in terms of the above.
1999-11-25Added #defines for svis, strsvis, strsvisxwennmach
1999-09-20Need internal names for these, too.kleink
1999-09-15Add indirect reference stubs for inet_[ap]ton() for environments not supportingkleink
weak aliases; addresses PR lib/7435 but leaves the original file intact.
1999-08-17getsubopt(3) has a weak alias.mycroft
1999-03-26move __getcwd prototypes to libc-private header file.sommerfe
XXX duplicate the prototype in getcwd regression test (which needs to call the syscall directly for reasonably complete testing).
1999-03-09Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;kleink
perror() is an identifier reserved by ANSI/ISO C, and in case of a redefition the behavior is undefined.
1999-02-06Add l64a_r(), a reentrant version of l64a(); found in the Multithreadingkleink
Extension of SVID4.
1999-02-04add sha1 functions, like md5/4explorer
1999-01-25namespace protect hesiod stufflukem
1999-01-20protect nsdispatch. sort entrieslukem
1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and _C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to avoid possible name clashes with identifiers used in user applications. * Do the same for minbrk on all architectures to avoid a GCC-specific (and on ELF architectures effectively useless) symbol reference renaming in MI code.
1998-11-30Need an internal name for the (new) sys_nsig.thorpej
1998-11-15in the __str{error,signal} functions make the third argument size_t sincechristos
it is really a size. This does not affect the external interface, so there should be no reason to bump the libc #
1998-10-20Need internal names for MD[45]{Init,Final,Update}().kleink
1998-10-18Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence nokleink
need for an internal name for the former any more; suggested by Matthew Green.
1998-10-16getsubopt() isn't used internally.kleink
1998-10-16Need an internal name for herror().kleink
1998-10-16Need an internal name for tzname.kleink
1998-10-16Need an internal name for signal().kleink
1998-10-16Need an internal name for fgetln().kleink
1998-10-15Need an internal name for dn_expand().kleink
1998-10-14Need internal names for {end,set}hostent().kleink
1998-10-14Need internal names for res_init(), res_mkquery(), res_query() and res_search().kleink
1998-10-14Need internal names for ftruncate(), lseek(), mmap(), pread() and pwrite().kleink
1998-10-13Need an internal name for inet_aton().kleink
1998-10-13Need internal names for gethostby{addr,name}().kleink
1998-10-13Need an internal name for getdomainname().kleink
1998-10-13Need an internal name for strsep().kleink
1998-10-13Need an internal name for strdup().kleink
1998-10-13Need an internal name for isatty().kleink
1998-10-13Need internal names for isinf() and isnan().kleink
1998-10-13Need internal names for snprintf() and vsnprintf().kleink
1998-10-13Need an internal name for fdopen().kleink
1998-10-08Add an internal name for getdtablesize(), since it's being used internally.kleink