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