Age | Commit message (Expand) | Author |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-04-02 | allow this to compile in the never-gonna-happen world without INET | Theo de Raadt |
2010-04-01 | Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the list | Robert Nagy |
2010-04-01 | Add more dell subids found in the windows driver. | Jonathan Gray |
2010-04-01 | Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his | Mark Kettenis |
2010-04-01 | Don't index cpu_info by apic id, but by device unit number instead. Recent | Mark Kettenis |
2010-04-01 | Add H700 now that we know the subid... | Marco Peereboom |
2010-04-01 | Allow for multiple CPUs by moving to an array of cpu_info. | Joel Sing |
2010-03-31 | More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protect | Dale Rahn |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2010-03-31 | Add bnx firmware on installation media; this causes a media oflow, so | Miod Vallat |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |
2010-03-31 | if bthub defines are needed by conf.c, they must come from files.bluetooth | Theo de Raadt |
2010-03-31 | fix typo | Theo de Raadt |
2010-03-31 | Radeon HD2400 XT works. Tested by Dennis den Brok; thanks! | Owain Ainsworth |
2010-03-31 | update the inteldrm GEM interface to the newer version. | Owain Ainsworth |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-30 | Since we use a direct mapping for the area where we save a process' floating | Mark Kettenis |
2010-03-30 | Support Radeon Mobility HD3670; James Thackray. Thanks! | Owain Ainsworth |
2010-03-30 | sync | Owain Ainsworth |
2010-03-30 | Mobility Radeon HD3670, from James Thackray (first.last@gmail.com) | Owain Ainsworth |
2010-03-30 | Have bge_start check if there are less than 16 free send BDs and if not | Christian Weisgerber |
2010-03-30 | Do not print ac97 link rate message unless debug is enabled. | David Coppa |
2010-03-30 | We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because it | Theo de Raadt |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-29 | Add Radeon HD360 Mobility. | Owain Ainsworth |
2010-03-29 | Don't try and idle the engine via the ring if the cp is not running. | Owain Ainsworth |
2010-03-28 | Fix user-after-free bug in pmap_remove(). Page table pages are freed as soon | Mark Kettenis |
2010-03-28 | Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn't | Miod Vallat |
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat |
2010-03-28 | Correctly report the R16010 version. | Miod Vallat |
2010-03-28 | put the iosize next to the register definitions | Theo de Raadt |
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt |
2010-03-28 | Completely overhaul optional metadata handling, allowing for multiple | Joel Sing |
2010-03-28 | Allow a multiprocessor kernel to compile. | Joel Sing |
2010-03-28 | tweak spacing a bit. This has been annoying me. | Owain Ainsworth |
2010-03-28 | Don't assign the same value to gatt->ag_size twice, also use ag_size in | Owain Ainsworth |
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback |
2010-03-28 | Properly initialize variable instead of just ORing in bits into random garbage. | Mark Kettenis |
2010-03-28 | Correctly initialise variables to prevent possible free without malloc in | Joel Sing |
2010-03-28 | Avoid potential null dereferences in ioctl paths. | Joel Sing |
2010-03-28 | Replace a scsi_done() call with sr_scsi_done() which fixes a missing | Joel Sing |
2010-03-28 | Remove uninitialized nitems and use npss as $deity intended. | Marco Peereboom |
2010-03-27 | replace a bunch of BAR wrangling code with calls to the pci | Jonathan Gray |
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis |
2010-03-27 | Add support for NetMos 9865 6-port serial cards. | Mark Kettenis |
2010-03-27 | regen | Mark Kettenis |
2010-03-27 | Add NetMos 9865. | Mark Kettenis |