Age | Commit message (Expand) | Author |
2001-01-21 | sync router renumbering flag bit to conform to 2292bis-02 and RR RFC. | Jun-ichiro itojun Hagino |
2001-01-21 | map and establish interrupts _after_ chip was initialized | Michael Shalayeff |
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff |
2001-01-20 | machine/alpha.h is only included in cpu.h and the name gives | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | No need to include machine/alpha.h here. | Artur Grabowski |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; joo... | Theo de Raadt |
2001-01-19 | validate gate targets; sommerfeld, mycroft | Theo de Raadt |
2001-01-19 | as the rest of our systems, make the most common key return ^? not ^H; agreed... | Theo de Raadt |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2001-01-19 | sync | Aaron Campbell |
2001-01-19 | ATI All-In-Wonder Radeon | Aaron Campbell |
2001-01-18 | Support more than 256MB of physical memory. | Dale Rahn |
2001-01-18 | Only try VIA CLK66 bit code for VIA rev >= 6, | Chris Cappuccio |
2001-01-18 | Remove some commented out stuff that will never be enabled. | Artur Grabowski |
2001-01-18 | do not remove default route by mistake, on interface removal. | Jun-ichiro itojun Hagino |
2001-01-18 | workaround; be sure to initialize nd6 interface information when IPv6 | Jun-ichiro itojun Hagino |
2001-01-18 | wrap too noisy warnings into #ifdef ND6_DEBUG | Jun-ichiro itojun Hagino |
2001-01-18 | regen | Michael Shalayeff |
2001-01-18 | via686a/acm and order entries in via byt their numeric id | Michael Shalayeff |
2001-01-17 | Don't copy the inner header's TTL on the outer header. | Angelos D. Keromytis |
2001-01-17 | IPF 3.4.16. | Federico G. Schwindt |
2001-01-17 | include sys/timeout.h. | Federico G. Schwindt |
2001-01-17 | Fix breakage from revision 1.20 that freaked my WaveLAN out. | Aaron Campbell |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2001-01-17 | do not call extent_print() unless DDB || DIAGNOSTIC | Theo de Raadt |
2001-01-17 | advance through buffer, leftovers from singular version; from Henric Jungheim... | Michael Shalayeff |
2001-01-16 | "0x 2" -> "0x02" | David Leonard |
2001-01-16 | fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsd | Michael Shalayeff |
2001-01-16 | match on elsa xi300; from netbsd, no other visible changes in the driver | Michael Shalayeff |
2001-01-16 | regen | Michael Shalayeff |
2001-01-16 | Elsa products; from netbsd | Michael Shalayeff |
2001-01-16 | limit the scsi_link.openings to 128 to be safe | Michael Shalayeff |
2001-01-16 | Don't include machine/elf_machdep.h, not all archs have it yet. | Artur Grabowski |
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis <r... | Michael Shalayeff |
2001-01-16 | Indentation nit. | Artur Grabowski |
2001-01-16 | Add a check for MNT_NOEXEC that was in exec_elf.c but not here. | Artur Grabowski |
2001-01-16 | Allow use of ELFSIZE to get Elf_* types and macros instead of explicit Elf{32... | Artur Grabowski |
2001-01-16 | Print more diagnostics on bus_space_map failure. | Artur Grabowski |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski |
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski |
2001-01-16 | Fix cross-builds of the kernel. (ELF only). | Artur Grabowski |
2001-01-16 | Add half of PT101 support: init codec, no mixer. And provide for | Marc Espie |
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino |
2001-01-16 | Don't define __indr_reference for ELF. | Artur Grabowski |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |
2001-01-15 | Careful with bitmasks (henric@aimnet.com) | Angelos D. Keromytis |