summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-01-05allow reverse query for v4 loopbacknet (127.0.0.0/8).itojun
2000-01-03clarify text for RES_USE_INET6. this is almost always unnecessary.itojun
2000-01-03nlist for COFFmsaitoh
2000-01-02add net.inet6.icmp6.nodeinfo sysctl.itojun
2000-01-02typo fixitojun
2000-01-01document PF_INET6 items (net.inet6.*).itojun
1999-12-30New bzero() using block store insns.eeh
1999-12-30Sample code to implement ffs() using the popc insn (if it's ever implemented).eeh
1999-12-29Correct typo reported by Jens Nilsson in PR misc/9069.tron
1999-12-28ignore KEY and SIG records when matching responses to the query. weassar
1999-12-28Fix typo.mjl
1999-12-27properly check the error result from if_nametoindex(), to disallowitojun
1999-12-26fix name space pollution by adding prefix '_mips_'.shin
1999-12-23Bump minor.kleink
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-12-13more complete solution for gethostby*() buffer overwrite issue.itojun
1999-12-13fix getaddrinfo(3) and getnameinfo(3).itojun
1999-12-13bring in latest KAME get{addr,name}info(3).itojun
1999-12-12inet6_rthdr_reverse() is not implemented yet.itojun
1999-12-12wording fixes (from openbsd camp -> kame)itojun
1999-12-12add manpage for inet6_{option,rthdr}_*.itojun
1999-12-11use .Ermsaitoh
1999-12-10revert this file, the changes I made were quite unnecessary.explorer
1999-12-07Back out last change; now vis takes care not to produce ambigouswennmach
1999-12-07In SVIS, encode all characters on the extra list either in C-stylewennmach
1999-12-03Put the function prototype back. Grr.explorer
1999-12-03Do this a bit differently.explorer
1999-12-03Make __errno() be a weak alias for __errno_func(), so thread packagesexplorer
1999-12-03add. This holds the global __isthreaded variable, to indicate that threadingexplorer
1999-12-03typoexplorer
1999-12-02Add a LIBRARY section to system call manual pages. While it's clear that thekleink
1999-12-02Change the declaration of the argv argument to getopt(3) from "char * const *"kleink
1999-12-01Make unvis and strunvis grok strings produced by svis et al.wennmach
1999-12-01Document the 64-bit XDR routines that Sun also documents. This manualthorpej
1999-12-01minor++; added XDR routines for 64-bit integer data typesthorpej
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
1999-11-30(bcopy, bzero) -> (memcpy, memset)kleink
1999-11-29You also need <rpc/rpc.h> to compile yp programs.hubertf
1999-11-28Suggested by christos:wennmach
1999-11-28don't use err(); instead pass an error condition back to a higherlukem
1999-11-28* check the result of sl_init() and sl_add()lukem
1999-11-28* check the error return of sl_init() and sl_add()lukem
1999-11-28remove unnecessary exit() after err()lukem
1999-11-28* sl_init(); if malloc() fails return NULL instead of calling err(1,...)lukem
1999-11-27convert to TNFi copyright (requested by christos)lukem
1999-11-26check __sh3__msaitoh
1999-11-25Bump minorwennmach
1999-11-25Added #defines for svis, strsvis, strsvisxwennmach
1999-11-25Added description of svis, strsvis, strsvisx.wennmach
1999-11-25Added new functionswennmach