summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-15nuke *vm_alloc_page_contig, use bus_dmaJason 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-14compat_bsdos needs this also. millert@ ok.Hakan Olsson
1999-12-14Compile.Jason Downs
1999-12-14Thanks aaron.Constantine Sapuntzakis
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-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-12hide debug printf behind #ifdef PMAPDEBUGMichael Shalayeff
1999-12-12make it easier to synchronize INP_xx flags and IN6P_xx flags.Jun-ichiro itojun Hagino
1999-12-12fix IPv6 advanced API (RFC2292) for udp socket.Jun-ichiro itojun Hagino
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-11Remove old IDE driverConstantine Sapuntzakis
1999-12-11Remove old atapi driverConstantine Sapuntzakis
1999-12-11Bye-bye to the old ATAPI driverConstantine Sapuntzakis
1999-12-11LS-120's do support mode sense.Constantine Sapuntzakis
1999-12-11Cleanup.Constantine Sapuntzakis
1999-12-11ATAPI Tape drive support. Should be considered experimental.Constantine Sapuntzakis
1999-12-10simple driver for Texas Instruments TNETE2101 phyJason Wright
1999-12-10syncJason Wright
1999-12-10add TNETE2101Jason Wright
1999-12-10a critical fix from kame: add missing splx().Jun-ichiro itojun Hagino
1999-12-10sync DIAGNOSTIC code with reality. we always get cluster mbuf soJun-ichiro itojun Hagino
1999-12-10use proper type for in6_first_ifid (char -> u_int8_t)Jun-ichiro itojun Hagino
1999-12-10shrinkTheo de Raadt
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-10sorry angelos, they are not used any more :-PJun-ichiro itojun Hagino
1999-12-10Add code to allow for IPv6 IPsec destinations in IPv4 IPsec flows (e.g.,Angelos D. Keromytis
1999-12-10Add RCS tags, remove unused header files and code, remove a fewAngelos D. Keromytis
1999-12-10fix rx mbuf allocationJason Wright
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-10syncJason Wright
1999-12-10add DAVICOM, DAVICOM DM9100, and DAVICOM DM9102Jason Wright
1999-12-09Opps, missed to change one FREE(pv, ...) to pvfree(pv).Artur Grabowski
1999-12-09Fix a bug we've had for ages.Artur Grabowski
1999-12-09Use otos rather than writing directly to ip_tos in the IPv4 headerAngelos D. Keromytis
1999-12-09Fix comment typos.Angelos D. Keromytis
1999-12-09angelos and downsj, communicate, you dorksTheo de Raadt
1999-12-09Include ipsec_input.cAngelos D. Keromytis
1999-12-09Move variable decls into the appropriate #ifdefs so GENERIC compiles...Jason Downs
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski