Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-10 | replace test command with [[ ]] | Robert Peichaer | |
OK krw@ | |||
2016-01-10 | simplify pattern | Robert Peichaer | |
feedback halex@ OK krw@ | |||
2016-01-10 | Introduce acpi_intr_establish(9), an API to establish interrupt handlers for | Mark Kettenis | |
"platform" devices that attach to acpi(4). ok mlarkin@, deraadt@ | |||
2016-01-10 | Add thinkpad tablet dock/undock ACPI events. | Stefan Sperling | |
ok deraadt kettenis | |||
2016-01-10 | #ifdef QUEST then a few functions won't work, because of that include | mestre | |
<stdlib.h> if we are on a QUEST OK tb@ | |||
2016-01-10 | Make the test file 7-bit clean and improve diagnostics with hexdump(1), | Ingo Schwarze | |
both in the same way as it was done for ul(1). No functional change. | |||
2016-01-10 | Print a message to console when ipmi(4) watchdog is either enabled or | Masao Uebayashi | |
disabled. Replace a magic number while here. | |||
2016-01-10 | When stopping wdog (via wdog_shutdown() e.g. before entering shutdown), | Masao Uebayashi | |
clear DONTSTOP bits. Without this, BMC records, at least on some NEC servers, watchdog timer expiration event, which only confuses admins. OK kettenis@ | |||
2016-01-10 | Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V | Mark Kettenis | |
are not quite right. At least I can't find them in any of the MMC and SD card documentation I can find on the interwebs. Instead there is a single "low voltage bit" that indicates support for the 1.65-1.95V or 1.70-1.95V range depending on the document you're reading. Go with the 1.65-1.95V range as that is what Linux does. Necessary (but not sufficient) to make the eMMC on the ASUS X205TA work. ok jsg@ (who did the armv7 bits) | |||
2016-01-10 | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) | mestre | |
last arguments since "The list of arguments must be terminated by a null null pointer" of type char * Suggested by and OK tb@ | |||
2016-01-10 | UTF-8 support: | Ingo Schwarze | |
In a UTF-8 locale, columnate correctly and replace valid, but non- printable characters with the Unicode replacement character U+FFFD. No change in the C/POSIX locale, and no change for invalid bytes. Grand total, the code becomes shorter by almost 30 lines. Feedback from czarkoff@, OK millert@. | |||
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre | |
OK tb@ | |||
2016-01-10 | some UTF-8 tests | Ingo Schwarze | |
2016-01-10 | Remove unnecessary headers | mestre | |
OK tb@ | |||
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 | |
non-PMAP_DIRECT systems due to lock recursion. | |||
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 | |
bias at both ends of the given interval. Various clever workarounds are documented in the manual. This fixes the bias in some of the most common use cases, namely random sequences of integers or real numbers rounded to a fixed number of decimals. So, `jot -p 3 -r 10000 0 1' produces a uniformly distributed sequence of 10,000 decimal numbers of the form 0.abc (or 1). Internally, jot -r now uses arc4random_uniform() whenever this is clearly possible. In particular `jot -r 1 10 20' yields an unbiased random number between 10 and 20 (both ends inclusive) from the shell. guidance and ok deraadt@, "i like it" benno@ | |||
2016-01-09 | missing break | Jonathan Gray | |
ok ratchov@ deraadt@ | |||
2016-01-09 | Remove several casts to (char *) 0 and replace them by NULL | mestre | |
Prompted and OK by tb@ | |||
2016-01-09 | Replace "function call" with "function" when referring to a function | mmcc | |
(well, a syscall, but this is the established practice) in the general sense. ok jmc@ | |||
2016-01-09 | ANSIfy grammar.y on atc(6), all other files already are | mestre | |
OK tb@ | |||
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis | |
by emulating the PM_CNT register such that SCI_EN is always enabled. It also skip attaching acpitimer(4) since the relevant registers are no longer there. ok deraadt@, mlarkin@ | |||
2016-01-09 | This diff is rather large, but it's just simply removing unnecessary headers | mestre | |
, remove some lint-style comments, add missing void to functions without args, also some function prototypes (extern) were missing their args, so I added them as they were defined in hack.h OK tb@ on separate diffs | |||
2016-01-09 | Revamp the display of GPT information, hiding less important | Kenneth R Westerback | |
information under the '-v' flag. This brings the GPT display more into line with the MBR display and simplifies and hardens the parsing of the partition info in the install scripts. Original problem with install scripts parsing hand edited GPT information reported by Valere Monseur via bugs@. Man page fixes and tweaks from jmc@. Install script changes tested & ok rpe@. | |||
2016-01-09 | Remove superfluous and barely used macro aliases for wctype.h functions. | mmcc | |
ok nicm@ | |||
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 | |
actual count is always positive). Found by David Coppa. Thanks. | |||
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 | |
LR_MEM32FIXED to better match the names used in the specification. Add lr_m32fixed to union acpi_resource. ok jcs@ | |||
2016-01-09 | Check in advance that the socket path is a directory and report the | Alexandre Ratchov | |
error if it isn't. Fixes ugly/delayed error messages in this case. | |||
2016-01-09 | do not install filter_api.3 until the names are changed, to avoid namespace | Joerg Jung | |
pollution, this api should really be renamed with a prefix smtpd_* prodded by deraadt | |||
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 | |
The current code has already setted it by default since 1.74 any pledge failure tries to make a coredump (default rules for coredump still applies: so setuid binaries don't create them locally). ok deraadt@ | |||
2016-01-09 | Correct sensor threashold handling by properly checking response of Get Sensor | Masao Uebayashi | |
Reading Command. Patch from jmatthew@. Extra review by kettenis@. Tested by me. | |||
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 | |
of it get the HID framework as they used to | |||
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 | |
HID separation | |||
2016-01-08 | ANSIfy gomoku(6) and change a char* to u_char* | mestre | |
OK tb@ | |||
2016-01-08 | adjust a debug message to use decimal instead of hex | Joerg Jung | |
ok gilles millert | |||
2016-01-08 | Handle redirects to _relative_ URIs containing '://', e.g. for archive.org. | Stuart Henderson | |
From Lauri Tirkkonen, plus tweak to comment. ok jung@ | |||
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov | |
The gettytab(5) and termcap(5) get FILES, others don't need anything. With input from & okay schwarze@ | |||
2016-01-08 | ANSIfy sail(6) plus some cleanup | mestre | |
OK tb@ | |||
2016-01-08 | Headers clean up | mestre | |