Age | Commit message (Expand) | Author |
2007-05-02 | Eliminate unused inline functions and replace ahc_lock() which | Kenneth R Westerback |
2007-05-02 | Another VIA VT8237A SATA. | Jonathan Gray |
2007-05-01 | sync | Theo de Raadt |
2007-05-01 | Refactor metadata code; this is the first step to be able to bringup | Marco Peereboom |
2007-05-01 | some fixes | Reyk Floeter |
2007-05-01 | routed -> routed_flags; from Jeremy C. Reed/Will Maier | Jason McIntyre |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat |
2007-05-01 | repair -L option, should work much better if we copy @localbase over... | Marc Espie |
2007-05-01 | sync | Theo de Raadt |
2007-05-01 | simplify signature computation slightly | Marc Espie |
2007-05-01 | remove more traces of old dependencies | Marc Espie |
2007-05-01 | unique objects probably use their class name as category. | Marc Espie |
2007-05-01 | Don't rely on the PROM to have configured the interrupts. Make Simics boot | Mark Kettenis |
2007-05-01 | kill code for handling old style dependencies. | Marc Espie |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-05-01 | kill old constructs that have been deprecated since 2004. | Marc Espie |
2007-05-01 | remove PackingOld entirely | Marc Espie |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie |
2007-05-01 | use new functionality of register_with_factory: create objects for old | Marc Espie |
2007-05-01 | lint warning corrections: | Kurt Miller |
2007-05-01 | allows us to register anything, and not just a class, with the factory. | Marc Espie |
2007-05-01 | define keyword() first, and allow register_with_factory() to reuse it | Marc Espie |
2007-05-01 | rename setKeyword to register_with_factory | Marc Espie |
2007-05-01 | similar exit support for -a, to what i386 does | Theo de Raadt |
2007-05-01 | support exit at boot -a time | Theo de Raadt |
2007-05-01 | for the restore -r example: | Jason McIntyre |
2007-05-01 | remove #ifndef SUN_LEN; ok millert@ | Kevin Steves |
2007-05-01 | export the temperature sensor found on the nx(4) NICs. it reports degC | Reyk Floeter |
2007-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt |
2007-05-01 | expose two things needed for non-DIAGNOSTIC kernels | Theo de Raadt |
2007-05-01 | fix the nx CRBINIT (initial register values from flash) and disable | Reyk Floeter |
2007-05-01 | file descriptors are ints. make branch an int too for better structure | Kurt Miller |
2007-05-01 | use warn() vs. perror() for consistency; ok millert@ | Kevin Steves |
2007-05-01 | order by port number. | Steven Mestdagh |
2007-05-01 | shuffle some code and add additional states in the reset path. use a | Reyk Floeter |
2007-05-01 | do not write every byte of the firmware to the same address, increment | Reyk Floeter |
2007-05-01 | Missing braces in vge_tick(). Fixes link state announcements. | Can Erkin Acar |
2007-05-01 | warn if base obj directory does not exist. | Marc Espie |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-05-01 | Missing RCS tag. | Gordon Willem Klok |
2007-05-01 | framgent -> fragment | Ray Lai |
2007-05-01 | regen | Jonathan Gray |
2007-05-01 | VIA P4M890 ids from Graeme Lee <graeme@omni.net.au> | Jonathan Gray |
2007-05-01 | fix some register offsets | Reyk Floeter |
2007-05-01 | implement the soft reset of the hardware according to section 3.5.6 of | Reyk Floeter |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2007-04-30 | better handling of the firmware state madness | Reyk Floeter |
2007-04-30 | fix shift by port | Reyk Floeter |
2007-04-30 | run the nx_tick function every second to check the link state, even if | Reyk Floeter |