Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-11 | whitespace fix | Hugh Graham | |
2000-10-11 | make sure to set PG_W on the pte! | Brandon Creighton | |
also invalidate tb entries at certain points | |||
2000-10-11 | extraneous tab | Hugh Graham | |
2000-10-11 | nuke 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-11 | update these to work with cleaner vsbus dma; from netbsd | Brandon Creighton | |
2000-10-11 | fix argument printing in stack trace | Brandon Creighton | |
2000-10-11 | add asc* | Brandon Creighton | |
also need vsbus_dma.c | |||
2000-10-11 | asc* (ncr53c9x on 4000/60 and others) and new dma code; | Brandon Creighton | |
both from netbsd | |||
2000-10-10 | correct register masks | Brandon Creighton | |
2000-10-10 | bring in stuff from recent netbsd -- correct number of buffers now being | Brandon Creighton | |
allocated | |||
2000-10-10 | - add some cases for ka52/53 (VAX_BTYP_1303), tested by hugh | Brandon Creighton | |
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model | |||
2000-10-10 | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | Jun-ichiro itojun Hagino | |
2000-10-10 | verify payload of the icmp need fragment message at the tcp layer. okay itojun@ | Niels Provos | |
2000-10-10 | bring 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-10 | do not call tcp_init twice on dualstack machine | Jun-ichiro itojun Hagino | |
2000-10-10 | implement ppsratecheck(9). from netbsd. | Jun-ichiro itojun Hagino | |
refer mono_time only once in ratecheck(9). | |||
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton | |
also, write the correct stuff in cpu_coredump (vm_machdep.c) | |||
2000-10-09 | some definitions; from netbsd | Brandon Creighton | |
2000-10-09 | save the right info in struct md_coredump | Brandon 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-09 | make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jp | Jun-ichiro itojun Hagino | |
2000-10-09 | AES support. | Angelos D. Keromytis | |
2000-10-09 | AES. | Angelos D. Keromytis | |
2000-10-09 | AES alias for Rijndael, also adjust the name. | Angelos D. Keromytis | |
2000-10-09 | AES number. | Angelos D. Keromytis | |
2000-10-09 | pcibios kernel device is now doing this job | Michael Shalayeff | |
2000-10-09 | do not build debug libs (if enabled in mk.conf) | Michael Shalayeff | |
2000-10-09 | Defer most of the attach process as recommended in the comments; mickey@ ok | Aaron Campbell | |
2000-10-09 | uninitialized variable; spotted by Andrew Lunn <andrew.lunn@ascom.ch> | Jason Wright | |
2000-10-09 | check if we have a tcb connected to the destination quoted in the icmp need | Niels Provos | |
fragment message when doing path mtu discovery. okay angelos@ | |||
2000-10-09 | Properly cleanup IDs when resetting policy. | Angelos D. Keromytis | |
2000-10-08 | Add support for Symbios (NCR) 1510 and 1510D. Based on a patch from | Todd C. Miller | |
redjade@ada.snu.ac.kr. | |||
2000-10-08 | regen (add Symbios 1510 and 1510D) | Todd C. Miller | |
2000-10-08 | Add Symbios (NCR) 1510 and 1510D | Todd C. Miller | |
2000-10-07 | put usb in, but disable the top devices | Theo de Raadt | |
2000-10-07 | Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556. | Aaron Campbell | |
2000-10-07 | on SIOC*IFPHY*, validate args more correctly. | Jun-ichiro itojun Hagino | |
2000-10-07 | repair SIOCGIFP*ADDR. | Jun-ichiro itojun Hagino | |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell | |
- Introduce `select units' (by char/word/line). Behaves more like an xterm now. - Serial mice should now work after this commit. - Many bug fixes. Work by Jean-Baptiste.Marchand@epita.fr, except for the X cohabitation code which was written by Julien.Montagne@epita.fr. | |||
2000-10-06 | make it compile w/o pcibios; aaron@ ok | Michael Shalayeff | |
2000-10-06 | remove now-obsolete SIOCSIFPHY* handling in in{6,}_control. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2000-10-06 | sync | Aaron Campbell | |
2000-10-06 | Add product ID for ESS Maestro-3. | Aaron Campbell | |
2000-10-05 | Many fixups and corrections, a bit more needed though. | Aaron Campbell | |
2000-10-05 | there is no SIOCDIFPHYADDR in openbsd-current yet (in kame, there is) | Jun-ichiro itojun Hagino | |
2000-10-04 | make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | Jun-ichiro itojun Hagino | |
2000-10-04 | nothing uses this variable | Brandon Creighton | |
2000-10-04 | push the right # of registers with pushr. | Brandon Creighton | |
also removed some useless instructions | |||
2000-10-04 | better (relative) definition of ${S} | Brandon Creighton | |
undef SAREL | |||
2000-10-04 | do not mess with rpb once it's initialized | Brandon Creighton | |