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