Age | Commit message (Expand) | Author |
2010-02-13 | Since the TLB handler exception code is now always a trampoline to branch | Miod Vallat |
2010-02-13 | Since we don't use the saved ipl in pcb anymore, remove it from the struct | Miod Vallat |
2010-02-13 | Only add bsd.mp to the sets on IP30 so far, as this causes `are you sure your | Miod Vallat |
2010-02-13 | convert midiplay to sndio(7) so it can be used with soft synths, for | Alexandre Ratchov |
2010-02-13 | Dont mix up the order of the registers with the defines. | Dale Rahn |
2010-02-12 | typo; ok oga | Jason McIntyre |
2010-02-12 | making use of lemote PMON bugs it is possible to get full serial PMON | Otto Moerbeek |
2010-02-12 | Update to mention Gdium and Fuloong bits; ok otto@ | Miod Vallat |
2010-02-12 | do not build cd image; lemote pmon's are too braindead to boot from it | Otto Moerbeek |
2010-02-12 | include devices found on fuloong: com0, re and rgephy; ok miod@ | Otto Moerbeek |
2010-02-12 | use early setup hook to get serial console on the fuloong; with & ok miod@ | Otto Moerbeek |
2010-02-12 | tftp boot paths do not start with a /; ok miod@ | Otto Moerbeek |
2010-02-12 | Allow for two more per-platform function pointers, one for extra setup work | Miod Vallat |
2010-02-12 | Switch to using mkuboot for building the U-Boot image. | Michael Knudsen |
2010-02-12 | Add mkuboot, a utility to build images for Das U-Boot. | Michael Knudsen |
2010-02-12 | zap trailing whitespace; | Jason McIntyre |
2010-02-12 | document tweaks | Marc Espie |
2010-02-12 | Overhaul per-platform specific operation by moving all the differences into | Miod Vallat |
2010-02-12 | Allow more legacy interrupts to reach the legacy PIC; found the hard way by | Miod Vallat |
2010-02-12 | ehci bits, not enabled. | Dale Rahn |
2010-02-12 | Initial version of ehci shim for omap, not complete. | Dale Rahn |
2010-02-12 | Rework prcm to support additional iclk/fclk registers. | Dale Rahn |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2010-02-11 | Correct argument for splx() is s2 not s so that the splx() calls match to the | Claudio Jeker |
2010-02-11 | Not knowing a AFI/SAFI pair in the MP capability is no reason to fail | Claudio Jeker |
2010-02-11 | "unmute" GPIO 0 on all Dell machines with IDT 92HD71B7 codecs. | Jacob Meuser |
2010-02-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott |
2010-02-11 | correct comment | Damien Miller |
2010-02-11 | default to no pckbc and no legacy hardware; ok miod@ | Otto Moerbeek |
2010-02-11 | align comments; ok miod@ | Otto Moerbeek |
2010-02-11 | cd in nam2blk; ok miod | Otto Moerbeek |
2010-02-11 | fuloong model define | Otto Moerbeek |
2010-02-11 | The previous commit didn't use the first X in the template if the | Philip Guenthe |
2010-02-11 | Test mkstemps() too | Philip Guenthe |
2010-02-11 | We need to load the config before kr_init() is called or fib-update is | Claudio Jeker |
2010-02-11 | no more libdata/ssh; | Jason McIntyre |
2010-02-11 | libarary -> library; | Jason McIntyre |
2010-02-11 | While looking through this code I figured out that set nexthop self and | Claudio Jeker |
2010-02-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker |
2010-02-11 | No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares. | Claudio Jeker |
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | Philip Guenthe |
2010-02-10 | Only allow the common voltages of the card and the host when writing the OCR | Dale Rahn |
2010-02-10 | pkcs#11 is no longer optional; improve wording; ok jmc@ | Markus Friedl |
2010-02-10 | remove /usr/libdata/ssh; ok miod, djm | Markus Friedl |
2010-02-10 | Fix sio_getcap() for audio(4) devices exposing encodings | Alexandre Ratchov |
2010-02-10 | remove lingering debug print. | Dale Rahn |
2010-02-10 | And now mounts with reads and writes work. | Dale Rahn |
2010-02-10 | Would seem that the sdmmc layer does not like having CRC7 as part of the | Dale Rahn |
2010-02-10 | check that rf reg is != 0xff, not rf val. | Damien Bergamini |
2010-02-10 | Blame the right interrupt bit in `spurious interrupt' messages. | Miod Vallat |