Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | the RESP_IN register is 32bits, so consistently use a u_int32_t to | David Gwynne | |
handle it. ok jmatthew@ | |||
2014-02-19 | massage the response queue handling a bit: | David Gwynne | |
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@ | |||
2014-02-19 | qle seems fine with msi interrupts | David Gwynne | |
ok jmatthew@ | |||
2014-02-19 | remove some dead code - all the chips we handle can do type 4 commands, | Jonathan Matthew | |
which means we don't need to use sgl continuation command buffers. this keeps things much simpler on the iopool side of things. | |||
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew | |
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@ | |||
2014-02-19 | Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that | Lawrence Teo | |
section to follow traditional man(7) conventions. man(7) formatting help from jmc@ and schwarze@ feedback/ok jmc@ | |||
2014-02-19 | Add pcap-filter(3) to the SEE ALSO section. | Lawrence Teo | |
ok jmc@ | |||
2014-02-19 | Map negative mtimes to zero instead of skipping the affected files. | Philip Guenther | |
problem noted by miod@ ok krw@ millert@ | |||
2014-02-19 | drm/radeon: 0x9649 is SUMO2 not SUMO | Jonathan Gray | |
From Alex Deucher 9f920083d1b766e795acbddf0dbd766a4291c5d6 in ubuntu 3.8 d00adcc8ae9e22eca9d8af5f66c59ad9a74c90ec in mainline linux | |||
2014-02-19 | drm/i915: fix missed hunk after GT access breakage | Jonathan Gray | |
From Ben Widawsky 991d4b19f95e3baa4297d57413ca64e7caa1d959 in ubuntu 3.8 e1b4d3036c07ff137955fb1c0197ab62534f46ec in mainline linux | |||
2014-02-19 | drm/i915: initialize gt_lock early with other spin locks | Jonathan Gray | |
From Jani Nikula b5ff26dd315431af29d270c338dfabd48ce29073 in ubuntu 3.8 14c5cec5d0cd73e7e9d4fbea2bbfeea8f3ade871 in mainline linux | |||
2014-02-19 | drm/i915: fix up gt init sequence fallout | Jonathan Gray | |
From Daniel Vetter fc832386574c43961b8b0f177d0062132be1d13b in ubuntu 3.8 181d1b9e31c668259d3798c521672afb8edd355c in mainline linux | |||
2014-02-19 | drm/i915: fix long-standing SNB regression in power consumption after resume v2 | Jonathan Gray | |
From Konstantin Khlebnikov e508abbbfbefacf721cc1faf39fe5105d179f489 in ubuntu 3.8 7dcd2677ea912573d9ed4bcd629b0023b2d11505 in mainline linux | |||
2014-02-19 | Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb" | Jonathan Gray | |
From Guenter Roeck 5ce34926a10cb5be0fd2e1817ccc116817ec640f in ubuntu 3.8 c11e5f35ab490bd30591563816fbc83526521777 in mainline linux | |||
2014-02-18 | small typo | Ted Unangst | |
2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an | Miod Vallat | |
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. | |||
2014-02-18 | Bump version numbers. | Joel Sing | |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing | |
it does and triggering an illegal instruction trap when it does not. Found the hard way and fix tested by nick@ | |||
2014-02-18 | check the error from ikev2_cp_setaddr | Markus Friedl | |
2014-02-18 | convert printfs into a few different debug categories, leaving port | Jonathan Matthew | |
discovery stuff enabled for now. | |||
2014-02-18 | Remove another mention of linux a.out compat, spotted by jmc@. While there, | Stuart Henderson | |
document option TMPFS. ok pirofti@ | |||
2014-02-18 | fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH for | Markus Friedl | |
deflate(); this hurts interop with broken old openbsd releases; ok reyk@ | |||
2014-02-18 | drm/i915: VLV2 - Fix hotplug detect bits | Jonathan Gray | |
From Todd Previte 080caf7f5b0d025c2e19f2f516da634d020ba70f in ubuntu 3.8 232a6ee9af8adb185640f67fcaaa9014a9aa0573 in mainline linux | |||
2014-02-18 | drm/i915: Hold mutex across i915_gem_release | Jonathan Gray | |
From Chris Wilson e20ebbe3f08a1258fe54bcf6e6bcd75bb9b1ecc0 in ubuntu 3.8 0d1430a3f4b7cfd8779b78740a4182321f3ca7f3 in mainline linux | |||
2014-02-18 | Do not create the default dhcp-client-identifier if an empty string | Kenneth R Westerback | |
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. | |||
2014-02-17 | Fix memory leaks with paste_replace, based on changes from J Raynor. | Nicholas Marriott | |
2014-02-17 | Having CpuSMAP and Cpu64 overlap isn't a terribly good idea. | Mark Kettenis | |
Makes it possible to build an i386 kernel with binutils-2.17 again. ok miod@ | |||
2014-02-17 | Be consistent and allow only mouse down and mouse wheel for any pane | Nicholas Marriott | |
with mouse-select-pane rather than just in copy mode, reported by Balazs Kezes. | |||
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis | |
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@ | |||
2014-02-17 | Remove an old reference to the a.out support. ok pirofti@ sthen@ | juanfra | |
2014-02-17 | replace spaces with tabs for indentation | Stefan Sperling | |
2014-02-17 | fix possible NULL-deref in error code path | Eric Faurot | |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt | |
we will revisit other solutions, but not this close to release. | |||
2014-02-17 | Call control_init() before daemon() so that iscsid && iscsictl reload works | Claudio Jeker | |
2014-02-17 | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | Nicholas Marriott | |
fix from Thomas Adam. | |||
2014-02-17 | interpret 'config address net/prefix' as a pool of addresses and | Markus Friedl | |
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. | |||
2014-02-17 | basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"' | Markus Friedl | |
ok mikeb@ | |||
2014-02-17 | Convert bcopy()s to memcpy()s. | Martin Pieuchot | |
ok pelikan@, tedu@ | |||
2014-02-17 | new "smtpctl show status" command to show if mta/mda/smtp are currently ↵ | Eric Faurot | |
running or paused. | |||
2014-02-17 | tweak previous; | Jason McIntyre | |
2014-02-17 | sync | Jonathan Gray | |
2014-02-17 | Zap /usr/share/misc/man.template (please use mdoc.template instead). | Ingo Schwarze | |
It is outdated, incomplete, and would remain useless even when updated because nobody is supposed to manually write new man(7) code nowadays. ok ajacoutot@ henning@ jmc@ kettenis@ krw@ | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |
2014-02-17 | do not lookup pki based on hostname if one was specified for the listener | Eric Faurot | |
otherwise we may fail to find it and reject client. | |||
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot | |
be done "inside" the search domain loop, not the other way round. | |||
2014-02-17 | Fix compiler warnings in the format strings: use %zd for ssize_t and | Reyk Floeter | |
%zu for size_t. From Andre de Oliveira With input and OK from blambert@ markus@ | |||
2014-02-17 | report extra PTR records as aliases | Eric Faurot | |
2014-02-17 | list the speeds, since thats how most people think about these things. | David Gwynne | |
we dont support config at runtime | |||
2014-02-17 | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove | David Gwynne | |
them to unmuddy the waters a bit. ok guenther@ | |||
2014-02-17 | remove redundant test | Ted Unangst | |