summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.Jun-ichiro itojun Hagino
2000-02-25fix file path (/usr/local/v6/libexec -> /usr/libexec)Jun-ichiro itojun Hagino
2000-02-25repair prototypes; cky@pobox.comTheo de Raadt
2000-02-25import latest version from kame.Jun-ichiro itojun Hagino
2000-02-25sync with realityJun-ichiro itojun Hagino
2000-02-25make it very safe against LP64 alignment issues, by using getifaddrs().Jun-ichiro itojun Hagino
2000-02-25make getaddrinfo obey search order declared in resolv.conf.Jun-ichiro itojun Hagino
2000-02-25always pass salen as separate argument, so that it can be friendly withJun-ichiro itojun Hagino
2000-02-25clear m->m_pkthdr when changing mbuf type to M_PKTHDR.Jun-ichiro itojun Hagino
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
2000-02-24fread() of /dev/random reads an entire huge stdio buffer, instead of the 32Theo de Raadt
2000-02-24sync with sshd_configMarkus Friedl
2000-02-24Do not exit() after just one option/command. (niklas@ ok)Hakan Olsson
2000-02-24Remove MFS lies!Chris Cappuccio
2000-02-24hide IP6_EXTHDR_CHECK from the userland.Jun-ichiro itojun Hagino
2000-02-23new -m number parameter to specify a maximum length of strings to match,Niels Provos
2000-02-23More accurate HISTORY and AUTHORS.Aaron Campbell
2000-02-23Small bits of clean-up.Aaron Campbell
2000-02-23- Put structure field descriptions in a tagged list.Aaron Campbell
2000-02-23if we discover we are on a v8 cpu, and thus have the multiply and divideTheo de Raadt
2000-02-23add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).Jun-ichiro itojun Hagino
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino
2000-02-23crunch you stupid!Michael Shalayeff
2000-02-23do clean/cleandir in utils all the timeMichael Shalayeff
2000-02-22add ses.4 man pagemjacob
2000-02-22_total is no longer a symbol in the kernelTheo de Raadt
2000-02-22blah, blah, blah, msgbufMichael Shalayeff
2000-02-22syncTheo de Raadt
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22put C accessable labels on {,u}{rem,div}Theo de Raadt
2000-02-22Regen.Aaron Campbell
2000-02-22Add some more Texas Instruments PCI-CardBus bridges; from NetBSD.Aaron Campbell
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-22sorry previous fix against alignment issue was totally broken.Jun-ichiro itojun Hagino
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl
2000-02-22Add an __attribute__((unused))__ to the function declared by _MCOUNT_DECL,Artur Grabowski
2000-02-22cleanup some code and build stuffmjacob
2000-02-21Increment the minor number for fseeko()/ftello() addition.Todd C. Miller
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.Todd C. Miller
2000-02-21PKCS#1 paddingMarkus Friedl
2000-02-21TCP SACK fixes via Tom Henderson (tomh@cs.berkeley.edu):Niels Provos
2000-02-21move fpproc into the cpuinfo structure.Artur Grabowski
2000-02-21From FreeBSD:Jason Wright
2000-02-21From FreeBSD: Correct use of NULL/0Jason Wright
2000-02-21dead code and symbol pollution.Artur Grabowski
2000-02-21zap unused polluting variable.Artur Grabowski
2000-02-21a few comment fixes from espie@Michael Shalayeff
2000-02-21Rework bridge_filter() so that it does not require a full packet copyJason Wright