| Age | Commit message (Collapse) | Author |
|
fseek() and ftell(), respectively, but operate on file offsets of type off_t.
|
|
|
|
MD5 and SHA1 stuff.
|
|
|
|
|
|
but sockets instead, internally. Old, backward compatible interfaces
maintained.
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
PR standards/9482.
|
|
|
|
need it anyway.
|
|
- 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.
|
|
|
|
|
|
weak aliases; addresses PR lib/7435 but leaves the original file intact.
|
|
|
|
XXX duplicate the prototype in getcwd regression test (which needs to
call the syscall directly for reasonably complete testing).
|
|
perror() is an identifier reserved by ANSI/ISO C, and in case of a redefition
the behavior is undefined.
|
|
Extension of SVID4.
|
|
|
|
|
|
|
|
_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.
|
|
|
|
it is really a size. This does not affect the external interface, so there
should be no reason to bump the libc #
|
|
|
|
need for an internal name for the former any more; suggested by Matthew Green.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|