Age | Commit message (Collapse) | Author |
|
out to be the same value).
|
|
ok guenther
|
|
by and fixes tested by Alexey Vatchenko.
Add a bunch of tests and error messages so whatever media/devices
this breaks will be more easily fixed.
Ignore invalid signatures since we have other checks and many media
have missing signatures.
Use character device to read disk even when called directly.
|
|
|
|
|
|
|
|
by the RFC 5321 (section 4.5.3.2.1.)
ok gilles@
|
|
* while here tweak bgplg.head increasing the <div> width to 800px so that this support
better the tracing output with long v6 address; (requested by sthen@)
|
|
don't have a MTU to announce in the icmp need fragment packet.
this fixes PMTU-discovery for TCP over IPsec; ok mpf@, fries@
|
|
just return and make the midi(4) driver retry later. UART buffers
are large enough for this, except eap(4) which uses interrupts for
output.
help from and ok jsg@
|
|
|
|
|
|
(bz #1949). ok djm@
|
|
from Jan Stary
|
|
media on them. Try to be helpful and explain how things may fail on the
older PROM and what to do about this.
|
|
recognize a kernel bootpath (when not autobooting) even if it does not start
with a /, and will also recognize when this is a full path (e.g.
bootp()mykernel), in which case OSLoadPartition does not need to be
prepended to the constructed path.
This will allow ELF kernels to be booted on ELF-unaware PROM with
bootp()bootecoff bootp()kernel
without doomed-to-fail tomfoolery to convert the 64-bit ELF kernel to a
32-bit ECOFF binary.
|
|
the PROM data area.
|
|
instead set a flag that skips the listening socket from the poll()
event loop. The flag is cleared whenever a file descriptor is closed
allowing accept() to be retried.
Explained by deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
The same check is also performed later in the hibernate sequence, but by
then it's too late to cleanly unwind (presently).
ok deraadt
|
|
ecoff moot blocks on sgi.
|
|
|
|
|
|
a lifesaver for R4000 and R4400 operation; without these, every int->long
promotion occuring shortly after an integer multiplication (such as an array
element access when the array item size is not a power of two) loses horribly,
and panic^Whilarity ensues.
This mostly causes assembly insns to be shuffled, but almost no code size
growth and no noticeable performance hit on processors which do not need
these insn placement workarounds.
|
|
|
|
(IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited
to headless operation, input and video drivers will get ported soon.
Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC
Indy not supported yet (coming soon), R4600 not supported yet either (coming
soon as well).
Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC,
Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver
which are being looked at.
Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO
bridges not ported yet due to the lack of hardware, and this kind of driver
does not port blindly.
Most of this work comes from NetBSD, polishing and integration work, as well
as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours
truly.
More work is coming, as well as trying to get some easy way to boot install
kernels (as older PROM can only boot ECOFF binaries, which won't do for the
kernel).
|
|
bus_dmamap_load*().
|
|
thread, aka. p_p->ps_pid.
ok miod
|
|
|
|
OK deraadt@, guenther@
|
|
|
|
userland a chance to compare the value against getpid().
This unbreaks transmission for me. OK deraadt@, guenther@
|
|
poor bentley@ probably burnt his eyes on this...
|
|
Posted to tech@ by Han Boetes from a bug report submitted to debian by
Peter De Wachter (Bug#661732), via Trent W. Buck.
No objections from tech@
|
|
|
|
read byte count instead of the written byte count.
pointed out by paulm at tetrardus.net, ok dcoppa@
|
|
work correctly, based on similiar changes in FreeBSD.
Originally from Brad Davis but changed quite a bit by claudio kettenis
and myself since. ok kettenis@, earlier version ok claudio@
|
|
completes revision 1.57! from Visa Hankala
|
|
that each appear at most once per cert.
|
|
Can be combined like: bgpctl show rib nei peer1 selected to only show
the routes that are used from neighbor peer1.
Requested by and OK deraadt@, OK henning@
|
|
Requested and OK deraadt@, OK henning@
|
|
|
|
for it (it apparently triggers very bizarre behaviour on some
servers). Also make sure we are not using AUTH over a clear
channel.
ok gilles@
|
|
|
|
they can be conditionally called in future.
This makes the i386 speedstep code closer to the amd64 code
(though still with the added complications of VIA support and the
*_update_cpuspeed callbacks)
|
|
being displayed in the wrong place initially and then jumping when first
redrawn (such as when searching).
ok deraadt sthen
|