summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-10-14Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.Aaron Campbell
2000-10-14ASKPOLICY message; used by key management to inquire about policyAngelos D. Keromytis
2000-10-14implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST trafficJun-ichiro itojun Hagino
2000-10-13validate mbuf chain length on *_ctlinput. remote node may be able toJun-ichiro itojun Hagino
2000-10-13Matthew Jacob <mjacob@feral.com>:Michael Shalayeff
2000-10-13Do reset properly on MiniPCI adapters.Aaron Campbell
2000-10-13- A couple of the MiniPCI adapters need the special power inversion bits.Aaron Campbell
2000-10-13Disable the actual USB controllers instead of the usb attachments by default.Aaron Campbell
2000-10-13eolTheo de Raadt
2000-10-13Support Kingston KNU101TX USB Ethernet; from NetBSD.Aaron Campbell
2000-10-13delays that permit more machines to work; itojunTheo de Raadt
2000-10-13syncAaron Campbell
2000-10-13Add Kingston KNU101TX USB Ethernet.Aaron Campbell
2000-10-13enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing.Jun-ichiro itojun Hagino
2000-10-13make sure we don't share external mbuf between m and mcopy, in ip_forward().Jun-ichiro itojun Hagino
2000-10-13syncAaron Campbell
2000-10-13VIA Tech devices from millert's new boardAaron Campbell
2000-10-12Repair RAMDISK, which has no joystick.Marc Espie
2000-10-12Don't mix usage of old and new timeout code.Aaron Campbell
2000-10-12syncTheo de Raadt
2000-10-12oopsTheo de Raadt
2000-10-12syncTheo de Raadt
2000-10-12art's devicesTheo de Raadt
2000-10-12allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary forJun-ichiro itojun Hagino
2000-10-11Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback inAaron Campbell
2000-10-11Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DNAaron Campbell
2000-10-11now we need binutils 2.10.1, hahahaMichael Shalayeff
2000-10-11bzero is handled in the lib/arch/hppa/Makefile.incMichael Shalayeff
2000-10-11memset.c is in libkernMichael Shalayeff
2000-10-11For some reason, with the eeprom width detection code mickey added awhile ago,Aaron Campbell
2000-10-11printf format string typo in HIFN_DEBUG section.Jun-ichiro itojun Hagino
2000-10-11whitespaceHugh Graham
2000-10-11whitespace fixHugh Graham
2000-10-11make sure to set PG_W on the pte!Brandon Creighton
2000-10-11extraneous tabHugh Graham
2000-10-11nuke inp_flags bits for controlling IPv4 mapped address.Jun-ichiro itojun Hagino
2000-10-11update these to work with cleaner vsbus dma; from netbsdBrandon Creighton
2000-10-11fix argument printing in stack traceBrandon Creighton
2000-10-11add asc*Brandon Creighton
2000-10-11asc* (ncr53c9x on 4000/60 and others) and new dma code;Brandon Creighton
2000-10-10correct register masksBrandon Creighton
2000-10-10bring in stuff from recent netbsd -- correct number of buffers now beingBrandon Creighton
2000-10-10- add some cases for ka52/53 (VAX_BTYP_1303), tested by hughBrandon Creighton
2000-10-10little bit of sync with kame ($KAME, s/u_char/u_int8_t/)Jun-ichiro itojun Hagino
2000-10-10verify payload of the icmp need fragment message at the tcp layer. okay itojun@Niels Provos
2000-10-10bring in icmp rate limitation code.Jun-ichiro itojun Hagino
2000-10-10do not call tcp_init twice on dualstack machineJun-ichiro itojun Hagino
2000-10-10implement ppsratecheck(9). from netbsd.Jun-ichiro itojun Hagino
2000-10-09code to get asc* (ncr 53c9x) working; most of this from netbsdBrandon Creighton
2000-10-09some definitions; from netbsdBrandon Creighton