summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-31Checking for -1 as an overflow value is pretty absurd. ReturningRay Lai
2010-07-31remove 2 years old compatibility modeAlexandre Ratchov
2010-07-31remove forgotten debug messageAlexandre Ratchov
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-31fix typo preventing compilation with AUDIO_DEBUGAlexandre Ratchov
2010-07-31fix a capitalisation error;Jason McIntyre
2010-07-31check for audio stream and control interface descriptors in theJacob Meuser
2010-07-30Mention the horde port module. Not documented yet.Stuart Henderson
2010-07-30Check date_parse return values.Ray Lai
2010-07-30Add "-S" to library installs to avoid breakage when oneChris Kuethe
2010-07-30When converting a floating value to an integer, properly raise the "invalid"Mark Kettenis
2010-07-30Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s,Kenneth R Westerback
2010-07-30The device table entry for HD3470 was incorrectly using a logical orJonathan Gray
2010-07-30Do not print "Label" caption for "netstat -rvA".Alexander Bluhm
2010-07-30Don't set "success" flags before error checks.Ray Lai
2010-07-30fix header during updateMarc Espie
2010-07-30Remove unused header file.Miod Vallat
2010-07-29Replace abort(), fatal(), and errx() with return -1, since date_parseRay Lai
2010-07-29Don't set sc_ec until after the EC registers are mapped, but before weMark Kettenis
2010-07-29change URLs to point to the more recent porter's handbook;Steven Mestdagh
2010-07-29Print a column with the routing label if "netstat -vr" or "routeAlexander Bluhm
2010-07-29some error cases returned 01 when they should have been returning -1Jonathan Gray
2010-07-29sort pool.h into the list of includes alphabeticallyBret Lambert
2010-07-29#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude itBret Lambert
2010-07-29replace two misleading ie. with e.g.; from Jan StaryJason McIntyre
2010-07-29Don't forget to register the i8254-based timecounter if we use the i8254Mark Kettenis
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-29syncMats O Jansson
2010-07-29Add some more displaylink devices. -mojMats O Jansson
2010-07-29flag if an error during attach caused us to detach our resources, andJacob Meuser
2010-07-29Remove stray newline, fix $OpenBSD$; ok deraadtStefan Sperling
2010-07-29Zero out the firmware waking vector on successful resume from ACPI sleep.Mike Larkin
2010-07-28Truncate output file when compressing. OK deraadt@Todd C. Miller
2010-07-28DVD_INVALIDATE_AGID is a 'no payload' operation, so don't setKenneth R Westerback
2010-07-28dup() the stdin fd so it isn't closed twice (once for stdin, once for tty).Nicholas Marriott
2010-07-28Add a dummy kqueue filter similar to seltrue and use it for anythingNicholas Marriott
2010-07-28Suspending drivers need to do as little as possible in here, so when theTheo de Raadt
2010-07-28Make legacy xxpower() functions call xxstop() on suspend, and simplify theirTheo de Raadt
2010-07-28Support -U and -C to specify the context length for "cvs diff".Nicholas Marriott
2010-07-28the default pciide chip needs no additional register restores; tested by jcs ...Theo de Raadt
2010-07-28Fix fallout from the utf-8 commit (segfaults in disklabel on install media).Stefan Sperling
2010-07-28more #ifdef needed for the case of not pegging on a non-MP kernelTheo de Raadt
2010-07-28remove stub code for rw locks we will never need; ok kettenis marcoTheo de Raadt
2010-07-28It's pretty pointless to peg ourselves to the primary CPU if that's theMark Kettenis
2010-07-28suspend save/restore for SIS3112; tested by mlarkinTheo de Raadt
2010-07-28Change back to the pre rev 1.11 behaviour of not treating unexpectedJonathan Gray
2010-07-28more explicit messageMarc Espie
2010-07-28let fatal work, fix typoMarc Espie
2010-07-28Make all gasio failures look and behave the same.Marco Peereboom