Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | |||
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 | |
node (the srever server should return acount = 0 without error). NetBSD PR: 9621 | |||
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 | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
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 | |
correct. | |||
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 | |
appropriate mdoc macros to handle these cases. | |||
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
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 | |
documented in RFC2292. from: shin@kame.net | |||
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 | |
(is it too large amount of change?) | |||
2000-02-25 | make getaddrinfo obey search order declared in resolv.conf. | Jun-ichiro itojun Hagino | |
the code duplicate is necessary because there's no low-level resolver function that looks up database against "any address family" query. | |||
2000-02-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino | |
systems with pre-4.2 sockaddrs. | |||
2000-02-24 | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32 | Theo de Raadt | |
bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM | |||
2000-02-23 | Small bits of clean-up. | Aaron Campbell | |
2000-02-23 | - Put structure field descriptions in a tagged list. | Aaron Campbell | |
- More mdoc macros where appropriate. - Mention OpenBSD in HISTORY. | |||
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino | |
in sync with kame and bsdi. | |||
2000-02-23 | add getifaddrs(3), from bsdi4. | Jun-ichiro itojun Hagino | |
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. | |||
2000-02-21 | Increment the minor number for fseeko()/ftello() addition. | Todd C. Miller | |
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller | |
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||
2000-02-21 | remove extra #ifdef (USE_GETIPNODEBY) | Jun-ichiro itojun Hagino | |
2000-02-19 | fix example. ok aaron@ | Eric Jackson | |
2000-02-19 | typo; peter@freebsd | Theo de Raadt | |
2000-02-19 | Remove com_right.h, it's included in com_err.h | Hans Insulander | |
2000-02-19 | Update to a newer version from KTH-Kerberos. | Hans Insulander | |
(most work by art@) | |||
2000-02-18 | Scale-down cleanup table on allocation failure (Stanley@webspective.com) | Angelos D. Keromytis | |