summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-09-30add back the sys/sysctl.h include removed in rev 1.60Jonathan Gray
2014-09-30prevent dmesg spam from some new windows-only keys found on very newPeter Hessler
2014-09-30Stop using the RB-tree in ifa_ifwithaddr() and make it lookup overMartin Pieuchot
2014-09-30Do not use the global list of IPv4 addresses in icmp_reflect()...Martin Pieuchot
2014-09-30Use the routing table instead of the RB-tree for address lookups inMartin Pieuchot
2014-09-30implement atomic operations using ll/sc, and convert rw_cas and callers of theJonathan Matthew
2014-09-30implement the atomic_shizz(9) bits.David Gwynne
2014-09-30Increase text segment size on Arm to 32MBTobias Ulmer
2014-09-29The interrupt handler should now be mpsafe.Mark Kettenis
2014-09-29Add locking for our private descriptor message queue.Mark Kettenis
2014-09-29Add transmit queue locking.Mark Kettenis
2014-09-29Use raster(logic) operation, or ROP, function on LUNA frame buffer.Kenji Aoyama
2014-09-29Add support for using block devices in addition to files.Mark Kettenis
2014-09-29correctly decrement the C_SCSIXFER reference count in wdc_xfer flagsDavid Gwynne
2014-09-28Properly serialize closing our vnode. Fixes the occasional panic duringMark Kettenis