summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-10replace test command with [[ ]]Robert Peichaer
2016-01-10simplify patternRobert Peichaer
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-10Add thinkpad tablet dock/undock ACPI events.Stefan Sperling
2016-01-10#ifdef QUEST then a few functions won't work, because of that includemestre
2016-01-10Make the test file 7-bit clean and improve diagnostics with hexdump(1),Ingo Schwarze
2016-01-10Print a message to console when ipmi(4) watchdog is either enabled orMasao Uebayashi
2016-01-10When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),Masao Uebayashi
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre
2016-01-10UTF-8 support:Ingo Schwarze
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-10some UTF-8 testsIngo Schwarze
2016-01-10Remove unnecessary headersmestre
2016-01-10trailing spaces, fit in 80 columnsAlexandre Ratchov
2016-01-10Back out the MP pmap diff for rework. The code does not work onVisa Hankala
2016-01-10remove a duplicate break statementJonathan Gray
2016-01-10Random sequences generated by jot -r have been suffering from a dramatictb
2016-01-09missing breakJonathan Gray
2016-01-09Remove several casts to (char *) 0 and replace them by NULLmestre
2016-01-09Replace "function call" with "function" when referring to a functionmmcc
2016-01-09ANSIfy grammar.y on atc(6), all other files already aremestre
2016-01-09Initial support for Hardware-Reduced ACPI. This skips the legacy mode checksMark Kettenis
2016-01-09This diff is rather large, but it's just simply removing unnecessary headersmestre
2016-01-09Revamp the display of GPT information, hiding less importantKenneth R Westerback
2016-01-09Remove superfluous and barely used macro aliases for wctype.h functions.mmcc
2016-01-09decls before code; from Martijn van DurenTheo de Raadt
2016-01-09add a missing printf argumentJonathan Gray
2016-01-09Make midi->tickets signed (sign is needed for arithmetics even if theAlexandre Ratchov
2016-01-09consistently use the desc ring pointers as guards for their dmamem.David Gwynne
2016-01-09Use uiomove(9) instead of uiomovei(9). From Martin Natano.Mark Kettenis
2016-01-09Add HW_REDUCED_ACPI and LOW_POWER_S0_IDLE_CAPABLE FADT flags.Mark Kettenis
2016-01-09Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 andMark Kettenis
2016-01-09Check in advance that the socket path is a directory and report theAlexandre Ratchov
2016-01-09do not install filter_api.3 until the names are changed, to avoid namespaceJoerg Jung
2016-01-09Remove trailing '\n' from strings passed to err(1)Alexandre Ratchov
2016-01-09unexpand tabsAlexandre Ratchov
2016-01-09Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2016-01-09Correct sensor threashold handling by properly checking response of Get SensorMasao Uebayashi
2016-01-09revert manual additions of hid.h now that usbhid.h brings it inJoshua Stein
2016-01-09include dev/hid/hid.h from dev/usb/usbhid.h, so all previous usersJoshua Stein
2016-01-09revert previous now that they are found in usbhid.h againJoshua Stein
2016-01-09move UHID_* definitions back to usbhid.h where they were before theJoshua Stein
2016-01-08ANSIfy gomoku(6) and change a char* to u_char*mestre
2016-01-08adjust a debug message to use decimal instead of hexJoerg Jung
2016-01-08Handle redirects to _relative_ URIs containing '://', e.g. for archive.org.Stuart Henderson
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2016-01-08ANSIfy sail(6) plus some cleanupmestre
2016-01-08Headers clean upmestre