Age | Commit message (Expand) | Author |
2010-06-27 | stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot while | Henning Brauer |
2010-06-27 | Fix DIOCCHANGERULE ioctl broken in the remove of the address pools. | Ryan Thomas McBride |
2010-06-27 | Add another one. -moj | Mats O Jansson |
2010-06-27 | GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18) | Jacob Meuser |
2010-06-27 | Regen. -moj | Mats O Jansson |
2010-06-27 | Another DisplayLink device. -moj | Mats O Jansson |
2010-06-27 | Factor out code used to read a disklabel. We'll be making use of this soon. | Joel Sing |
2010-06-27 | Use a mutex to make atomic operations atomic on multiprocessor kernels. | Joel Sing |
2010-06-26 | Allow processes to be scheduled onto secondary CPUs. | Joel Sing |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent | YASUOKA Masahiko |
2010-06-26 | If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you | Kenneth R Westerback |
2010-06-26 | timeout_del() the timers before destroying an interface so that no timeout | Claudio Jeker |
2010-06-26 | Not that anyone uses it, but bring ss(4) device referencing into | Kenneth R Westerback |
2010-06-26 | make sure widgets are connected to usable widgets by default. | Jacob Meuser |
2010-06-26 | Implement a simple keepalive mechanism in gre(4) that is compatible with | Claudio Jeker |
2010-06-26 | PCH needs its own Low Power Link Up code as it it is configured | Jonathan Gray |
2010-06-26 | Add GENERIC.MP. | Joel Sing |
2010-06-26 | bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough | Henning Brauer |
2010-06-26 | Don't try to halt an AP if holding sched_lock since that causes hangs | Mike Larkin |
2010-06-26 | Fix 100% interrupt usage on amd64 MP resume. | Mike Larkin |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-26 | Do not store curcpu() in syscall and trap handlers since we can go to | Joel Sing |
2010-06-26 | Avoid a potential race when unlocking a mutex. | Joel Sing |
2010-06-26 | add HUAWEI E182 (aka Emobile D31HW) | Yojiro Uo |
2010-06-26 | regen | Yojiro Uo |
2010-06-26 | add new umsm device (HUAWEI E182 / aka Emobile D31HW) | Yojiro Uo |
2010-06-25 | move st over to using xshandlers for scheduling io. based on the | David Gwynne |
2010-06-24 | - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline. | Jasper Lievisse Adriaanse |
2010-06-24 | we cant rely on being able to sleep when dumping, so dont lose the | David Gwynne |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |
2010-06-23 | No need to do the splbio/splx dance around the pool_get in | Thordur I. Bjornsson |
2010-06-23 | Fix a bug in uvm_pmr_get1page() which could cause us to bounce | Thordur I. Bjornsson |
2010-06-23 | Zap a dead prototype, crypto_thread(); Leftover since crypto was | Thordur I. Bjornsson |
2010-06-23 | regen | David Gwynne |
2010-06-23 | fusion-io devices | David Gwynne |
2010-06-23 | regen | David Gwynne |
2010-06-23 | PLX PEX 8624 as found in a dell r815. | David Gwynne |
2010-06-23 | regen | David Gwynne |
2010-06-23 | add a metric buttload of RD890 pcie bridges | David Gwynne |
2010-06-23 | cut ami over to iopools. | David Gwynne |
2010-06-23 | switch ami over to using mutexes instead of splbio to protect itself. this | David Gwynne |
2010-06-22 | When mapping memory into dvma space, use pmap_kenter_pa() instead of | Owain Ainsworth |
2010-06-22 | cleanup/fix PA predistortion code. | Damien Bergamini |
2010-06-22 | Don't play with cacheability in vmapbuf() - pmap_enter() knows what it does. | Miod Vallat |
2010-06-22 | Since our caches are snooping, we only need to broadcast cache invalidates | Miod Vallat |
2010-06-22 | Some early 2.x sun4c PROM will default to serial input but glass output if no | Miod Vallat |
2010-06-22 | protect the ccb free list with a mutex rather than relying on splbio | David Gwynne |
2010-06-22 | bump up the dmesg buffer size. new boxes have lots of crap in them, so | David Gwynne |
2010-06-21 | Initial support for PCH based em adapters with 82577 PHY, | Jonathan Gray |