Age | Commit message (Expand) | Author |
2005-05-23 | pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sample | Jason Wright |
2005-05-22 | define our own conversion function which does mono-to-stereo with | Jason Wright |
2005-05-22 | whoops, wrong conversion function | Jason Wright |
2005-05-22 | more encodings | Jason Wright |
2005-05-22 | fix names of ulinear, too | Jason Wright |
2005-05-22 | add memory clobber to prevent reordering | Jason Wright |
2005-05-22 | ALAW is called AudioEalaw not AudioEmulaw | Jason Wright |
2005-05-07 | Do not make akbd_keydesctab[] static, for the sake of kbd -l. | Miod Vallat |
2005-05-04 | Portuguese layout; | Miod Vallat |
2005-05-04 | move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio | Dale Rahn |
2005-03-29 | Missing break; | Miod Vallat |
2005-03-11 | Only print preconfigured interrupt table if option DEBUG, as done for openpic. | Miod Vallat |
2005-02-16 | Fix indentation to match similar code block below. | Aaron Campbell |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat |
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-10-20 | put newline at right place during attach | Theo de Raadt |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko |
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat |
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn |
2004-07-14 | Do not forget to count interrupts if they have been delayed; ok drahn@ | Miod Vallat |
2004-06-28 | shorten name | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell |
2004-06-14 | de-__P | Theo de Raadt |
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn |
2004-05-10 | mediabay driver to configure ata bus attached to CD on pismo Powerbook | Dale Rahn |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat |
2004-03-17 | Remove pointless printfs. | Dale Rahn |
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt |
2004-02-27 | Add swiss german keymap tested on PBG4. go ahead and commit miod@ | Claudio Jeker |
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat |
2004-01-14 | Slightly better messages, fix a typo, and a few strlcpy() botches. | Miod Vallat |
2004-01-12 | Completely remove the device name from this print, not just the %s. | Dale Rahn |
2004-01-12 | Better defaults on snapper, fixes xmms problem reported by joshua stein | Dale Rahn |
2004-01-11 | $OpenBSD$ tags | Dale Rahn |
2004-01-11 | Little sync dmesg output with pciide. | Alexander Yurchenko |
2004-01-11 | Audio support for some newer macppc machines, any 'snapper' based systems. | Dale Rahn |
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-30 | Add us.dvorak. ok maja@ | Thomas Nordin |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-10-26 | More ansi/knf missed the first time around. | Dale Rahn |
2003-10-26 | Oops, I'm on drugs. Revert and blame gremlins for the state of my tree. | Miod Vallat |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat |
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn |
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn |