Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai | |
the unix epoch is equally absurd. Just return Start for now. We may add overflow checks in the future. OK xsa nicm | |||
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 | |
device and the midi interface to pcppi. | |||
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 | |
device configuration descriptor in the match() function. stops midi devices from attaching as uaudio then bailing out, leaving a phantom uaudio. | |||
2010-07-30 | Mention the horde port module. Not documented yet. | Stuart Henderson | |
2010-07-30 | Check date_parse return values. | Ray Lai | |
OK xsa | |||
2010-07-30 | Add "-S" to library installs to avoid breakage when one | Chris Kuethe | |
"make -j8 build" job is installing libc and another job is expecting to use libc (for example). ok phessler | |||
2010-07-30 | When converting a floating value to an integer, properly raise the "invalid" | Mark Kettenis | |
exception when the floating value is infinite or NaN or if the integral part of the floating value exceeds the range of the integer type, as required by the C99/IEEE754 standard. Fixes Python 2.6 build on hppa. ok miod@ | |||
2010-07-30 | Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s, | Kenneth R Westerback | |
todd@'s and my machines all work as expected. Various other success stories and no reports of failures. Also fix DEBUG compiles by removing a return that was unneeded anyway. "gud" miod@ | |||
2010-07-30 | The device table entry for HD3470 was incorrectly using a logical or | Jonathan Gray | |
instead of a binary or. Found via lint. ok oga@ | |||
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm | |
ok markus@ | |||
2010-07-30 | Don't set "success" flags before error checks. | Ray Lai | |
Add check for login_getclass() failure, pointed out by tobias. OK tobias | |||
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 | |
returns -1 on error. OK nicm | |||
2010-07-29 | Don't set sc_ec until after the EC registers are mapped, but before we | Mark Kettenis | |
execute the _REG method to make the EC available to the AML. ok marco@ | |||
2010-07-29 | change URLs to point to the more recent porter's handbook; | Steven Mestdagh | |
mention the use of packages first. ok sthen@ | |||
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm | |
-v show" are called with the -v switch. ok markus@ | |||
2010-07-29 | some error cases returned 01 when they should have been returning -1 | Jonathan Gray | |
spotted by Mike Belopuhov. | |||
2010-07-29 | sort pool.h into the list of includes alphabetically | Bret Lambert | |
pointed out by kettenis@, ok miod@ | |||
2010-07-29 | #include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it | Bret Lambert | |
ok miod@ tedu@ | |||
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 | |
for clock interrupts. Unbreaks amd64 in PIC mode. | |||
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 | |
if so, don't do anything on suspend/resume. should fix crash reported by mlarkin. | |||
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 | |
ok deraadt@ | |||
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 | |
xs->datalen and reset xs->data to NULL. This prevents a spurious attempt to setup (dma map, etc) and possibly attempt data tranfser. In line with what Linux and FreeBSD do as far as I can tell. Reduces the delay before my DVD starts playing its movie. Idea to also set xs->data to NULL from matthew@. "No objection" matthew@ | |||
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 | |
using seltrue for poll. Based on code from NetBSD. Also remove a stray duplicate lpt entry from loongson, from deraadt. ok tedu deraadt | |||
2010-07-28 | Suspending drivers need to do as little as possible in here, so when the | Theo de Raadt | |
transition is to INIT, try to not generate management frames if we can avoid it. ok damien | |||
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt | |
resume paths. For new-style suspend/resume, add a ca_activate function where it is missing, and use a workq to resume because these drivers like to sleep. ok damien | |||
2010-07-28 | Support -U and -C to specify the context length for "cvs diff". | Nicholas Marriott | |
This doesn't alter cvs rdiff, where -U and -C are not support by GNU cvs. ok sthen zinovik | |||
2010-07-28 | the default pciide chip needs no additional register restores; tested by jcs ↵ | Theo de Raadt | |
on one model | |||
2010-07-28 | Fix fallout from the utf-8 commit (segfaults in disklabel on install media). | Stefan Sperling | |
Sorry about that. ok sthen deraadt | |||
2010-07-28 | more #ifdef needed for the case of not pegging on a non-MP kernel | Theo de Raadt | |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt | |
2010-07-28 | It's pretty pointless to peg ourselves to the primary CPU if that's the | Mark Kettenis | |
only one we have. ok krw@, deraadt@ | |||
2010-07-28 | suspend save/restore for SIS3112; tested by mlarkin | Theo de Raadt | |
2010-07-28 | Change back to the pre rev 1.11 behaviour of not treating unexpected | Jonathan Gray | |
id payloads as errors. Lets interop with strongSwan which sends both IDi and IDr work again. | |||
2010-07-28 | more explicit message | Marc Espie | |
2010-07-28 | let fatal work, fix typo | Marc Espie | |
2010-07-28 | Make all gasio failures look and behave the same. | Marco Peereboom | |