| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
* | mdoc(7) police: Nm -> Fn where appropriate. | ru | 2000-11-20 | 2 | -5/+5 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
* | Fix memory leak. | sumikawa | 2000-10-29 | 1 | -0/+2 |
* | defined HAVE_IFM_DATA for (free|net|open)bsd | ume | 2000-10-28 | 1 | -0/+5 |
* | Make RES_OPTIONS=inet6 work. | ume | 2000-10-27 | 1 | -0/+4 |
* | Fix pthread cancellation point propagation. | jasone | 2000-10-12 | 1 | -5/+5 |
* | Use issetugid instead of comparing get[ug]id and gete[ug]id. | nectar | 2000-09-30 | 1 | -5/+2 |
* | Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables for | nectar | 2000-09-29 | 1 | -2/+12 |
* | off-by-1 error in string length validation | itojun | 2000-09-25 | 1 | -7/+6 |
* | Change from using poll(2) to kqueue/kevent when waiting for a DNS | ps | 2000-09-12 | 1 | -32/+30 |
* | Set h_errno when an error is encountered. | nectar | 2000-09-10 | 1 | -2/+9 |
* | Fix getipnodebyname(3) bug. | nectar | 2000-09-07 | 1 | -3/+4 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 22 | -725/+2217 |
* | Yank out the NOPOLL conditionals. libc_r no longer needs it, and this | peter | 2000-09-04 | 1 | -106/+28 |
* | The API change mentioned in the previous revision has been backed out, so | jhb | 2000-08-22 | 1 | -5/+0 |
* | Don't retry connecting via the same medium. | ume | 2000-08-10 | 1 | -16/+8 |
* | mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ... | itojun | 2000-08-09 | 6 | -21/+110 |
* | Use _close() instead of close() in addrconfig() to keep it from becoming a | jasone | 2000-07-21 | 1 | -3/+3 |
* | Copy canonname for *ahost, into static buffer. | ume | 2000-07-20 | 1 | -10/+10 |
* | Alocate rcmd{,_af}()'s *ahost argument using malloc() (well | brian | 2000-07-20 | 2 | -3/+14 |
* | To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn't | ume | 2000-07-19 | 1 | -2/+2 |
* | Const'ify parameters to ethers(3) routines as appropriate. | archie | 2000-07-18 | 2 | -10/+10 |
* | Try and fix the worst of some highly bogus malloc/free resource | peter | 2000-07-11 | 1 | -1/+1 |
* | reject empty scopeid. use strtoul() for checking all-numericness of | itojun | 2000-07-09 | 1 | -8/+15 |
* | sync with more recent kame tree. | itojun | 2000-07-05 | 2 | -45/+254 |
* | sync with latest kame. | itojun | 2000-07-05 | 1 | -70/+208 |
* | sync with kame. | itojun | 2000-07-05 | 1 | -29/+50 |
* | add getifaddrs(3) from bsdi. this is a magic function which lets you grab | itojun | 2000-07-05 | 3 | -2/+545 |
* | Previous commit broke the case of chained CNAME entries. Instead handle | kris | 2000-07-03 | 1 | -6/+18 |
* | Fix a nasty bug which would leave the struct hostent incompletely filled out | kris | 2000-07-03 | 1 | -1/+1 |
* | Don't call _getipnodebyname_multi(). It fixes the problem that | ume | 2000-06-20 | 1 | -190/+1216 |
* | Re-commit DNS IPv6 transport support with fixes for IPv4 only | ume | 2000-06-19 | 2 | -59/+153 |
* | Backout my previous commit. | ume | 2000-06-14 | 2 | -110/+56 |
* | DNS IPv6 transport support. | ume | 2000-06-11 | 2 | -56/+110 |
* | Fix an mdoc-o, and english. | hoek | 2000-05-31 | 1 | -6/+6 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | . fix .Dt macro argument | phantom | 2000-05-12 | 1 | -2/+2 |
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -2/+5 |
* | correct possible security issue(s) in name resolution, due to use of | itojun | 2000-05-10 | 1 | -177/+391 |
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 1 | -1/+1 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 19 | -0/+38 |
* | Change getaddrinfo() resolve order | shin | 2000-04-20 | 2 | -75/+317 |
* | Decrement the timeout being passed to poll() if poll was interrupted for | jlemon | 2000-03-26 | 1 | -5/+22 |
* | Fixed missing #include of <sys/types.h> in synopsis. | bde | 2000-03-23 | 1 | -2/+3 |
* | Fixed missing #include of <sys/types.h> in synopsis. | bde | 2000-03-23 | 1 | -0/+1 |
* | Back out that last commit, it may be insecure (pointed out by Warner | bsd | 2000-03-16 | 1 | -1/+1 |
* | Slight adjustment to __ivaliduser() - don't ignore the last line in | bsd | 2000-03-16 | 1 | -1/+1 |