summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-25fake out the apm device to switch between apm and acpi on i386. nowTed Unangst
2007-11-25unbreak compat_osf1; spotted by mkTheo de Raadt
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
2007-11-25Iruata Souza sent a diff that fixes weird occurences when mounting withTed Unangst
2007-11-25Pull from master repo:Stefan Kempf
2007-11-25Strip the CRC in rxeof()Jonathan Gray
2007-11-25remove an ugly nested blockTheo de Raadt
2007-11-25Enable et/etphy now it can pass packets both ways.Jonathan Gray
2007-11-25It helps if you initialise timeouts before you try using them...Joel Sing
2007-11-25Correctly setup the tx descriptor by using the right mapping infos.Claudio Jeker
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-25Map the interrupt pins used for swizzling *after* mapping the PCI ExpressMark Kettenis
2007-11-25Add entries for the Transmeta Efficeon CPU to the CPUID table.Tom Cosgrove
2007-11-25document extension to file pathname list; noted by jmcTheo de Raadt
2007-11-25Pull from master repo:Stefan Kempf
2007-11-25turn off COMPAT_35; ok miodTheo de Raadt
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-25Extend the "file" directive to accept multiple pathnames seperated by '|'.Theo de Raadt
2007-11-25First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-11-25Make msk(4) detachable.Mark Kettenis
2007-11-24First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-24make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callersTheo de Raadt
2007-11-24SCCS junk, bit by bitTheo de Raadt
2007-11-24junk RCSTheo de Raadt
2007-11-24junk SCCSTheo de Raadt
2007-11-24more junk SCCSTheo de Raadt
2007-11-24Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle.Miod Vallat
2007-11-24junk SCCSTheo de Raadt
2007-11-24delete unused junk RCS idsTheo de Raadt
2007-11-24ansi CTheo de Raadt
2007-11-24new sentence, new line;Jason McIntyre
2007-11-24The Sigmatel codec id 7662 looks identical to STAC7661 and works fine withDeanna Phillips
2007-11-24we dont need ot include sys/lock.h hereDavid Gwynne
2007-11-24tweak for hostnames without dots (like "localhost")Reyk Floeter
2007-11-24Fix a stupid underscore bug in memory area computations in the cache functions,Miod Vallat
2007-11-24style(9) for includesReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-11-24Another missing RTM_VERSION check. This will remove the RB_INSERT warningsClaudio Jeker
2007-11-24typoMiod Vallat
2007-11-24lsa_self() is completely busted at the moment, so just ignore it.Claudio Jeker
2007-11-24Print the neighbor ID instead of the neighbor address in if_act_elect().Claudio Jeker
2007-11-24Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakenedMiod Vallat
2007-11-24extend the url lookup algorithm to match the full URL and differentReyk Floeter
2007-11-24some make -j fixes.Marc Espie
2007-11-24write explicit dependencies for make -j. beforedepend creates the file,Marc Espie
2007-11-24fix race condition, as reported by naddy@.Marc Espie
2007-11-24parallel make fixes: $(YDR) produces several files, we need a timestamp.Marc Espie
2007-11-24fix yacc/lex parallel file generationMarc Espie
2007-11-24more parallel make fixes.Marc Espie