Age | Commit message (Expand) | Author |
2011-03-04 | gather most pci conf register manipulation into a new function, | Jacob Meuser |
2011-03-04 | Peek at the interrupt status register before poking with the reply post | Mike Belopuhov |
2011-03-03 | Prevent division-by-zero when scaling down to the screen resolution. Make | Mark Kettenis |
2011-03-03 | Crank MAXDSIZ up to 2G on macppc and socppc. | Antoine Jacoutot |
2011-03-03 | - remove unused devices for which we have no drivers (yet?) | Jasper Lievisse Adriaanse |
2011-03-02 | Change va_arg and va_end definitions from object-like macros to | Matthew Dempsky |
2011-03-02 | when sending deferred packets use ip6_output for v6 frames instead of | David Gwynne |
2011-03-02 | Allow the kernel to compile with IEEE80211_DEBUG. | Federico G. Schwindt |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2011-03-02 | Sync ASC/ASCQ errors with www.t10.org/lists/asc-num.txt of 11/15/10. | Kenneth R Westerback |
2011-03-02 | enable POOL_DEBUG again since we are not in release | Theo de Raadt |
2011-03-02 | we are now hacking on 4.9-current | Theo de Raadt |
2011-03-01 | back out r1.162, the one that bumps openings up on sas and fc | David Gwynne |
2011-02-28 | When the maximum splice length has been reached, send out the data | Alexander Bluhm |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-02-24 | we want to look up the device attached to a raid volume by its address on | David Gwynne |
2011-02-24 | Don't use address and control field on PPPoE, they must not be used as | YASUOKA Masahiko |
2011-02-24 | Prevent the nd6_addr_add() work queue task from adding multiple addresses | Stefan Sperling |
2011-02-23 | fixup source address rewriting for the icmp errors with the rdr-to setup. | Mike Belopuhov |
2011-02-22 | Mark descriptors as invalid *before* unmapping the associated mbuf. | Mark Kettenis |
2011-02-22 | Disable PCIe Active State Power Management (ASPM) to avoid bge(4) randomly | Robert Nagy |
2011-02-22 | In drm_modeset_ctl make sure to check the (now signed) value is > 0 as | Owain Ainsworth |
2011-02-22 | ami figures out the names of the enclosure attached to it by snooping | David Gwynne |
2011-02-21 | If a spin up command can't be started becaause of a lack of openings, | Kenneth R Westerback |
2011-02-21 | Fix stats about node allocation failures. | Stefan Sperling |
2011-02-21 | When bridging multicast frames in hostap mode, make a deep copy of the mbuf | Stefan Sperling |
2011-02-21 | Make mos(4) set IFF_BROADCAST in if_flags. | Stefan Sperling |
2011-02-21 | usage: mt [-f device] command [count] | David Gwynne |
2011-02-21 | Remove redundant statement to keep this in line with radeonfb(4). | Mark Kettenis |
2011-02-21 | Re-initialize acceleration engine after leaving X. | Mark Kettenis |
2011-02-19 | Only attach if the "device_type" propery is "programmer-button". On the iMac | Mark Kettenis |
2011-02-18 | alc_newbuf is always called from the interrupt context so it can't sleep; | Mike Belopuhov |
2011-02-18 | when changing the vlandev of a running vlan(4) interface, we also need to | Reyk Floeter |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat |
2011-02-17 | if changing the default speaker connection, be sure it's both a | Jacob Meuser |
2011-02-17 | allow interfaces other than slaves of the union interface to be the | Jacob Meuser |
2011-02-17 | the number of widget connections isn't necessarily the same as the | Jacob Meuser |
2011-02-16 | allow users to enable access to the /dev/crypto, but keep it turned off | Mike Belopuhov |
2011-02-15 | Initialize sc_iot early enough to avoid a crash when the hardware monitor | Miod Vallat |
2011-02-15 | A vnd buf doesn't only go through the vnd bufq but also the bufq | Thordur I. Bjornsson |
2011-02-15 | Add workaround for BCM5906 A0/1/2 controller silicon bug. When | Robert Nagy |
2011-02-15 | Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386 | Miod Vallat |
2011-02-15 | bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit | Mark Kettenis |
2011-02-15 | Copy pasto in comment. Fix by brad@ OK dlg@ | Claudio Jeker |
2011-02-15 | move us to real 4.9 | Theo de Raadt |
2011-02-14 | free mbuf in failure case. fix for pr6562. ok claudio. | Ted Unangst |
2011-02-14 | Add missing byte-order swap to pf_match_addr_range. Without this, rules | Stuart Henderson |
2011-02-13 | Unbreak userland as well, since bpf_filter.c is also used in libpcap. | Can Erkin Acar |
2011-02-13 | Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386 | Miod Vallat |
2011-02-12 | Unbreak previous commit by adding the proper header file. | Can Erkin Acar |