Age | Commit message (Expand) | Author |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado |
2010-07-31 | The code referencing urndis_watchdog() is #if 0'd out, but the actual | Michael Knudsen |
2010-07-31 | When looking for revision, break out of the loop at the end rather than | Nicholas Marriott |
2010-07-31 | very old thinko, not really a problem, obviously, but groups and users are | Marc Espie |
2010-07-31 | add SA3_XXX macros removed by mistake with opl, but used by ym mixer | Alexandre Ratchov |
2010-07-31 | keep location open while we grab updateinfo. | Marc Espie |
2010-07-31 | unbreak ym.c, opl3sa3reg.h doesn't exist any longer | Alexandre Ratchov |
2010-07-31 | Break some really long lines. | Michael Knudsen |
2010-07-31 | grammar fix; | Jason McIntyre |
2010-07-31 | delete IIJ local functionalities. | YASUOKA Masahiko |
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai |
2010-07-31 | remove 2 years old compatibility mode | Alexandre Ratchov |
2010-07-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-31 | fix typo preventing compilation with AUDIO_DEBUG | Alexandre Ratchov |
2010-07-31 | fix a capitalisation error; | Jason McIntyre |
2010-07-31 | check for audio stream and control interface descriptors in the | Jacob Meuser |
2010-07-30 | Mention the horde port module. Not documented yet. | Stuart Henderson |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-30 | Add "-S" to library installs to avoid breakage when one | Chris Kuethe |
2010-07-30 | When converting a floating value to an integer, properly raise the "invalid" | Mark Kettenis |
2010-07-30 | Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s, | Kenneth R Westerback |
2010-07-30 | The device table entry for HD3470 was incorrectly using a logical or | Jonathan Gray |
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm |
2010-07-30 | Don't set "success" flags before error checks. | Ray Lai |
2010-07-30 | fix header during update | Marc Espie |
2010-07-30 | Remove unused header file. | Miod Vallat |
2010-07-29 | Replace abort(), fatal(), and errx() with return -1, since date_parse | Ray Lai |
2010-07-29 | Don't set sc_ec until after the EC registers are mapped, but before we | Mark Kettenis |
2010-07-29 | change URLs to point to the more recent porter's handbook; | Steven Mestdagh |
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm |
2010-07-29 | some error cases returned 01 when they should have been returning -1 | Jonathan Gray |
2010-07-29 | sort pool.h into the list of includes alphabetically | Bret Lambert |
2010-07-29 | #include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it | Bret Lambert |
2010-07-29 | replace two misleading ie. with e.g.; from Jan Stary | Jason McIntyre |
2010-07-29 | Don't forget to register the i8254-based timecounter if we use the i8254 | Mark Kettenis |
2010-07-29 | Add some more devices. -moj | Mats O Jansson |
2010-07-29 | Add some more devices. -moj | Mats O Jansson |
2010-07-29 | sync | Mats O Jansson |
2010-07-29 | Add some more displaylink devices. -moj | Mats O Jansson |
2010-07-29 | flag if an error during attach caused us to detach our resources, and | Jacob Meuser |
2010-07-29 | Remove stray newline, fix $OpenBSD$; ok deraadt | Stefan Sperling |
2010-07-29 | Zero out the firmware waking vector on successful resume from ACPI sleep. | Mike Larkin |
2010-07-28 | Truncate output file when compressing. OK deraadt@ | Todd C. Miller |
2010-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-28 | dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). | Nicholas Marriott |
2010-07-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
2010-07-28 | Suspending drivers need to do as little as possible in here, so when the | Theo de Raadt |
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt |