Age | Commit message (Expand) | Author |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat |
2010-06-27 | Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740. | Mats O Jansson |
2010-06-27 | Cleanup aml_find_node calls | Jordan Hargrave |
2010-06-27 | regen | Mike Larkin |
2010-06-27 | Remove redundant 'Intel' from Clarkdale and Arrandale video names. | Mike Larkin |
2010-06-27 | back out for duplicate declarations sprinkled by viking raiders | Dale Rahn |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-06-27 | make zaurus kernel link again after viking raiders sprinkled duplicate declar... | Bob Beck |
2010-06-27 | make sparc compile again after tag team viking/guenther breakage. | Bob Beck |
2010-06-27 | unbreak alpha kernel build after recent viking pillaging. | Bob Beck |
2010-06-27 | Add missing $OpenBSD$. | Mark Kettenis |
2010-06-27 | "Believe it or not," nothing uses scsi_xfer's req_sense_length field | Matthew Dempsky |
2010-06-27 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-27 | mpii was modelled very heavily on mpi which means that it inherited a split | David Gwynne |
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 |