Age | Commit message (Expand) | Author |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-04 | Wait until a read control transfer is really completed before passing | Martin Pieuchot |
2014-10-04 | Skip 'hardware lied' interrupts, as same as CMU Mach do. | Kenji Aoyama |
2014-10-04 | replace mutexes to serialise the operations on the flag that restricts | David Gwynne |
2014-10-04 | sync | Theo de Raadt |
2014-10-04 | more nvidia; from Seth Jackson | Theo de Raadt |
2014-10-03 | regen | Brad Smith |
2014-10-03 | Add Atheros E2200 and Marvell Yukon 88E8079. | Brad Smith |
2014-10-03 | Initialize uvm_pagezero_thread()'s page list variable. | Philip Guenther |
2014-10-03 | Delete long-time unused #if 0 part. | Kenji Aoyama |
2014-10-03 | EOPNOTSUPP for quotactl. from Martin Natano | Ted Unangst |
2014-10-03 | Introduce a thread for zeroing pages without holding the kernel lock. This | Mark Kettenis |
2014-10-03 | Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will not | Mark Kettenis |
2014-10-03 | refill the rx ring in myx_rxeof, not much later at the end of myx_intr. | David Gwynne |
2014-10-03 | in rxeof, instead of taking the biglock on every packet to call bpf | David Gwynne |
2014-10-03 | we dont need the kernel lock to call bus_dmamap_load and unload thanks | David Gwynne |
2014-10-03 | dont need to hold the kernel lock to call MCLGETI and m_freem now. | David Gwynne |
2014-10-03 | dont take the kernel lock on every interrupt in case we might change | David Gwynne |
2014-10-03 | if you're adding the first cluster reference, you dont have to | David Gwynne |
2014-10-03 | i moved some macros into functions, and a trailing \ on a statement | David Gwynne |
2014-10-03 | now that pools are mpsafe, we can make the mbuf allocators on top | David Gwynne |
2014-10-02 | Pass the right bus_dmatag_t to the children. | Miod Vallat |
2014-10-02 | Local routes that do not translate a protocol address into a link-layer | Martin Pieuchot |
2014-10-02 | There is no point in trying to purge the default host route for | Martin Pieuchot |
2014-10-01 | Fix some incorrect format specifiers in a debug printf. | Mike Larkin |
2014-10-01 | Move some hibernate #defines to pte.h and eliminate some duplicate defines | Mike Larkin |
2014-10-01 | all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all | Theo de Raadt |
2014-10-01 | Fix loopback related breakage introduced by the conversion of in_ouraddr() | Martin Pieuchot |
2014-10-01 | sl(4) is no more, thanks for all the fish! | Martin Pieuchot |
2014-10-01 | More optimization on LUNA frame buffer. | Kenji Aoyama |
2014-10-01 | Use the modern way of checking if a local route exists. | Martin Pieuchot |
2014-10-01 | Check that the speed of a new device does not exceed its parent's speed | Martin Pieuchot |
2014-09-30 | Add the QLogic SCSI/FC drivers. | Brad Smith |
2014-09-30 | Fix another Ricoh SD controller which needs to be put into slow mode to work. | Stefan Sperling |
2014-09-30 | Add support for "physical devices". Tested on: | Mark Kettenis |
2014-09-30 | add back the sys/sysctl.h include removed in rev 1.60 | Jonathan Gray |
2014-09-30 | prevent dmesg spam from some new windows-only keys found on very new | Peter Hessler |
2014-09-30 | Stop using the RB-tree in ifa_ifwithaddr() and make it lookup over | Martin Pieuchot |
2014-09-30 | Do not use the global list of IPv4 addresses in icmp_reflect()... | Martin Pieuchot |
2014-09-30 | Use the routing table instead of the RB-tree for address lookups in | Martin Pieuchot |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
2014-09-30 | implement the atomic_shizz(9) bits. | David Gwynne |
2014-09-30 | Increase text segment size on Arm to 32MB | Tobias Ulmer |
2014-09-29 | The interrupt handler should now be mpsafe. | Mark Kettenis |
2014-09-29 | Add locking for our private descriptor message queue. | Mark Kettenis |
2014-09-29 | Add transmit queue locking. | Mark Kettenis |
2014-09-29 | Use raster(logic) operation, or ROP, function on LUNA frame buffer. | Kenji Aoyama |
2014-09-29 | Add support for using block devices in addition to files. | Mark Kettenis |
2014-09-29 | correctly decrement the C_SCSIXFER reference count in wdc_xfer flags | David Gwynne |
2014-09-28 | Properly serialize closing our vnode. Fixes the occasional panic during | Mark Kettenis |