summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-04-15Remove en(4) (no manpage present, no none removed), and the midway.c glue codeOwain Ainsworth
2009-04-15move OK ICMP to NOISY level, makes it easier to run at MISC level; ok henning@David Krause
2009-04-15move pfsync stale update messages to NOISY level; ok dlg@ henning@David Krause
2009-04-15fix properly; size gets decremented while we check the segments, so save it soOwain Ainsworth
2009-04-15clean up the sub-driver callback mess a little.Owain Ainsworth
2009-04-15Add a bit of sanity-checking paranoiaOwain Ainsworth
2009-04-15make load_raw do the same as the others and set mapsize and nsegs toOwain Ainsworth
2009-04-15bus_dmamap_load_raw didn't set map->dm_mapsize on successful load.Owain Ainsworth
2009-04-14Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...Janne Johansson
2009-04-14Oops, this comment change should not have been commited. What itOwain Ainsworth
2009-04-14The use of uvm.pagedaemon_lock is incredibly inconsistent. only aOwain Ainsworth
2009-04-14Correctly handle the case when state might be NULL in pf_test likeAlexander Yurchenko
2009-04-14Convert sis(4) to MCLGETI() and make soekris suck much less. With this theClaudio Jeker
2009-04-14do not cache the computed TTAK unless MIC has been verified.Damien Bergamini
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-14enable ix(4).Jonathan Gray
2009-04-14Some tweaks to the cpu affinity code.Artur Grabowski
2009-04-14Don't free an mbuf that's still on the TX queue. While there sanitize theMark Kettenis
2009-04-13Convert the page queue lock to a mutex instead of a simplelock.Owain Ainsworth
2009-04-13Ignore zero-sized regions from the BIOS memory map when reserving root PCIMark Kettenis
2009-04-13The start of Origin 200 support. Based on some code contributed by pefo@Miod Vallat
2009-04-13Also match on Uniqueware family 0x91, and correctly report the third byteMiod Vallat
2009-04-13Add missing option BOOT_CONFIGMiod Vallat
2009-04-13Remove commented out debug options.Miod Vallat
2009-04-13Convert macros to functions to reduce kernel memory usage.Bret Lambert
2009-04-13Explicitly test whether the SUNW,start-cpu-by-cpuid interface is availableMark Kettenis
2009-04-12Implement /dev/mdesc, a device to read the machine description on sun4vMark Kettenis
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat
2009-04-12Add code to prevent the MI pci code to cause IOC3 devices to freeze andMiod Vallat
2009-04-12Needs <machine/atomic.h> to compile.Miod Vallat
2009-04-12Get com console global variables from <dev/ic/comvar.h> instead of declaringMiod Vallat
2009-04-12Better constraints on the temporary register in atomic_{set,clear}bits_int.Miod Vallat
2009-04-12need nvram to link; ok miodTheo de Raadt
2009-04-12Remove erroneous spaces.Joel Sing
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-04-12regenMark Kettenis
2009-04-12The Intel 21154 was incorrectly named S21154.Mark Kettenis
2009-04-11Avoid dereferencing a null pointer when pf attempts to translate aJoel Sing
2009-04-11Create extents for resource accounting on the root PCI bus and populate themMark Kettenis
2009-04-11There is no support for building multi-socket machines in AMD Family 11hMark Kettenis
2009-04-11Add PnP ID for PCIe host bridge.Mark Kettenis
2009-04-10Catch up with sparc changes (bcopy fix, struct cpuinfo, etc); still dies earlyMiod Vallat
2009-04-10Add EX_CONFLICTOK flag that allows an allocation to conflict with existingMark Kettenis
2009-04-10Don't blindly dereference a NULL pointer when the boot device is not known.Miod Vallat
2009-04-10Use soft interrupts to dispatch pcmcia device interrupts; this ensures theMiod Vallat
2009-04-10generic soft interrupts support for sparc. Soft interrupt handlers are nowMiod Vallat
2009-04-10When deciding whether a sti@pci board is the console, compare all valid BARMiod Vallat
2009-04-10Fix for PR6099, read/write of non-byte aligned IndexFieldJordan Hargrave
2009-04-10fix typos introducedTheo de Raadt
2009-04-10gasio was killed so kill protoMarco Peereboom