Age | Commit message (Expand) | Author |
2007-11-17 | RT2560+RT2661: update the physical address in the RX descriptor after | Damien Bergamini |
2007-11-17 | make it clear in the code and in the man page that the rate2plcp and | Damien Bergamini |
2007-11-17 | Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change. | Brad Smith |
2007-11-17 | use tables to determine the best control to use for play.gain, record.gain | Alexandre Ratchov |
2007-11-17 | sync error messages with man page's DIAGNOSTICS section. | Damien Bergamini |
2007-11-17 | Allow for more than one flag per GPIO pin. | Marc Balmer |
2007-11-17 | Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag. | Marc Balmer |
2007-11-17 | pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices, | Marc Balmer |
2007-11-17 | The initial ipl on luna/mvme188 like interrupt arbiters is IPL_HIGH, not | Miod Vallat |
2007-11-17 | Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or other | Miod Vallat |
2007-11-17 | Add some preprocessor magic to let M187 and M188 kernels compile again. | Miod Vallat |
2007-11-17 | Remove unused variable. | Miod Vallat |
2007-11-17 | Rework {get,set,raise}ipl() to minimize psr modification, especially on | Miod Vallat |
2007-11-16 | Pass name of CPU nodes instead of "cpu" such that we see it for unconfigured | Mark Kettenis |
2007-11-16 | clear host to mcu mailbox after loading microcode. | Damien Bergamini |
2007-11-16 | Make the GPIO functionality of the AMD Geode LX CS5536 available. | Marc Balmer |
2007-11-16 | Fix typo in comment. | Mark Kettenis |
2007-11-16 | No need to mention which codec is being used if there's only one. | Deanna Phillips |
2007-11-16 | in the strange/unnatural/ridiculous situation where a non-blocking | Theo de Raadt |
2007-11-16 | typo | Mike Belopuhov |
2007-11-16 | Fix dmesg output. From form@. | Mike Belopuhov |
2007-11-16 | firmware (if not store in a seeprom in the device) for the uticom(4) | Theo de Raadt |
2007-11-16 | driver for TI TUSB3410 usb serial, written by dxi@mail.ru and | Theo de Raadt |
2007-11-16 | the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o... | Theo de Raadt |
2007-11-16 | UltraSPARC-IIIi CPUs are different and choose the BUSY/NACK pair based on the | Mark Kettenis |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-16 | Remove microtime calls and RNG benchmarking from the pchb attachment | Mike Belopuhov |
2007-11-16 | in pf_test_fragment(), ignore protocol-specific criteria for packets of | Daniel Hartmeier |
2007-11-16 | quotes around model name too | Theo de Raadt |
2007-11-16 | er, the newline is wrong. dissapointing. | Theo de Raadt |
2007-11-16 | convert code over from sd.c, to let tapes discollect. Lucas Stefanutti | Theo de Raadt |
2007-11-16 | use arc4random_bytes() instead of multiple arc4random() calls; | Damien Miller |
2007-11-16 | something has to go, unfortunately | Theo de Raadt |
2007-11-16 | do not make up a device name for interrupts.. give it the dv_xname | Theo de Raadt |
2007-11-16 | accept ATA ioctls so tools like atactl work on disks behind the atascsi | David Gwynne |
2007-11-16 | cast pointer to right type | Theo de Raadt |
2007-11-15 | enable most acpi functionality by default. now instead of 'enable acpi', | Theo de Raadt |
2007-11-15 | remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (and | Theo de Raadt |
2007-11-15 | Make acpicpu(4) attach to the existing CPUs only. | Mike Belopuhov |
2007-11-15 | match expresscard ral | Theo de Raadt |
2007-11-15 | sync | Theo de Raadt |
2007-11-15 | ralink N expresscard model | Theo de Raadt |
2007-11-15 | Check for curcpu()->ci_softintr being nonzero before invoking dosoftint(), | Miod Vallat |
2007-11-15 | Make a few end-of-trap-handling symbols global, to get better ddb traces. | Miod Vallat |
2007-11-15 | At last, port the mvme88k eh.S r1.66 fixes to aviion. | Miod Vallat |
2007-11-15 | Resolve the struct trapframe tf_mode/tf_flags duality by getting rid of | Miod Vallat |
2007-11-15 | Stop referring the initial kernel stack as the ``interrupt stack''. It's | Miod Vallat |
2007-11-15 | New driver for Ralink RT2860 chipset. | Damien Bergamini |
2007-11-15 | Attach to "rsc-console". Hopefuly this will give us a proper console on | Mark Kettenis |
2007-11-15 | in MP kernels, use smbios to count number of cpus. if > 1 disable apm, so | Theo de Raadt |