Age | Commit message (Collapse) | Author |
|
hardware.
ok dlg@, jmatthew@
|
|
|
|
|
|
OK halex@ deraadt@
|
|
in a per generation structure. this avoids code on every isr to figure
out what version of the chip we are, which is silly since we know that
at attach time.
ok jmatthew@
|
|
|
|
|
|
|
|
to refrain from trying to execute /etc/rc.d/ in that case.
Problem noticed by jasper@.
Opinions on this patch vary: "much nicer, ok" sthen@
"good god, what horrible shell voodoo, ok" ajacoutot@
|
|
|
|
Prefer filesystems which are not used during extraction. They need
to have free space the size of the selected sets +10M. Otherwise
use any other filesystem that has four time the free space of the
selected sets to prevent overflow during the extraction.
joint work with and OK halex@
deraadt@ likes the direction
OK krw@
|
|
else bringing it in. Found out the hard way by florian@
|
|
bit is to post to the resp_out register once outside the loop rather
than inside every loop.
rework the code for finding the queue registers so its done once
on attach by pointing the sc at a map, rather than running big
conditionals in code on every register operation based on teh chip
version.
tested on 2200s by me and 2312s by jmatthew@
ok jmatthew@
|
|
driver re-probe for its capacity.
Allow to fully recognized Lexar JumpDrive S33 USB 3.0 sticks.
ok krw@, dlg@
|
|
handle it.
ok jmatthew@
|
|
break if we've already handled the queue rather than printf something.
complete all the pending entries before posting what we've done instead
of after each entry.
ok jmatthew@
|
|
ok jmatthew@
|
|
which means we don't need to use sgl continuation command buffers.
this keeps things much simpler on the iopool side of things.
|
|
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested
and likely to be useful.
requested by deraadt@ and kettenis@, ok dlg@
|
|
section to follow traditional man(7) conventions.
man(7) formatting help from jmc@ and schwarze@
feedback/ok jmc@
|
|
ok jmc@
|
|
problem noted by miod@
ok krw@ millert@
|
|
From Alex Deucher
9f920083d1b766e795acbddf0dbd766a4291c5d6 in ubuntu 3.8
d00adcc8ae9e22eca9d8af5f66c59ad9a74c90ec in mainline linux
|
|
From Ben Widawsky
991d4b19f95e3baa4297d57413ca64e7caa1d959 in ubuntu 3.8
e1b4d3036c07ff137955fb1c0197ab62534f46ec in mainline linux
|
|
From Jani Nikula
b5ff26dd315431af29d270c338dfabd48ce29073 in ubuntu 3.8
14c5cec5d0cd73e7e9d4fbea2bbfeea8f3ade871 in mainline linux
|
|
From Daniel Vetter
fc832386574c43961b8b0f177d0062132be1d13b in ubuntu 3.8
181d1b9e31c668259d3798c521672afb8edd355c in mainline linux
|
|
From Konstantin Khlebnikov
e508abbbfbefacf721cc1faf39fe5105d179f489 in ubuntu 3.8
7dcd2677ea912573d9ed4bcd629b0023b2d11505 in mainline linux
|
|
From Guenter Roeck
5ce34926a10cb5be0fd2e1817ccc116817ec640f in ubuntu 3.8
c11e5f35ab490bd30591563816fbc83526521777 in mainline linux
|
|
|
|
unconditional call in machdep.c!boot(). Except that the cpp conditional
enabling its use was not in machdep.c's scope, so this function was never
called. Ouch.
Remove it from boot() and grow a ca_activate method to the sio(4/alpha) device,
which will take care of invoking sio_intr_shutdown() if DVACT_POWERDOWN.
|
|
|
|
it does and triggering an illegal instruction trap when it does not.
Found the hard way and fix tested by nick@
|
|
|
|
discovery stuff enabled for now.
|
|
document option TMPFS. ok pirofti@
|
|
deflate(); this hurts interop with broken old openbsd releases; ok reyk@
|
|
From Todd Previte
080caf7f5b0d025c2e19f2f516da634d020ba70f in ubuntu 3.8
232a6ee9af8adb185640f67fcaaa9014a9aa0573 in mainline linux
|
|
From Chris Wilson
e20ebbe3f08a1258fe54bcf6e6bcd75bb9b1ecc0 in ubuntu 3.8
0d1430a3f4b7cfd8779b78740a4182321f3ca7f3 in mainline linux
|
|
has been configured as the value.
i.e. 'send dhcp-client-identifier "";' in dhclient.conf will result in
no dhcp-client-identifier (option 61) being sent.
Useful for testing dhcp server behaviour.
|
|
|
|
Makes it possible to build an i386 kernel with binutils-2.17 again.
ok miod@
|
|
with mouse-select-pane rather than just in copy mode, reported by Balazs
Kezes.
|
|
a good idea. Instead hand the work off expiring interface addresses off
to a taskq. Fixes the "p->p_wchan == NULL" panics seen with usb ethernet
adapters.
tested by matthieu@
ok mpi@, stsp@
|
|
|
|
|
|
|
|
we will revisit other solutions, but not this close to release.
|
|
|
|
fix from Thomas Adam.
|
|
randomly choose the address for CFG_REQUEST. this address will be used
to replace 0.0.0.0/32 in the specified flow. e.g.
> ikev2 passive esp from 192.168.1.0/24 to 0.0.0.0 \
> config address 192.168.10.200/24
will assign an address between 192.168.10.200 and 192.168.10.254
and replace 0.0.0.0 with this address.
ok mikeb@ on older version of this diff.
|