Age | Commit message (Expand) | Author |
2007-05-02 | FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this. | Otto Moerbeek |
2007-05-02 | Fix typo. ok miod@. | Tom Cosgrove |
2007-05-02 | remove extraneous () in method call: $o->method() becomes $o->method | Marc Espie |
2007-05-02 | move common code into a find_candidate function. | Marc Espie |
2007-05-02 | refactor: remove temp @avail, move it to an external code, slightly more | Marc Espie |
2007-05-02 | add code to keep obsolete constructs around. This allows pkg_info to | Marc Espie |
2007-05-02 | the 5754 and 5787 share the same ASIC ID, make the crazy strings list both | David Gwynne |
2007-05-02 | Document the lack of error return value in arc4random. | Pierre-Yves Ritschard |
2007-05-02 | do { } while (0) for the debug macros | David Gwynne |
2007-05-02 | Use event(3) provided signal functions -- this decouples the event | Claudio Jeker |
2007-05-02 | It is no longer needed to pass a cleared timeval to event_loopexit() NULL | Claudio Jeker |
2007-05-02 | Make meta_read use the metadata memory that is provided in the discipline. | Marco Peereboom |
2007-05-02 | Add a function to free all discipline members and the discipline itself. | Marco Peereboom |
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 |