Age | Commit message (Expand) | Author |
2007-09-11 | add Innotek VirtualBox devices | Martin Reindl |
2007-09-11 | For STAC9221 Macs - no need to max the DAC volumes now that a master | Deanna Phillips |
2007-09-11 | For STAC9221 Macs, create master volume and mute controls by binding | Deanna Phillips |
2007-09-11 | henric, tsk tsk, you missed stuff related to cryptosoft | Theo de Raadt |
2007-09-10 | Remove the ipq locking, it isn't strictly needed right now | Thordur I. Bjornsson |
2007-09-10 | Remove unused "extern" declaration. | Henric Jungheim |
2007-09-10 | Use M_ZERO. | Deanna Phillips |
2007-09-10 | fix uninitialized linked list head | Alexandre Ratchov |
2007-09-10 | Make the hmac ipad/opad globals "const" and fixup the crypto functions | Henric Jungheim |
2007-09-10 | Fix a copy/pasto from last year. CMI9880 should work now. | Deanna Phillips |
2007-09-10 | Missing $OpenBSD$ tag. | Mark Kettenis |
2007-09-10 | IPI implementation. Bits and pieces from NetBSD, but the interface has been | Mark Kettenis |
2007-09-10 | When selecting cylinder groups as candidates for new directory creation | Thordur I. Bjornsson |
2007-09-10 | Lock the vnode in ffs_unmount() before passing it too vinvalbuf() | Thordur I. Bjornsson |
2007-09-10 | fix boot code maximum size. | Damien Bergamini |
2007-09-10 | fix interrupts processing and scan command + cleanup | Damien Bergamini |
2007-09-10 | - add support for 802.11 headers with various sizes (will be required | Damien Bergamini |
2007-09-10 | Pass a real ipl level to add_nubus_intr(), and make sure the interrupt | Miod Vallat |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-10 | if more than 5 consecutive beacons are lost, reinitialize sensitivity | Damien Bergamini |
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 |