Age | Commit message (Expand) | Author |
2008-04-08 | sync | Theo de Raadt |
2008-04-07 | Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a | Kenneth R Westerback |
2008-04-07 | Restore boot block (-B) support that was incorrectly deleted during | Kenneth R Westerback |
2008-04-07 | Compare device names consistantly in parsedisk(). | Kenneth R Westerback |
2008-04-07 | SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only | Miod Vallat |
2008-04-07 | Simple com@ioc (with interrupt handling disabled until ioc interrupt code is | Miod Vallat |
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat |
2008-04-07 | Allow a 1-Wire controller to request an immediate scan, and also to prevent | Miod Vallat |
2008-04-07 | Regen | Miod Vallat |
2008-04-07 | A first cut at XBow bus support, very minimal, limited to a local bus only; | Miod Vallat |
2008-04-07 | Platform-specific bits for IP30 (Octane). Based on knowledge extracted from | Miod Vallat |
2008-04-07 | Allow for up to 32 memory segments. | Miod Vallat |
2008-04-07 | Add a freelist member to the ARCBios memory information. For now, all ARCBios | Miod Vallat |
2008-04-07 | Add ``guarded'' word read and write routines, to be used by machine-dependent | Miod Vallat |
2008-04-07 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat |
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat |
2008-04-07 | Unclutter machdep.c by moving the IP32-specific initialization code to its | Miod Vallat |
2008-04-07 | Use CCA_CACHED as the default CCA for all cached mappings and addresses. | Miod Vallat |
2008-04-07 | Define the pte cacheability bits from the cpu.h cache coherency constants. | Miod Vallat |
2008-04-07 | Define more cache coherency attributes, as well as R10k space identifiers. | Miod Vallat |
2008-04-07 | Hardware monitor address should be 8-byte aligned. | Mark Kettenis |
2008-04-07 | typo, fix fragments | Marc Espie |
2008-04-07 | snprintf "%s" -> strlcpy | Oleg Safiullin |
2008-04-07 | fix snprintf usage | Oleg Safiullin |
2008-04-07 | In _dmamem_map(), be sure to convert the address from the device view to | Miod Vallat |
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-07 | deprecate -c, we've been using -DCOMMENT=value more or less forever by now. | Marc Espie |
2008-04-07 | tweak a bit, allow ^ to occur at beginning of variable name | Marc Espie |
2008-04-07 | pretty print the BARs | David Gwynne |
2008-04-07 | likewise for the hash itself | Marc Espie |
2008-04-07 | I should know better... reuse methods internally as much as I can, to | Marc Espie |
2008-04-07 | document OpenBSD::Subst | Marc Espie |
2008-04-07 | document SUBST_CMD | Marc Espie |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie |
2008-04-07 | regen | David Gwynne |
2008-04-07 | neptune | David Gwynne |
2008-04-07 | more cosmetic changes | Oleg Safiullin |
2008-04-07 | some cosmetic changes | Oleg Safiullin |
2008-04-07 | sync | Oleg Safiullin |
2008-04-07 | add D-Link KVM-221 | Oleg Safiullin |
2008-04-07 | sort | Theo de Raadt |
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt |
2008-04-07 | New sensor driver for JDEC JC-42.4 standard dimm temperature sensors | Theo de Raadt |
2008-04-07 | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | Theo de Raadt |
2008-04-06 | nwflag is never set now that '-r' is no more, so remove it and the warning | Kenneth R Westerback |
2008-04-06 | SH is not ARM. | Dale Rahn |
2008-04-06 | Remove stray '-r' reference that survived the nuke of -r. | Kenneth R Westerback |
2008-04-06 | In sendit(), len should be size_t, not int. Could cause it to return | Stefan Kempf |
2008-04-06 | Fix logic botch I introduced with r1.123 which effectively disabled | Kenneth R Westerback |
2008-04-06 | regen | Brad Smith |