Age | Commit message (Expand) | Author |
2009-02-10 | remove run(4) from some RAMDISK | Damien Bergamini |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-08 | Move to 4.5-BETA | Miod Vallat |
2009-02-01 | Revert 1.28, rumoured to cause problems on some machines. | Miod Vallat |
2009-01-29 | Some of the latest macppc laptops with no adb subsystem at all, spontaneously | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-22 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis |
2009-01-20 | add softraid | Todd T. Fries |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2008-12-21 | just attach cpu0, not cpu*, ok kettenis | Theo de Raadt |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-22 | cpu_unidle for macppc | Artur Grabowski |
2008-11-21 | back out the new interrupt subsystem because some little bug still lurks in t... | Theo de Raadt |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-11-07 | different fix for pr5883 than proposed by the submitter, found when glancing | Todd T. Fries |
2008-11-06 | input and volume twiddles | Todd T. Fries |
2008-11-05 | return an error when trying to get stereo values from a mono | Jacob Meuser |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-11-05 | * use uint8_t instead of int to hold the value of an 8-bit register. | Jacob Meuser |
2008-11-04 | missing setipl in the 'busy processing soft interrupts state' | Dale Rahn |
2008-10-30 | ugh, typo fix, committed previous from the wrong tree | Todd T. Fries |
2008-10-30 | patches for macppc to remove more EINVAL returns in the audio code | Todd T. Fries |
2008-10-29 | come on -- this was not even test compiled | Theo de Raadt |
2008-10-29 | native default parameters for i2s devices instead of 8kHz | Jacob Meuser |
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-30 | Properly count memory on machines where Open Firmware reports zero sized | Mark Kettenis |
2008-09-30 | simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@ | Dale Rahn |
2008-09-23 | Plug more uninitialized variables. | Miod Vallat |
2008-09-19 | While vaguely interesting, the prints coming out of the driver was way too | Dale Rahn |
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-08-25 | how about i commit what was actually approved? wrong tree, bad todd ;-( | Todd T. Fries |
2008-08-24 | o implement proper volume control table based on chipset docs | Todd T. Fries |
2008-08-24 | Fix readdpmelabel() so it doesn't corrupt a disklabel about to be | Kenneth R Westerback |
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis |
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-21 | nam2blk[] needs a "vnd" entry for some things (like softraid) | Todd T. Fries |