Age | Commit message (Collapse) | Author |
|
OK claudio@
|
|
(relatively uncommon) change of uid, demonstrate changing flags instead,
as this is more common (and hoping that this reduces the chance of users
editing the rc.d script directly which can cause problems at upgrade time).
Feedback from jmc, tweaks from schwarze, ok jmc schwarze ajacoutot
|
|
discussed with and ok deraadt. we expect a problem will appear which will
cause it to be disabled again, but unless we try this we wont see the
problems.
|
|
|
|
|
|
that particular model lacks the colormap chips (likely due to physical space
constraints) and lies about its visible geometry, in pure old HP frame buffer
style (before HP engineers realized the usefulness of providing correct data
to the operating system).
Work done by Andrew Gillham (last name on gmail), with unsignificant tweaks
by me.
|
|
to the PROM at halt/reboot time; this lets systems reboot again.
|
|
disk layout, and if a vdmpart instance named "OpenBSD" is found (but not a
vdmaggr!!!), assume this is the OpenBSD part of the disk and the native label
is found within it.
Native DG/UX partitions (vdmpart or vdmaggr) will NOT be reported in the
spoofed label of a shared disk.
|
|
|
|
ok miod
|
|
behavior of socketpair(2) match that of pipe(2) when the other end
is closed. OK guenther@
|
|
doshutdownhooks() calls.
XXX arm-based ports ought to really share their reboot code.
|
|
on Indy if an HPC SCSI board is plugged in either expansion slots, as this
somehow affects pipelined reads of the newport space.
The framebuffer detection is slowly becoming an ISA-like mess...
Thanks to Alain Tauch for giving me an HPC SCSI board (wrapped in yet another
Indy)
|
|
false sq positives ("sq not configured" since rejected by the sq driver) in
dmesg, for SCSI HPC boards.
|
|
with ddb entered early with boot -d or from UKC).
|
|
Previously, when there is an even number of offsets, we did the average
of the two middle offets but would set the REFID from one of them.
Instead, we simply select the middle offset with the lowest delay.
diff from Mike Miller <mmiller mgm51 com> (many thanks!)
OK phessler@, henning@
|
|
when the offset is -1 < degC < 0.
ok by yuo@ and mpi@.
|
|
ok guenther@
|
|
expresscard serial card
|
|
|
|
expresscard serial card
|
|
ok miod@
|
|
Always return the appropriate errno.
OK reyk@ mikeb@
|
|
of sectors to write by one value and increment the address
the next i/o will start at by a different amount.
|
|
to cd.c and call it cd_size(), like sd_size() lives in sd.c.
Tweak some daddr_t variables to u_int64_t on the way, when they are
for disk sector numbers, not 512-byte block numbers.
|
|
processed immediately. Let pf step over an atomic fragment header
and handle the packet like an unfragmented.
OK mikeb@
|
|
|
|
|
|
to figure out the addressing split scheme used by DG in their 6:1 CMMU designs.
|
|
No functional change.
|
|
VIA specific amd64 code. Makes the code work with Eden X2 processors
which have the same model/family as a Nano but don't claim to be one
in the model string.
from bytevolcano at Safe-mail.net
|
|
might no longer point to the same memory as before.
The bug was reported and fix was tested by LEVAI Daniel. Thanks!
|
|
|
|
ok gerhard@ blambert@
|
|
No functional change.
ok henning@, mikeb@
|
|
thought about renaming the functions to just "snmp", but "smi" totally
makes sense. So add a comment that explains the meaning of SMI (not life).
|
|
|
|
is undefined. Add a warning to that effect. OK deraadt@ jmc@
|
|
found out the hard way by chris@ and mpi@
|
|
|
|
Potentially fixes a race/panic reported by claudio@
ok jsg@
|
|
Potentially fixes a race/panic reported by claudio@
ok jsg@
|
|
|
|
GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and
local net; but it still needs to boot its kernel off the network at the
moment.
|
|
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupts,
then acknowledge all interrupt conditions.
Add ILACC (79900) support (from NetBSD).
Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code
(lance.c) as possible. This affects all le(4) attachments, but the changes
are mostly mechanical, to split am7990-specific parts from lance-agnostic
parts.
Compile tested on all affected platforms. Tested on alpha, hp300, luna88k,
mvme88k, sparc, sparc64 and vax.
|
|
reported by Han Boetes.
while here, rename re_buff accordingly for consistency.
ok florian@
|
|
reduces the actual diff needed, and allows one to build mount_tmpfs
without reinstalling the includes.
(still awaiting review on the uvm bits)
okay krw@, tedu@
|
|
an I/O error.
When such thing happens, the device is more likely to be already gone
or non responding, but the task responsible for aborting the pipe has
not been executed.
Fix a problem where the ehci(4) controller would vomit^Wprint a lot of
"ehci_idone:" messages in loop leaving the machine unusable, initially
reported by ajacoutot@ and later by RD Thrush.
Fix tested by RD Thrush and Markus Bergkvist, thanks!
ok miod@
|
|
command byte. This allows at least my USB keyboard to be part of
the console on a Lenovo E20.
ok miod@
|
|
This code was added back when the scsi code between the kernel and the boot
blocks was shared, to work around an obscure kernel problem (and definitely
not related to bootstrap, at all).
While there, increase the target selection timeout from 2ms to 250ms, to
match the value currently used by the kernel.
Crank boot blocks version. Booting a kernel from disk is now significantly
faster.
|