summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
IPv6 advanced API). sync with netbsd.
2000-10-11Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback inAaron Campbell
the PCVT (i386) console.
2000-10-11Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DNAaron Campbell
key combo to activate scrollback in the console.
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
special care for the ADMtek AN983 (Centaur-P) chip is no longer needed. This fixes Ethernet address reading for these cards. Thanks to todd@ for testing.
2000-10-11printf format string typo in HIFN_DEBUG section.Jun-ichiro itojun Hagino
size_t on printf (cast to u_long and use %lu)
2000-10-11whitespaceHugh Graham
2000-10-11whitespace fixHugh Graham
2000-10-11make sure to set PG_W on the pte!Brandon Creighton
also invalidate tb entries at certain points
2000-10-11extraneous tabHugh Graham
2000-10-11nuke inp_flags bits for controlling IPv4 mapped address.Jun-ichiro itojun Hagino
we don't support IPv4 mapped address, and there are inconsistent bit manipulation code so it's safer to nuke them.
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
also need vsbus_dma.c
2000-10-11asc* (ncr53c9x on 4000/60 and others) and new dma code;Brandon Creighton
both from netbsd
2000-10-10correct register masksBrandon Creighton
2000-10-10bring in stuff from recent netbsd -- correct number of buffers now beingBrandon Creighton
allocated
2000-10-10- add some cases for ka52/53 (VAX_BTYP_1303), tested by hughBrandon Creighton
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model
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
make icmp6 rate limitation to latest (uses ppsratecheck only). (sync with netbsd) TODO: tcp SYN rate limit?
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
refer mono_time only once in ratecheck(9).
2000-10-09code to get asc* (ncr 53c9x) working; most of this from netbsdBrandon Creighton
also, write the correct stuff in cpu_coredump (vm_machdep.c)
2000-10-09some definitions; from netbsdBrandon Creighton
2000-10-09save the right info in struct md_coredumpBrandon Creighton
2000-10-09- remove vmapbuf/vunmapbuf dummy macros (we have these now)Brandon Creighton
also define VAX_NPTEPG (used by vmparam.h)
2000-10-09make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jpJun-ichiro itojun Hagino
2000-10-09AES support.Angelos D. Keromytis
2000-10-09AES.Angelos D. Keromytis
2000-10-09AES alias for Rijndael, also adjust the name.Angelos D. Keromytis
2000-10-09AES number.Angelos D. Keromytis
2000-10-09pcibios kernel device is now doing this jobMichael Shalayeff
2000-10-09do not build debug libs (if enabled in mk.conf)Michael Shalayeff
2000-10-09Defer most of the attach process as recommended in the comments; mickey@ okAaron Campbell
2000-10-09uninitialized variable; spotted by Andrew Lunn <andrew.lunn@ascom.ch>Jason Wright
2000-10-09check if we have a tcb connected to the destination quoted in the icmp needNiels Provos
fragment message when doing path mtu discovery. okay angelos@
2000-10-09Properly cleanup IDs when resetting policy.Angelos D. Keromytis
2000-10-08Add support for Symbios (NCR) 1510 and 1510D. Based on a patch fromTodd C. Miller
redjade@ada.snu.ac.kr.
2000-10-08regen (add Symbios 1510 and 1510D)Todd C. Miller
2000-10-08Add Symbios (NCR) 1510 and 1510DTodd C. Miller
2000-10-07put usb in, but disable the top devicesTheo de Raadt
2000-10-07Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556.Aaron Campbell
2000-10-07on SIOC*IFPHY*, validate args more correctly.Jun-ichiro itojun Hagino