Age | Commit message (Expand) | Author |
2007-09-10 | only send a sensitivity update command when the settings have changed. | Damien Bergamini |
2007-09-10 | cleanup. no binary change. | Damien Bergamini |
2007-09-10 | Make function pointer calls look all alike; from Holger Mikolon. | Miod Vallat |
2007-09-10 | more M_ZERO usage. | Federico G. Schwindt |
2007-09-10 | Fix setting up the multicast filter. Fixes PR 5474. | Mark Kettenis |
2007-09-10 | If 44.1kHz sample rate isn't supported, use 48kHz instead. | Deanna Phillips |
2007-09-10 | initialize sc_outports->master and sc_inports->master. Fixes "set failed" | Alexandre Ratchov |
2007-09-10 | Add command verbs, a mixer target and mixer controls for EAPD control. | Deanna Phillips |
2007-09-10 | Some pin widgets default to off, so make sure they're all enabled, not | Deanna Phillips |
2007-09-10 | Set bidirectional pins to output, ignoring what the codec says is | Deanna Phillips |
2007-09-09 | Make sure ptrace(2) cannot change any priviliged bits in the Machine State | Mark Kettenis |
2007-09-09 | add string length arguments to some functions, and do not copy a string | Theo de Raadt |
2007-09-09 | Add firmware control block structure. | Marco Peereboom |
2007-09-09 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-09-09 | thmc vs tmhc screwup | Theo de Raadt |
2007-09-09 | /enet apparently maps to mc0; gwk ok | Theo de Raadt |
2007-09-09 | Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-09-09 | Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.c | Mark Kettenis |
2007-09-09 | Only clear the message header if it is called from a sysctl walk. This | Claudio Jeker |
2007-09-09 | Disable page zeroing in the idle loop, as it blasts the entire cache. | Miod Vallat |
2007-09-09 | Remove some more goo left over from sparc. | Mark Kettenis |
2007-09-09 | Make handled_intr_level per-cpu. | Mark Kettenis |
2007-09-09 | Properly prefix all functions with driver name. | Jonathan Gray |
2007-09-09 | don't try to set the recording gain or balance through /dev/audio[ctl] | Jacob Meuser |
2007-09-09 | tmhc has only been seen on i386 | Theo de Raadt |
2007-09-09 | uchcom(4) has been verified to work by djm@, so add it to all | Jonathan Gray |
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt |
2007-09-09 | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | Theo de Raadt |
2007-09-08 | Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, and | Gordon Willem Klok |
2007-09-08 | regen | Felix Kronlage |
2007-09-08 | device id for the Huaweil Mobile E220 | Felix Kronlage |
2007-09-08 | more M_ZERO changes | Gilles Chehade |
2007-09-08 | Add prom functions to start secondary CPUs. | Mark Kettenis |
2007-09-08 | fix uaudio(4) devices using signed mixer controls | Alexandre Ratchov |
2007-09-08 | Make the ast on sparc64 per-process instead of global. Necessary to make | Mark Kettenis |
2007-09-08 | Clear the message header (and only the message header) in rt_msg2. | Claudio Jeker |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-09-08 | Add adl(4). Make comments for i2c devices a bit more consistent while I'm | Mark Kettenis |
2007-09-08 | Wrap DPRINTFN() macro up in do { } while(0). | Jonathan Gray |
2007-09-08 | Add nvram external hw config defines. ok marco@ | David Collins |
2007-09-08 | Set external hw config according to nvram value. | David Collins |
2007-09-08 | we dont need net/rndvar.h since the code that used it has been moved to | David Gwynne |
2007-09-08 | Driver for WinChipHead CH341/340 USB serial adapters. | Jonathan Gray |
2007-09-08 | Sync description of lookup() a bit more to reality. | Hans-Joerg Hoexer |
2007-09-07 | missing scale factor; from Mike Belopuhov | Theo de Raadt |
2007-09-07 | Do not recalculate TCP payload length in pf_test_rule() as it has | Alexander Bluhm |
2007-09-07 | use new malloc M_ZERO flag + replace MALLOC with malloc | Damien Bergamini |
2007-09-07 | properly acknowledge interrupts. this fixes the interrupts storm i was | Damien Bergamini |
2007-09-07 | Fix code that figures out the PCI bus number for a _PRT configuration object. | Mark Kettenis |