summaryrefslogtreecommitdiff
path: root/lib
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-30Workaround for gcc 2.96 bugs.eeh
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-22RCS Id police (again!).kleink
1999-12-21s/.Os KAME/.Os/itojun
1999-12-20Document that bit #0 is the LSB of the first longword in the array.hubertf
1999-12-16* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h andblymn
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-13If we are not including i387 support in libm, build a separate libi387.christos
1999-12-13Makefile and shared library for libm387.christos
1999-12-13be more pedant. remove unused vars and such.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-07Only unctrl() the first 256 input values.simonb
1999-12-07Use unsigned offsets into __unctrl and __unctrllen.simonb
1999-12-07Another unctrl() %s fix.simonb
1999-12-07In a debugging check, use %s for unctrl (it returns a char *).simonb
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-03Use /bin/sh to take care of the EDITOR command parsing instead of homemjl
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* use <stdlib.h> instead of deprecated <malloc.h>kleink