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