Age | Commit message (Collapse) | Author |
|
the sleep waiting for the completion. it is possible to get the interrupt
completing the command just before the tsleep, which will never get a
wakeup because the interrupt with the wakeup has already happened.
|
|
|
|
|
|
that we'd hit in normal checkouts/updates for duplicate file
and dirs.
found and diff tested by krw@
|
|
fdisk while building media.
ok deraadt@
|
|
display the partition info by default as is done in the E(ditor). The
physical info is now only displayed if '-v' is specified.
ok deraadt@
|
|
when entering E(ditor) mode. Clean up 'u' code and make more effort
to keep label and mountpoint info in sync. Makes 'u' undo-able so
those with vi fingers can apply and revert changes (with perhaps a
'p' or two in between) to validate changes.
'U' suggested by deraadt@.
ok deraadt@
|
|
since its fp does not have distinguished values for qnans. tested
by naddy@; fixes libnova. ok theo
|
|
ok stsp@
|
|
But they were not reliably being decoded, resulting in wrong naming
on the target machine. diff from Tim van der Molen
|
|
on the disk lock we can find that code rather than wondering where "sd0"
gets passed to tsleep.
ok deraadt@
|
|
|
|
|
|
used instead, ok krw jmc
|
|
of concern so BUGS need not mention it. The other BUGS are also now
irrelevant or not bugs at all. So delete entire BUGS section. Also
tweak a bit of verbiage.
ok deraadt@
|
|
|
|
|
|
|
|
Reported by Kenji Aoyama
|
|
fixing wrong dwMaxVideoFrameSize value. As a side effect, broken
devices which report dwMaxVideoFrameSize=0 today could be fixed as well.
No regressions reported so far. Discussed with fgsch@.
Diff from Kenji Aoyama
|
|
|
|
|
|
include /usr/src and /usr/obj plus some tweaks; ok deraadt@ krw@
|
|
be acked by the hardware before continuing; this makes Ross systems
stable when using hme; from NetBSD.
|
|
|
|
All for all the drivers using the dma-bufs interface, their per-driver
ioctl hooks all started out the same way, followed by a call to another
function to actually select the buffer. Save some space by moving that
selection logic into the main dma_ioctl call, and make the second
function the hook.
|
|
duplicated code. Also, switch the dma_lock to a rwlock (it never should
have been a spinlock) and move it and some other accounting data into
the dma structure, not the main softc.
Finally, the funcitons in drm_dma are tiny, move them in with the rest
of the dma_bufs api in drm_bufs and remove the file.
|
|
equivalent.
|
|
unused.
ok art@.
|
|
ok drahn@, sthen@ tested.
|
|
ok drahn@, todd@ tested.
|
|
when a "special" file has been installed (e.g. master.passwd) but
sysmerge was interrupted: we now run the corresponding command
right after installing the file and not at the end of sysmerge run.
When DESTDIR is set and a new aliases file has been installed, try
to run newaliases from chrooted DESTDIR.
input from and ok sthen@
|
|
|
|
|
|
|
|
|
|
|
|
and route labels.
ok claudio@
|
|
|
|
5862 Broadcom CryptoNetX IPSec/SSL Security Processors. The 5825 is a
faster version of the already supported 5823, and the even faster 586x
series is a bit different and needed some more changes. The RNG
engine on the 586x is not supported yet but I hope to fix it soon...
ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11)
tested by phessler@ and me
ok deraadt@
|
|
|
|
|
|
|
|
the final product, verified in multiple windows drivers and linux
driver provided by ASUS.
|
|
|
|
contains a matching entry, use that and refrain from accessing YP.
getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains
a matching entry before the first YP entry, use that and stay away from YP.
Taken together, this allows a solution to the following problem pointed
out by deraadt@: When YP was configured but temporarily unavailable, even
root login would block, hindering you when trying to do repairs.
To avoid this, you can now provide a static entry for root in /etc/netid.
Using suggestions from miod@ otto@ blambert@ jmc@.
"commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.
|
|
|
|
|
|
|
|
|