summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-19the RESP_IN register is 32bits, so consistently use a u_int32_t toDavid Gwynne
2014-02-19massage the response queue handling a bit:David Gwynne
2014-02-19qle seems fine with msi interruptsDavid Gwynne
2014-02-19remove some dead code - all the chips we handle can do type 4 commands,Jonathan Matthew
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-19Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in thatLawrence Teo
2014-02-19Add pcap-filter(3) to the SEE ALSO section.Lawrence Teo
2014-02-19Map negative mtimes to zero instead of skipping the affected files.Philip Guenther
2014-02-19drm/radeon: 0x9649 is SUMO2 not SUMOJonathan Gray
2014-02-19drm/i915: fix missed hunk after GT access breakageJonathan Gray
2014-02-19drm/i915: initialize gt_lock early with other spin locksJonathan Gray
2014-02-19drm/i915: fix up gt init sequence falloutJonathan Gray
2014-02-19drm/i915: fix long-standing SNB regression in power consumption after resume v2Jonathan Gray
2014-02-19Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"Jonathan Gray
2014-02-18small typoTed Unangst
2014-02-18sio_intr_shutdown() used to be a shutdown hook, and eventually became anMiod Vallat
2014-02-18Bump version numbers.Joel Sing
2014-02-18Actually check to see if the CPU supports tsc, rather than assuming thatJoel Sing
2014-02-18check the error from ikev2_cp_setaddrMarkus Friedl
2014-02-18convert printfs into a few different debug categories, leaving portJonathan Matthew
2014-02-18Remove another mention of linux a.out compat, spotted by jmc@. While there,Stuart Henderson
2014-02-18fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH forMarkus Friedl
2014-02-18drm/i915: VLV2 - Fix hotplug detect bitsJonathan Gray
2014-02-18drm/i915: Hold mutex across i915_gem_releaseJonathan Gray
2014-02-18Do not create the default dhcp-client-identifier if an empty stringKenneth R Westerback
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.Nicholas Marriott
2014-02-17Having CpuSMAP and Cpu64 overlap isn't a terribly good idea.Mark Kettenis
2014-02-17Be consistent and allow only mouse down and mouse wheel for any paneNicholas Marriott
2014-02-17The device driver ioctl code can sleep, so calling it from a timeout is *not*Mark Kettenis
2014-02-17Remove an old reference to the a.out support. ok pirofti@ sthen@juanfra
2014-02-17replace spaces with tabs for indentationStefan Sperling
2014-02-17fix possible NULL-deref in error code pathEric Faurot
2014-02-17iha and trm are good targets to avoid a space crisis on the install media;Theo de Raadt
2014-02-17Call control_init() before daemon() so that iscsid && iscsictl reload worksClaudio Jeker
2014-02-17Don't crash when given a invalid colour, reported by Felix Rosencrantz,Nicholas Marriott
2014-02-17interpret 'config address net/prefix' as a pool of addresses andMarkus Friedl
2014-02-17basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'Markus Friedl
2014-02-17Convert bcopy()s to memcpy()s.Martin Pieuchot
2014-02-17new "smtpctl show status" command to show if mta/mda/smtp are currently runni...Eric Faurot
2014-02-17tweak previous;Jason McIntyre
2014-02-17syncJonathan Gray
2014-02-17Zap /usr/share/misc/man.template (please use mdoc.template instead).Ingo Schwarze
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-02-17do not lookup pki based on hostname if one was specified for the listenerEric Faurot
2014-02-17Better search strategy for getaddrinfo. The address family loop mustEric Faurot
2014-02-17Fix compiler warnings in the format strings: use %zd for ssize_t andReyk Floeter
2014-02-17report extra PTR records as aliasesEric Faurot
2014-02-17list the speeds, since thats how most people think about these things.David Gwynne
2014-02-17x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so removeDavid Gwynne
2014-02-17remove redundant testTed Unangst