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