summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-02FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.Otto Moerbeek
2007-05-02Fix typo. ok miod@.Tom Cosgrove
2007-05-02remove extraneous () in method call: $o->method() becomes $o->methodMarc Espie
2007-05-02move common code into a find_candidate function.Marc Espie
2007-05-02refactor: remove temp @avail, move it to an external code, slightly moreMarc Espie
2007-05-02add code to keep obsolete constructs around. This allows pkg_info toMarc Espie
2007-05-02the 5754 and 5787 share the same ASIC ID, make the crazy strings list bothDavid Gwynne
2007-05-02Document the lack of error return value in arc4random.Pierre-Yves Ritschard
2007-05-02do { } while (0) for the debug macrosDavid Gwynne
2007-05-02Use event(3) provided signal functions -- this decouples the eventClaudio Jeker
2007-05-02It is no longer needed to pass a cleared timeval to event_loopexit() NULLClaudio Jeker
2007-05-02Make meta_read use the metadata memory that is provided in the discipline.Marco Peereboom
2007-05-02Add a function to free all discipline members and the discipline itself.Marco Peereboom
2007-05-02Eliminate unused inline functions and replace ahc_lock() whichKenneth R Westerback
2007-05-02Another VIA VT8237A SATA.Jonathan Gray
2007-05-01syncTheo de Raadt
2007-05-01Refactor metadata code; this is the first step to be able to bringupMarco Peereboom
2007-05-01some fixesReyk Floeter
2007-05-01routed -> routed_flags; from Jeremy C. Reed/Will MaierJason McIntyre
2007-05-01ELF symbol type fixes, no code changeMiod Vallat
2007-05-01repair -L option, should work much better if we copy @localbase over...Marc Espie
2007-05-01syncTheo de Raadt
2007-05-01simplify signature computation slightlyMarc Espie
2007-05-01remove more traces of old dependenciesMarc Espie
2007-05-01unique objects probably use their class name as category.Marc Espie
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2007-05-01kill code for handling old style dependencies.Marc Espie
2007-05-01Simple monoprocessor mutex implementation, faster than the MI code, four leftMiod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01kill old constructs that have been deprecated since 2004.Marc Espie
2007-05-01remove PackingOld entirelyMarc Espie
2007-05-01move the old elements into PackingElements, since the code is nowMarc Espie
2007-05-01use new functionality of register_with_factory: create objects for oldMarc Espie
2007-05-01lint warning corrections:Kurt Miller
2007-05-01allows us to register anything, and not just a class, with the factory.Marc Espie
2007-05-01define keyword() first, and allow register_with_factory() to reuse itMarc Espie
2007-05-01rename setKeyword to register_with_factoryMarc Espie
2007-05-01similar exit support for -a, to what i386 doesTheo de Raadt
2007-05-01support exit at boot -a timeTheo de Raadt
2007-05-01for the restore -r example:Jason McIntyre
2007-05-01remove #ifndef SUN_LEN; ok millert@Kevin Steves
2007-05-01export the temperature sensor found on the nx(4) NICs. it reports degCReyk Floeter
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-05-01expose two things needed for non-DIAGNOSTIC kernelsTheo de Raadt
2007-05-01fix the nx CRBINIT (initial register values from flash) and disableReyk Floeter
2007-05-01file descriptors are ints. make branch an int too for better structureKurt Miller
2007-05-01use warn() vs. perror() for consistency; ok millert@Kevin Steves
2007-05-01order by port number.Steven Mestdagh
2007-05-01shuffle some code and add additional states in the reset path. use aReyk Floeter
2007-05-01do not write every byte of the firmware to the same address, incrementReyk Floeter