summaryrefslogtreecommitdiff
path: root/lib/libc/include/namespace.h
AgeCommit message (Expand)Author
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
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
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
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
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
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
2000-01-23Ditto for nlist().mycroft
2000-01-22Don't do the namespace hack for timezone() here; it causes lint, and we don'tmycroft
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
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
1999-08-17getsubopt(3) has a weak alias.mycroft
1999-03-09Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;kleink
1999-02-06Add l64a_r(), a reentrant version of l64a(); found in the Multithreadingkleink
1999-02-04add sha1 functions, like md5/4explorer
1999-01-25namespace protect hesiod stufflukem
1999-01-20protect nsdispatch. sort entrieslukem
1998-11-30Need an internal name for the (new) sys_nsig.thorpej
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
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
1998-09-27Add missing renaming of tcgetsid().kleink
1998-09-27Add an internal name for strtok_r().kleink
1998-09-10Add asctime_r(), ctime_r(), gmtime_r() and localtime_r().kleink