summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-09Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-09dma sync the tx ring and post new packets to the chip once per call toDavid Gwynne
2008-04-08- Count excess and late collisions as output errors.Brad Smith
2008-04-08For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn'tMark Kettenis
2008-04-08unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@Stefan Kempf
2008-04-08pci_chipset_tag_t already_t is_t a_t pointer_tMark Kettenis
2008-04-08should not call setpwent(); millert agreesTheo de Raadt
2008-04-08Fix dmesg printing in the case that no device attaches.Mark Kettenis
2008-04-08document "make install" for the kernel; requested by Girish VenkatachalamJason McIntyre
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-08Make ahci detachable. Not tested as the ppb on my shitty nvidiaJonathan Gray
2008-04-08syncTheo de Raadt
2008-04-07Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside aKenneth R Westerback
2008-04-07Restore boot block (-B) support that was incorrectly deleted duringKenneth R Westerback
2008-04-07Compare device names consistantly in parsedisk().Kenneth R Westerback
2008-04-07SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-onlyMiod Vallat
2008-04-07Simple com@ioc (with interrupt handling disabled until ioc interrupt code isMiod Vallat
2008-04-07Preliminary IOC3 multi-function chip driver, from jsing@ and I. CurrentlyMiod Vallat
2008-04-07Allow a 1-Wire controller to request an immediate scan, and also to preventMiod Vallat
2008-04-07RegenMiod Vallat
2008-04-07A first cut at XBow bus support, very minimal, limited to a local bus only;Miod Vallat
2008-04-07Platform-specific bits for IP30 (Octane). Based on knowledge extracted fromMiod Vallat
2008-04-07Allow for up to 32 memory segments.Miod Vallat
2008-04-07Add a freelist member to the ARCBios memory information. For now, all ARCBiosMiod Vallat
2008-04-07Add ``guarded'' word read and write routines, to be used by machine-dependentMiod Vallat
2008-04-07Split clock attachment in two parts: a timecounter attachment (at mainbus),Miod Vallat
2008-04-07Since uncached virtual addresses will depend upon space identifiers on R1xkMiod Vallat
2008-04-07Unclutter machdep.c by moving the IP32-specific initialization code to itsMiod Vallat
2008-04-07Use CCA_CACHED as the default CCA for all cached mappings and addresses.Miod Vallat
2008-04-07Define the pte cacheability bits from the cpu.h cache coherency constants.Miod Vallat
2008-04-07Define more cache coherency attributes, as well as R10k space identifiers.Miod Vallat
2008-04-07Hardware monitor address should be 8-byte aligned.Mark Kettenis
2008-04-07typo, fix fragmentsMarc Espie
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07In _dmamem_map(), be sure to convert the address from the device view toMiod Vallat
2008-04-07Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-07deprecate -c, we've been using -DCOMMENT=value more or less forever by now.Marc Espie
2008-04-07tweak a bit, allow ^ to occur at beginning of variable nameMarc Espie
2008-04-07pretty print the BARsDavid Gwynne
2008-04-07likewise for the hash itselfMarc Espie
2008-04-07I should know better... reuse methods internally as much as I can, toMarc Espie
2008-04-07document OpenBSD::SubstMarc Espie
2008-04-07document SUBST_CMDMarc Espie
2008-04-07put Subst stuff into its own library file, to reuse elsewhere.Marc Espie
2008-04-07regenDavid Gwynne
2008-04-07neptuneDavid Gwynne
2008-04-07more cosmetic changesOleg Safiullin