summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-10-06Make amd64 pmap more efficient on multi-processorStefan Fritsch
2014-10-05fix typo in comment: correspoding -> correspondingLawrence Teo
2014-10-05Only synchronize used TRBs and not the full ring when sending a controlMartin Pieuchot
2014-10-05Do not mark the pipe as halted when the HC reports a (split) transactionMartin Pieuchot
2014-10-05Skip unnecessary processing in interrupt handler.Kenji Aoyama
2014-10-05pass size to free.David Gwynne
2014-10-05dont need to cast pointers to/from void *David Gwynne
2014-10-05ansify function definitions.David Gwynne
2014-10-05Do not re-establish the default pipe twice for every controller. MoveMartin Pieuchot
2014-10-05Quirk needed by the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-05regenMartin Pieuchot
2014-10-05Add vendor and product for the Archos 24y Vision, from Max Fillinger.Martin Pieuchot
2014-10-05Use CPU_IS_PRIMARY macro. No functional change.Kenji Aoyama
2014-10-05two more events found on thinkpad yogaTheo de Raadt
2014-10-04- Recognize the Yukon Prime and Yukon Optima 2 chipsets.Brad Smith
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-10-04Wait until a read control transfer is really completed before passingMartin Pieuchot
2014-10-04Skip 'hardware lied' interrupts, as same as CMU Mach do.Kenji Aoyama
2014-10-04replace mutexes to serialise the operations on the flag that restrictsDavid Gwynne
2014-10-04syncTheo de Raadt
2014-10-04more nvidia; from Seth JacksonTheo de Raadt
2014-10-03regenBrad Smith
2014-10-03Add Atheros E2200 and Marvell Yukon 88E8079.Brad Smith
2014-10-03Initialize uvm_pagezero_thread()'s page list variable.Philip Guenther
2014-10-03Delete long-time unused #if 0 part.Kenji Aoyama
2014-10-03EOPNOTSUPP for quotactl. from Martin NatanoTed Unangst
2014-10-03Introduce a thread for zeroing pages without holding the kernel lock. ThisMark Kettenis
2014-10-03Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will notMark Kettenis
2014-10-03refill the rx ring in myx_rxeof, not much later at the end of myx_intr.David Gwynne
2014-10-03in rxeof, instead of taking the biglock on every packet to call bpfDavid Gwynne
2014-10-03we dont need the kernel lock to call bus_dmamap_load and unload thanksDavid Gwynne
2014-10-03dont need to hold the kernel lock to call MCLGETI and m_freem now.David Gwynne
2014-10-03dont take the kernel lock on every interrupt in case we might changeDavid Gwynne
2014-10-03if you're adding the first cluster reference, you dont have toDavid Gwynne
2014-10-03i moved some macros into functions, and a trailing \ on a statementDavid Gwynne
2014-10-03now that pools are mpsafe, we can make the mbuf allocators on topDavid Gwynne
2014-10-02Pass the right bus_dmatag_t to the children.Miod Vallat
2014-10-02Local routes that do not translate a protocol address into a link-layerMartin Pieuchot
2014-10-02There is no point in trying to purge the default host route forMartin Pieuchot
2014-10-01Fix some incorrect format specifiers in a debug printf.Mike Larkin
2014-10-01Move some hibernate #defines to pte.h and eliminate some duplicate definesMike Larkin
2014-10-01all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, allTheo de Raadt
2014-10-01Fix loopback related breakage introduced by the conversion of in_ouraddr()Martin Pieuchot
2014-10-01sl(4) is no more, thanks for all the fish!Martin Pieuchot
2014-10-01More optimization on LUNA frame buffer.Kenji Aoyama
2014-10-01Use the modern way of checking if a local route exists.Martin Pieuchot
2014-10-01Check that the speed of a new device does not exceed its parent's speedMartin Pieuchot
2014-09-30Add the QLogic SCSI/FC drivers.Brad Smith
2014-09-30Fix another Ricoh SD controller which needs to be put into slow mode to work.Stefan Sperling
2014-09-30Add support for "physical devices". Tested on:Mark Kettenis