summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2001-01-15update from netbsd:Jason Wright
2001-01-15include <sys/buf.h> for B_READ that we need in the UVM caseArtur Grabowski
2001-01-15__asm__ and __volatile__Theo de Raadt
2001-01-15Use xs->stimeout instead of adding a struct timeout to ccbKenneth R Westerback
2001-01-15We boot elf and ecoff. Add the appropriate defines.Artur Grabowski
2001-01-15Some ECOFF ifdefs and various fixes.Artur Grabowski
2001-01-15Use __STRING() macro instead of manually trying to do the same thing.Artur Grabowski
2001-01-15'implement' bus_space_write_raw_region_{2,4}.Artur Grabowski
2001-01-15Need a declaration for netbsd_sendisg.Artur Grabowski
2001-01-15enable COMPAT_NETBSDArtur Grabowski
2001-01-15Make this work with new alpha code.Artur Grabowski
2001-01-15define the constants that COMPAT_NETBSD code needs in locoreArtur Grabowski
2001-01-15Make this code build.Artur Grabowski
2001-01-15Unbreak UNION code.Artur Grabowski
2001-01-14Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags,Angelos D. Keromytis
2001-01-14Complete move to UVM virtual memory system. More header fixes.Steve Murphree
2001-01-13use md in_cksumMichael Shalayeff