summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-15does not overflowTheo de Raadt
1999-12-15Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches.Kjell Wooding
1999-12-15add some text into DESCRIPTION. add reference to RFC. (sync with KAME)Jun-ichiro itojun Hagino
1999-12-15nuke *vm_alloc_page_contig, use bus_dmaJason Wright
1999-12-14remove realtekJason Wright
1999-12-14remove *vm_page_alloc_contig in favor of bus_dma.Jason Wright
1999-12-14sack.end may not be > tp->snd_max but can be equal.Niels Provos
1999-12-14remove rl* and rlphy*Jason Wright
1999-12-14Slight syntax change, '/' instead of ':' in addr/mask.Hakan Olsson
1999-12-14compat_bsdos needs this also. millert@ ok.Hakan Olsson
1999-12-14Compile.Jason Downs
1999-12-14Thanks aaron.Constantine Sapuntzakis
1999-12-14syncTheo de Raadt
1999-12-14merge with freebsd:Jason Wright
1999-12-14Change cast (and argument declaration) from int to u_long so itAngelos D. Keromytis
1999-12-14Change error diagnostic from "lost interrupt" to "timeout"Constantine Sapuntzakis
1999-12-14Various fixes:Constantine Sapuntzakis
1999-12-14New ipfilter files. Preparing for merge of ipfilter 3.3.4.Kjell Wooding
1999-12-14Install swapctl.2, not swapon.2. swapon.2 should probably go away.Todd C. Miller
1999-12-13remove extra checks for #define INET (merged mistakingly from kame).Jun-ichiro itojun Hagino
1999-12-13(hopefully) fix pauses reported by ES1370 usersConstantine Sapuntzakis
1999-12-13syncConstantine Sapuntzakis
1999-12-13Ensoniq AudioPCI proliferation: CT5880 and Ectiva 1938Constantine Sapuntzakis
1999-12-12Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabsetTodd C. Miller
1999-12-12GOT addedJakob Schlyter
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl
1999-12-12hide debug printf behind #ifdef PMAPDEBUGMichael Shalayeff
1999-12-12sync with answer.c. reviewed by pjanzen@David Leonard
1999-12-12document -D. remove stuff about editing etc/services. accurately describe bro...David Leonard
1999-12-12User netdb to get well known port.David Leonard
1999-12-12better error msg. hook to parse command line options. reviewed by pjanzen@David Leonard
1999-12-12Use socklen_tDavid Leonard
1999-12-12Catch some bad draw characters (like NUL).David Leonard
1999-12-12Use netdb to find the hunt service port.David Leonard
1999-12-12sync KAME rcsid.Jun-ichiro itojun Hagino
1999-12-12inet6_rthdr_reverse() is not available yet.Jun-ichiro itojun Hagino
1999-12-12fix variable name, refer to huntd configs. reviewed by pjanzen@David Leonard
1999-12-12clear an array before filling. reviewed by pjanzen@David Leonard
1999-12-12isplit complicated probe_drivers() out to own file. reviewed by pjanzen@David Leonard
1999-12-12describe the hunt client-server protocol. reviewed by pjanzen@David Leonard
1999-12-12make it easier to synchronize INP_xx flags and IN6P_xx flags.Jun-ichiro itojun Hagino
1999-12-12route6d now works fine (because of udp socket advanced API fix)Jun-ichiro itojun Hagino
1999-12-12fix IPv6 advanced API (RFC2292) for udp socket.Jun-ichiro itojun Hagino
1999-12-12install infotocap.1Todd C. Miller
1999-12-12Update to ncurses-19991211:Todd C. Miller
1999-12-12they say that cr 24-31 are for interrupt handlers use, so pdc may mangle thoseMichael Shalayeff
1999-12-12do homebrew pmap_changebit pmap_new wayMichael Shalayeff
1999-12-12reflect reality; millert@ okHugh Graham
1999-12-12widen output formatting a bitHugh Graham
1999-12-11Add a perror() in reporting failure to connect.Angelos D. Keromytis