Age | Commit message (Expand) | Author |
2007-04-30 | missing header; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | Fix dmesg nit. | Miod Vallat |
2007-04-30 | ';;' doesnt work on older gcc.. | Todd T. Fries |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2007-04-30 | Replace another expansion of DISKLABELDEV with the define itself. | Kenneth R Westerback |
2007-04-30 | HDUNIT/etc -> DISKUNIT/etc. No functional change. | Kenneth R Westerback |
2007-04-30 | fix dmesg; ok dlg | Theo de Raadt |
2007-04-29 | MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o. | Kenneth R Westerback |
2007-04-29 | missing arguments in a couple of printfs. | David Gwynne |
2007-04-29 | add sig-stop. | Artur Grabowski |
2007-04-29 | Quite dumb test for torturing SIGSTOP/SIGCONT. | Artur Grabowski |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-04-29 | fix rounding in the modify case; ok millert@ miod@ | Otto Moerbeek |
2007-04-29 | Blink 8x slower, so that this fits better with Kraftwerk's ``Elektro | Miod Vallat |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |
2007-04-29 | verify_checksum can be used as a normal visitor | Marc Espie |
2007-04-29 | now that checksum creation uses OO methods, reuse the same code for | Marc Espie |
2007-04-29 | fix recreation of packing-lists: we now have exactly one element in there. | Marc Espie |
2007-04-29 | unify some other consistency checks | Marc Espie |
2007-04-29 | Nadav Shemer of Tehuti Networks is magical. | David Gwynne |
2007-04-29 | all of them.... | Marc Espie |
2007-04-29 | rename compute_checksum to create_checksum | Marc Espie |
2007-04-29 | turn avert_duplicates into a full visitor | Marc Espie |
2007-04-29 | clocks and pll register bits | David Gwynne |
2007-04-29 | explain how to archive special files, and turn | Marc Espie |
2007-04-29 | we dont want to completely fill fifos, so leave a gap when we calculate | David Gwynne |
2007-04-29 | make packing-lists more regular by including the CONTENTS. Avoid | Marc Espie |
2007-04-29 | when we post a fifo we're giving the dma mem back to the hardware, so we | David Gwynne |
2007-04-29 | now we always call create_package with a valid archive. | Marc Espie |
2007-04-29 | rename archive into create_package, split its function into | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-29 | use an AUTOLOAD to auto-create PackingList visitors when needed. | Marc Espie |
2007-04-29 | when completing a tx pkt, put it back on the tx free list, not the rx one. | David Gwynne |
2007-04-29 | Match on ATI IXP/SB600 as well. | Jonathan Gray |
2007-04-29 | Sync the viapm .Nd here as well. | Jonathan Gray |
2007-04-29 | Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does. | Jonathan Gray |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-28 | initialize and bootstrap the device and enable the firmware | Reyk Floeter |
2007-04-28 | spacing (cleanup the code before i leave the room) | Reyk Floeter |
2007-04-28 | attach the available ports and print the lladdr (no operation yet). | Reyk Floeter |
2007-04-28 | Fix pmap_extract to not return TRUE just because we have a PTP. Make sure | Artur Grabowski |
2007-04-28 | validate the firmware version, this driver requires 3.4.xx (3.4.31). | Reyk Floeter |
2007-04-28 | add different flags for debug messages to minimize the noise. | Reyk Floeter |
2007-04-28 | read more information from flash - get the user info field and copy | Reyk Floeter |
2007-04-28 | the options list must be alphabetically sorted | Igor Sobrado |
2007-04-28 | query the board information before mapping the interrupt and before | Reyk Floeter |
2007-04-28 | add code to access the flash memory in the ROMUSB register area and | Reyk Floeter |