Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-14 | Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works. | Aaron Campbell | |
Thanks to Richard_Koett@squamish.net for testing on his HP OmniBook 6000. | |||
2000-10-14 | ASKPOLICY message; used by key management to inquire about policy | Angelos D. Keromytis | |
triggering an ACQUIRE. | |||
2000-10-14 | implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST traffic | Jun-ichiro itojun Hagino | |
to less than N per 1 second. | |||
2000-10-13 | validate mbuf chain length on *_ctlinput. remote node may be able to | Jun-ichiro itojun Hagino | |
transmit a truncated icmp6 packet and panic the system. sync with kame. | |||
2000-10-13 | Matthew Jacob <mjacob@feral.com>: | Michael Shalayeff | |
Mickey did the right thing, but we'll have to figure out what that broke as well. | |||
2000-10-13 | Do reset properly on MiniPCI adapters. | Aaron Campbell | |
2000-10-13 | - A couple of the MiniPCI adapters need the special power inversion bits. | Aaron Campbell | |
- Get rid of magic values and use meaningful names instead. - My tester claims the 3c556 does not quite work 100% yet. | |||
2000-10-13 | Disable the actual USB controllers instead of the usb attachments by default. | Aaron Campbell | |
The problem is that some systems come with a USB mouse and keyboard but their BIOS emulates a regular AT keyboard and PS/2 mouse. When the BIOS notices the uhci or ohci are being touched, it stops emulating. deraadt@ ok. | |||
2000-10-13 | eol | Theo de Raadt | |
2000-10-13 | Support Kingston KNU101TX USB Ethernet; from NetBSD. | Aaron Campbell | |
2000-10-13 | delays that permit more machines to work; itojun | Theo de Raadt | |
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | Add Kingston KNU101TX USB Ethernet. | Aaron Campbell | |
2000-10-13 | enable PULLDOWN_TEST, and use m_pulldown for IPv6 packet parsing. | Jun-ichiro itojun Hagino | |
this will make it easier for IPv6 code to cope with uncontinuous packet header on the mbuf (without this, ep interface on i386 chokes during IPv6 ND process). should affect IPv6 only. | |||
2000-10-13 | make sure we don't share external mbuf between m and mcopy, in ip_forward(). | Jun-ichiro itojun Hagino | |
NetBSD PR 11201. | |||
2000-10-13 | sync | Aaron Campbell | |
2000-10-13 | VIA Tech devices from millert's new board | Aaron Campbell | |
2000-10-12 | Repair RAMDISK, which has no joystick. | Marc Espie | |
Thanks jj for testing, and miod for explanations. | |||
2000-10-12 | Don't mix usage of old and new timeout code. | Aaron Campbell | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | oops | Theo de Raadt | |
2000-10-12 | sync | Theo de Raadt | |
2000-10-12 | art's devices | Theo de Raadt | |
2000-10-12 | allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for | Jun-ichiro itojun Hagino | |
IPv6 advanced API). sync with netbsd. | |||
2000-10-11 | Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback in | Aaron Campbell | |
the PCVT (i386) console. | |||
2000-10-11 | Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DN | Aaron Campbell | |
key combo to activate scrollback in the console. | |||
2000-10-11 | now we need binutils 2.10.1, hahaha | Michael Shalayeff | |
2000-10-11 | bzero is handled in the lib/arch/hppa/Makefile.inc | Michael Shalayeff | |
2000-10-11 | memset.c is in libkern | Michael Shalayeff | |
2000-10-11 | For 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-11 | printf format string typo in HIFN_DEBUG section. | Jun-ichiro itojun Hagino | |
size_t on printf (cast to u_long and use %lu) | |||
2000-10-11 | whitespace | Hugh Graham | |
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 | |