Age | Commit message (Collapse) | Author |
|
|
|
|
|
displays. This makes sure the keyboard mux gets picked up by the primary
(console) display and that USB keyboards get paired with the console even
if they are not marked as the console keyboard. This is what most people
expect to happen. If you really want to associate your USB keyboard with
a secondary display, you can detach it from the mux using
wsconscfg -f /dev/ttyCcfg -k -d
and attach it to another display using
wsconscfg -f /dev/ttyDcfg -k
|
|
host-check log.
ok claudio@
|
|
newsyslog: preposterous process number in pid file: /var/run/syslog.pid
in his log since syslogd ran as pid 2.
Nowadays only init runs with a reserved low pid, so decrease MIN_PID
from 4 to 2, as suggested by espie@.
ok kettenis@
|
|
ok deraadt@ jasper@
|
|
of handrolled local istrncmp(). No need to compile util.c anymore.
ok deraadt@ jasper@
|
|
- unifdef notdef
ok krw@
|
|
https://rt.perl.org/Ticket/Display.html?id=126862
|
|
ok kettenis@
|
|
|
|
xs_intr() but put an empty message in the queue. This prevents
xs_reply() from being stuck in an endless loop because it expectes a
message in the queue to break out of it. Depends on mikeb@'s previous
commit because it would otherwise panic on trying to cleanup the empty
message.
OK mikeb@
|
|
Problem was reported and analyzed by reyk@
|
|
|
|
Handle interface specific command length more nicely. No functional
changes.
|
|
and ipmi_recvcmd(). No functional changes.
|
|
ok krw@
|
|
stash a struct timespec, not just a time_t. Fixes a bug where cron
could skip re-reading the spool after two consecutive changes.
|
|
|
|
arguments. No functional changes.
|
|
sequence is always a pair of send and receive; call both from ipmi_cmd().
By making ipmi_cmd() take only one argument struct ipmi_cmd *, this also
helps to prepare to call ipmi_cmd() as a task.
No functional changes intended.
|
|
ipmi_poll too.
|
|
|
|
ok gilles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
controllers integrated on Intel's Bay Trail SoCs.
|
|
them. Add symbolic constant for CISTPL_END.
ok jsg@
|
|
SD host controller standard. Support the larger base clock and larger
clock divisors.
ok jsg@
|
|
noone could understand how em_txeof worked, so i rewrote it.
this also gets rid of the sc_tx_desc_free var that needed atomic
ops. space to use in em_start and space to free in em_txeof is now
calculated from the producer and consumer.
testers have reported better responsiveness with this. somehow.
if em issues persist after this, im rolling back to pre-mpsafe changes.
|
|
device's default disklabel. Don't spew i/o's at the disk to find
the largest address that works, displaying many a 'read failed'
message along the way.
Problem noted by Brian Conway on bugs@ and jasper@.
ok jasper@
|
|
|
|
|
|
It's no longer used by ps(1), but w(1) reaches around to it.
Cluestick applied by deraadt@.
|
|
- compute fault reason for uvm_fault() (e.g. page not present,
protection violation) instead of passing a protection code
- a page does not need to be zero'd after faulting it in. uvm_fault() does
that for fresh anon pages already, and we also do not want a page that
is swapped back in have its contents wiped.
ok mlarkin@
|
|
OK krw@
|
|
feedback halex@
OK krw@
|
|
"platform" devices that attach to acpi(4).
ok mlarkin@, deraadt@
|
|
ok deraadt kettenis
|
|
<stdlib.h> if we are on a QUEST
OK tb@
|
|
both in the same way as it was done for ul(1).
No functional change.
|
|
disabled. Replace a magic number while here.
|
|
clear DONTSTOP bits. Without this, BMC records, at least on some NEC
servers, watchdog timer expiration event, which only confuses admins.
OK 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)
|
|
last arguments since "The list of arguments must be terminated by a null
null pointer" of type char *
Suggested by and OK tb@
|
|
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@.
|