Age | Commit message (Collapse) | Author |
|
deraadt@ ok.
|
|
|
|
|
|
ok nicm
|
|
|
|
in pxe.h.
ok deraadt@ sthen@
|
|
ok canacar@
|
|
|
|
either explicitly
or implicitly, update the start and end sector of the OpenBSD area in the
disklabel with DL_SEBEND/DL_SETBSTART. Otherwise the new bounds would not be
saved to disk.
ok miod@ deraadt@
|
|
Prompted by dlg@'s tape library trying to report a failure to thread
a media (0x53, 0x04).
|
|
|
|
|
|
|
|
devices.
my theory is that some devices report queue full conditions in ways
the firmware doesnt understand, or some firmwares default to NOT
doing the queue full handling internally. either way it reports
queue full conditions as faulted io which gets passed up to the
block layer as errors.
this makes us conservative again and safe.
this fixes panics from ajacout
ok sthen@ deraadt@
|
|
|
|
"rdomain", "description", etc. so that the ifconfig on ramdisk is able
to parse hostname.if files on updates.
OK deraadt@
|
|
immediately by unsetting the SS_ISSENDING flag. This prevents a
possible 5 seconds delay in socket splicing.
ok markus@; commit it deraadt@
|
|
diff from yasuoka@
ok deraadt@
|
|
makes yet another utility honor DUID's
ok jsing@ miod@ deraadt@
|
|
than 'unknown'. Fixes a problem where the script is killed due to expiry
of the interval timer. ok pyr@ deraadt@
|
|
after every disklabel read or write. This keeps the DUID cache more
in sync with the physical world. De-syncing noted by drahn@ while
zapping disklabels with dd.
ok jsing@ deraadt@
|
|
Silence is golden. Problem seen and fix tested by guenther@.
ok guenther@ halex@
|
|
the bus, not which bioctl volume id it is.
ok mikeb@ krw@ miod@
|
|
ok miod@
|
|
SOCK_RDM is a dead SysV compatibility option that is not
described anywhere in the man page so don't reference it.
ok claudio
|
|
|
|
ok robert@ espie@ miod@
|
|
Missing documentation about the naming policy for rc scripts.
Document rcexec.
Remove daemon_shell, it's proved useless at best and can introduce
issues we don't want to deal with.
prodded by, discussed with and ok espie@
ok robert@ miod@
|
|
the protocol.
|
|
for the same prefix. Tested by giovanni@, steven@, Dennis den Brok.
ok dlg miod claudio
|
|
problem was reported by babut at yandex dot ru in the pr 6564, tested by
the pr originator and me, ok henning mcbride. shaves off a bunch of XXXs.
|
|
Might prevent the unrecoverable DMA error mentioned in PR 6557.
ok damien@
|
|
detaching from the bus on some of the machines.
tested by many, ok miod@
|
|
well as < the array length.
ok kettenis@, mikeb@ (who suggested the same fix) and marco@.
"get that fixed" deraadt@.
|
|
commands on the passthru busses after the kernel becomes !cold. however,
if the enclosure doesnt have any sensors then we dont issue regular
commands to it, so ami cant see what its name is.
this moves the name fetch from the passthru io path to a walk of all the
devices on the bus just after they were attached.
problem reported and fix tested by henning@
ok miod@
|
|
okay miod@
|
|
okay miod@
|
|
delay and retry the original command rather than immediately erroring
out.
Fixes USB drives that spin themselves down due to inactivity, as
confirmed by pirofti@ and jsg@.
ok miod@, rough agreement pending more general solution dlg@.
|
|
|
|
ok damien; committing with miod's permission (src is soft-locked)
|
|
instead of a shallow copy to avoid problems if the mbuf is modified later
(e.g. if the frame is encrypted).
From FreeBSD.
http://marc.info/?l=freebsd-current&m=114168135819304&w=2
http://svn.freebsd.org/viewvc/base?view=revision&revision=156367
ok damien; committing with miod's permission (src is soft-locked)
|
|
ok jsg kevlo claudio; committing with miod's permission (src is soft-locked)
|
|
did not successfully read. Tweak some casts.
Fixes infinite loop problem noted by jeremy@ while installing on
boxen with 'random' garbage in MBR. General loop detection may
follow post-4.9.
Tested by jeremy@ and ok miod@
|
|
most of the work and bug fixes were done by mikeb@, i put it in ioctl
form.
ok mikeb@ and miod@
tested by me
an earlier revision was tested by Åukasz Czarniecki who also reported
the problem in the first place.
|
|
ok miod@
|
|
ok miod@
|
|
G5 (PowerMac8,2) attaching pgs(4) makes the machine hang. This machine has
the "device_type" property set to "gpio" attaching pgs(4), which is that
case for newer machines that don't seem to have a real button anyway.
ok miod@, jasper@
|
|
of the partition info around to confuse disklabel, newfs, fsck, etc.
From Pedro Martelletto.
ok miod@
|
|
after all, we need to use a regular [[ ]] construct instead of (( )).
|
|
tested by Gabriel Linder, ok kevlo, miod
|