Age | Commit message (Expand) | Author |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue. | Jun-ichiro itojun Hagino |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino |
2000-02-25 | fix file path (/usr/local/v6/libexec -> /usr/libexec) | Jun-ichiro itojun Hagino |
2000-02-25 | repair prototypes; cky@pobox.com | Theo de Raadt |
2000-02-25 | import latest version from kame. | Jun-ichiro itojun Hagino |
2000-02-25 | sync with reality | Jun-ichiro itojun Hagino |
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-25 | clear m->m_pkthdr when changing mbuf type to M_PKTHDR. | Jun-ichiro itojun Hagino |
2000-02-25 | 'ie.' -> 'e.g.' or 'i.e.' as appropriate | Kenneth R Westerback |
2000-02-25 | 'ie.' -> 'e.g.' or 'i.e.' as appropriate | Kenneth R Westerback |
2000-02-24 | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32 | Theo de Raadt |
2000-02-24 | sync with sshd_config | Markus Friedl |
2000-02-24 | Do not exit() after just one option/command. (niklas@ ok) | Hakan Olsson |
2000-02-24 | Remove MFS lies! | Chris Cappuccio |
2000-02-24 | hide IP6_EXTHDR_CHECK from the userland. | Jun-ichiro itojun Hagino |
2000-02-23 | new -m number parameter to specify a maximum length of strings to match, | Niels Provos |
2000-02-23 | More accurate HISTORY and AUTHORS. | Aaron Campbell |
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 | if we discover we are on a v8 cpu, and thus have the multiply and divide | Theo de Raadt |
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino |
2000-02-23 | add getifaddrs(3), from bsdi4. | Jun-ichiro itojun Hagino |
2000-02-23 | crunch you stupid! | Michael Shalayeff |
2000-02-23 | do clean/cleandir in utils all the time | Michael Shalayeff |
2000-02-22 | add ses.4 man page | mjacob |
2000-02-22 | _total is no longer a symbol in the kernel | Theo de Raadt |
2000-02-22 | blah, blah, blah, msgbuf | Michael Shalayeff |
2000-02-22 | sync | Theo de Raadt |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | put C accessable labels on {,u}{rem,div} | Theo de Raadt |
2000-02-22 | Regen. | Aaron Campbell |
2000-02-22 | Add some more Texas Instruments PCI-CardBus bridges; from NetBSD. | Aaron Campbell |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-22 | sorry previous fix against alignment issue was totally broken. | Jun-ichiro itojun Hagino |
2000-02-22 | void* -> unsigned char*, ok niels@ | Markus Friedl |
2000-02-22 | Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL, | Artur Grabowski |
2000-02-22 | cleanup some code and build stuff | mjacob |
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 |
2000-02-21 | PKCS#1 padding | Markus Friedl |
2000-02-21 | TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu): | Niels Provos |
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski |
2000-02-21 | From FreeBSD: | Jason Wright |
2000-02-21 | From FreeBSD: Correct use of NULL/0 | Jason Wright |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski |
2000-02-21 | zap unused polluting variable. | Artur Grabowski |
2000-02-21 | a few comment fixes from espie@ | Michael Shalayeff |
2000-02-21 | Rework bridge_filter() so that it does not require a full packet copy | Jason Wright |