Age | Commit message (Expand) | Author |
2014-02-19 | the RESP_IN register is 32bits, so consistently use a u_int32_t to | David Gwynne |
2014-02-19 | massage the response queue handling a bit: | David Gwynne |
2014-02-19 | qle seems fine with msi interrupts | David Gwynne |
2014-02-19 | remove some dead code - all the chips we handle can do type 4 commands, | Jonathan Matthew |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-19 | Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that | Lawrence Teo |
2014-02-19 | Add pcap-filter(3) to the SEE ALSO section. | Lawrence Teo |
2014-02-19 | Map negative mtimes to zero instead of skipping the affected files. | Philip Guenther |
2014-02-19 | drm/radeon: 0x9649 is SUMO2 not SUMO | Jonathan Gray |
2014-02-19 | drm/i915: fix missed hunk after GT access breakage | Jonathan Gray |
2014-02-19 | drm/i915: initialize gt_lock early with other spin locks | Jonathan Gray |
2014-02-19 | drm/i915: fix up gt init sequence fallout | Jonathan Gray |
2014-02-19 | drm/i915: fix long-standing SNB regression in power consumption after resume v2 | Jonathan Gray |
2014-02-19 | Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb" | Jonathan Gray |
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 |
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 |
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 |
2014-02-18 | Remove another mention of linux a.out compat, spotted by jmc@. While there, | Stuart Henderson |
2014-02-18 | fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH for | Markus Friedl |
2014-02-18 | drm/i915: VLV2 - Fix hotplug detect bits | Jonathan Gray |
2014-02-18 | drm/i915: Hold mutex across i915_gem_release | Jonathan Gray |
2014-02-18 | Do not create the default dhcp-client-identifier if an empty string | Kenneth R Westerback |
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 |
2014-02-17 | Be consistent and allow only mouse down and mouse wheel for any pane | Nicholas Marriott |
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis |
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 |
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 |
2014-02-17 | interpret 'config address net/prefix' as a pool of addresses and | Markus Friedl |
2014-02-17 | basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"' | Markus Friedl |
2014-02-17 | Convert bcopy()s to memcpy()s. | Martin Pieuchot |
2014-02-17 | new "smtpctl show status" command to show if mta/mda/smtp are currently runni... | Eric Faurot |
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 |
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 |
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot |
2014-02-17 | Fix compiler warnings in the format strings: use %zd for ssize_t and | Reyk Floeter |
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 |
2014-02-17 | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove | David Gwynne |
2014-02-17 | remove redundant test | Ted Unangst |