| Commit message (Expand) | Author | Files | Lines |
2007-09-11 | For STAC9221 Macs, create master volume and mute controls by binding |  deanna | 1 | -4/+54 |
2007-09-11 | sort #include |  stevesk | 1 | -2/+3 |
2007-09-11 | henric, tsk tsk, you missed stuff related to cryptosoft |  deraadt | 1 | -3/+3 |
2007-09-10 | Remove the ipq locking, it isn't strictly needed right now |  thib | 1 | -44/+1 |
2007-09-10 | Remove unused "extern" declaration. |  henric | 1 | -2/+1 |
2007-09-10 | Use M_ZERO. |  deanna | 2 | -27/+14 |
2007-09-10 | fix uninitialized linked list head |  ratchov | 1 | -1/+2 |
2007-09-10 | Make the hmac ipad/opad globals "const" and fixup the crypto functions |  henric | 6 | -27/+27 |
2007-09-10 | Fix a copy/pasto from last year. CMI9880 should work now. |  deanna | 1 | -2/+1 |
2007-09-10 | Missing $OpenBSD$ tag. |  kettenis | 1 | -0/+1 |
2007-09-10 | IPI implementation. Bits and pieces from NetBSD, but the interface has been |  kettenis | 3 | -13/+226 |
2007-09-10 | When selecting cylinder groups as candidates for new directory creation |  thib | 1 | -18/+9 |
2007-09-10 | Lock the vnode in ffs_unmount() before passing it too vinvalbuf() |  thib | 1 | -2/+3 |
2007-09-10 | point to new 2.14.1.15 firmware (-current only). |  damien | 1 | -5/+6 |
2007-09-10 | fix boot code maximum size. |  damien | 1 | -2/+2 |
2007-09-10 | fix interrupts processing and scan command + cleanup |  damien | 2 | -9/+20 |
2007-09-10 | - add support for 802.11 headers with various sizes (will be required |  damien | 2 | -125/+42 |
2007-09-10 | Pass a real ipl level to add_nubus_intr(), and make sure the interrupt |  miod | 7 | -45/+54 |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes |  gilles | 12 | -54/+42 |
2007-09-10 | Use erealloc3() in more_aliases() instead of malloc/realloc. |  millert | 1 | -17/+5 |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. |  joris | 3 | -12/+5 |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark |  miod | 21 | -37/+107 |
2007-09-10 | if more than 5 consecutive beacons are lost, reinitialize sensitivity |  damien | 2 | -2/+26 |
2007-09-10 | only send a sensitivity update command when the settings have changed. |  damien | 1 | -15/+27 |
2007-09-10 | cleanup. no binary change. |  damien | 1 | -58/+59 |
2007-09-10 | Make function pointer calls look all alike; from Holger Mikolon. |  miod | 2 | -4/+4 |
2007-09-10 | Make sure we don't skip the code which sends the QUIT command to the CDDB |  cloder | 1 | -2/+2 |
2007-09-10 | more M_ZERO usage. |  fgsch | 2 | -6/+4 |
2007-09-10 | Proper use of fseek/fseeko macros. |  tobias | 18 | -57/+59 |
2007-09-10 | Allow port specification in our CVSROOT which is used for our |  joris | 3 | -5/+12 |
2007-09-10 | add support for relaying DNS traffic (with a little bit of packet |  reyk | 12 | -44/+1208 |
2007-09-10 | Properly display list of commands in default 80 column terminal. |  tobias | 1 | -2/+2 |
2007-09-10 | typo in message, from Mark Lumsden. |  otto | 1 | -2/+2 |
2007-09-10 | Fixed segmentation fault that occured during .cvsrc parsing if an invalid |  tobias | 1 | -11/+11 |
2007-09-10 | optional flags must be sorted and enclosed in single brackets, |  sobrado | 1 | -10/+15 |
2007-09-10 | Fix setting up the multicast filter. Fixes PR 5474. |  kettenis | 1 | -8/+9 |
2007-09-10 | If 44.1kHz sample rate isn't supported, use 48kHz instead. |  deanna | 2 | -4/+14 |
2007-09-10 | initialize sc_outports->master and sc_inports->master. Fixes "set failed" |  ratchov | 1 | -1/+3 |
2007-09-10 | Add command verbs, a mixer target and mixer controls for EAPD control. |  deanna | 2 | -2/+54 |
2007-09-10 | Some pin widgets default to off, so make sure they're all enabled, not |  deanna | 1 | -1/+25 |
2007-09-10 | Set bidirectional pins to output, ignoring what the codec says is |  deanna | 1 | -16/+3 |
2007-09-09 | use strcspn to properly overwrite '\n' in fgets returned buffer |  chl | 2 | -4/+4 |
2007-09-09 | Make sure ptrace(2) cannot change any priviliged bits in the Machine State |  kettenis | 1 | -1/+4 |
2007-09-09 | Added support for checkout -p with local repository. |  tobias | 3 | -11/+32 |
2007-09-09 | Add lint stubs for the longjmp family of functions which are defined in |  otto | 5 | -3/+66 |
2007-09-09 | Silence erroneous "environ used, but not defined" lint warning by |  otto | 2 | -3/+10 |
2007-09-09 | add string length arguments to some functions, and do not copy a string |  deraadt | 1 | -27/+31 |
2007-09-09 | Add firmware control block structure. |  marco | 2 | -5/+206 |
2007-09-09 | From Pierre Riteau: |  ray | 1 | -3/+8 |
2007-09-09 | Mention -q in compatibility section. |  ray | 1 | -4/+4 |