Age | Commit message (Expand) | Author |
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller |
2000-03-24 | Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions. | Todd C. Miller |
2000-03-23 | *_r MLINKS | David Leonard |
2000-03-23 | oops, return values are int | David Leonard |
2000-03-23 | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | David Leonard |
2000-03-23 | readdir_r. ok aaron@ | David Leonard |
2000-03-23 | getgrnam_r, getgrgid_r. ok aaron@ | David Leonard |
2000-03-23 | Add #ifdef __STDC__ around the rangematch function header to avoid | Todd C. Miller |
2000-03-23 | test re-entrant getpwnam_r | David Leonard |
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard |
2000-03-21 | force shell execution; TDeval@PrimeOBJ.COM | Theo de Raadt |
2000-03-20 | x509_att.c that was left out. | Hakan Olsson |
2000-03-19 | Change how obj_dat.pl is run, it has changed to take args insted of io redirect | Bob Beck |
2000-03-19 | No, I'm a luser and a moron. this is *not* supposed to be here. | Bob Beck |
2000-03-19 | this appears to be needed again. | Bob Beck |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck |
2000-03-19 | import openssl-0.9.7-beta1 | Bob Beck |
2000-03-16 | workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 only | Jun-ichiro itojun Hagino |
2000-03-15 | implimented -> implemented | Todd T. Fries |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-13 | update to ncurses-5.0-20000311 | Todd C. Miller |
2000-03-13 | fix error handling in yp case. | Jun-ichiro itojun Hagino |
2000-03-13 | avoid unused variable by #ifdef | Jun-ichiro itojun Hagino |
2000-03-13 | don't process NI_NOFQDN, since the currently coded behavior is not specwise | Jun-ichiro itojun Hagino |
2000-03-10 | Sync. | Angelos D. Keromytis |
2000-03-10 | Update to ncurses-5.0-20000304 | Todd C. Miller |
2000-03-07 | Typo in synopsis: sont --> const | Alex Feldman |
2000-03-06 | Various mdoc fixups. | Aaron Campbell |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-03-04 | Use .Va for errno. | Aaron Campbell |
2000-03-04 | Various cleanups and mdoc'ing. | Aaron Campbell |
2000-03-02 | $OpenBSD$ | Todd T. Fries |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
2000-03-01 | typo fix; halogen@nol.net | Theo de Raadt |
2000-02-29 | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | Jun-ichiro itojun Hagino |
2000-02-29 | Use Dq/Sq and friends. | Aaron Campbell |
2000-02-28 | need string.h | Theo de Raadt |
2000-02-26 | alpha | David Leonard |
2000-02-26 | better column titles. show prioq and scheduler timing information | David Leonard |
2000-02-26 | uninitialised fields | David Leonard |
2000-02-25 | Update for libtelnet, cut-n-pasted from kth-krb's libtelnet. | Hans Insulander |
2000-02-25 | repair prototypes; cky@pobox.com | Theo de Raadt |
2000-02-25 | make it very safe against LP64 alignment issues, by using getifaddrs(). | Jun-ichiro itojun Hagino |
2000-02-25 | make getaddrinfo obey search order declared in resolv.conf. | Jun-ichiro itojun Hagino |
2000-02-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino |
2000-02-24 | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32 | Theo de Raadt |
2000-02-23 | Small bits of clean-up. | Aaron Campbell |
2000-02-23 | - Put structure field descriptions in a tagged list. | Aaron Campbell |
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino |