Age | Commit message (Expand) | Author |
2009-06-29 | enable isp(4) | Theo de Raadt |
2009-06-28 | Now the tx dma mapping problem it was exposing is fixed | Jonathan Gray |
2009-06-28 | Properly swap tx dma maps so we don't use invalid maps, | Jonathan Gray |
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat |
2009-06-28 | Better wording for the not-supported-video-control message. | Marcus Glocker |
2009-06-28 | Add colormap support for 8bpp mode. | Mark Kettenis |
2009-06-28 | Make this work in 8bpp mode too. Color support is still missing; probably | Mark Kettenis |
2009-06-28 | Restore lost string constant, make DEBUG kernels compile. | Kenneth R Westerback |
2009-06-27 | Stricter checks when deciding which acceleration code to use. Instead of | Miod Vallat |
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat |
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat |
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat |
2009-06-27 | Remove debug printfs. | Mark Kettenis |
2009-06-27 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn |
2009-06-26 | Two pci'd that come from cardbus, in case anyone ever needs them... | Theo de Raadt |
2009-06-26 | Fix a use after free in the pagedaemon. | Owain Ainsworth |
2009-06-26 | invert direction for inner icmp state lookups (e.g. traceroute with icmp) | Markus Friedl |
2009-06-26 | If we are going to move to the eeprom-based MAC address finding instead of | Theo de Raadt |
2009-06-26 | Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched | Miod Vallat |
2009-06-26 | Add all the cardbus com devices to puc, since these can show up on the | Theo de Raadt |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |
2009-06-26 | Overhaul sr_boot_assembly(). The original code had a number of problems, | Joel Sing |
2009-06-26 | Support the ICH10 variants of em(4). All the work done by Dariusz Swiderski | Claudio Jeker |
2009-06-26 | the pr_usrreq implementation for routing sockets shares exactly one line | Bret Lambert |
2009-06-26 | regen | Kevin Lo |
2009-06-26 | add the VIA VX855 chipset | Kevin Lo |
2009-06-26 | the 'inputs.usingdac' mixer item was used to select which group of | Jacob Meuser |
2009-06-26 | if a codec has multiple line out jacks, and the codec says all | Jacob Meuser |
2009-06-25 | Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to to | Theo de Raadt |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-25 | re-enable inteldrm since new X driver is about to fix the issue | Theo de Raadt |
2009-06-25 | fxp no longer fits on this media | Theo de Raadt |
2009-06-25 | Change safe_rng_read() from __inline to static __inline like | Jonathan Gray |
2009-06-25 | scrub_flags is a u_int8_t, but PFSTATE_SCRUB_TCP is 0x0100, so the | Stuart Henderson |
2009-06-25 | Workaround a stupid problem ATI SB600 revisions and ATI SB700 south | Theo de Raadt |
2009-06-24 | Compute OpenBSD area bounds as the largest area spanning all the OpenBSD | Miod Vallat |
2009-06-24 | Even more pci ethernet devices, based on a diff from Brad. | Miod Vallat |
2009-06-24 | add some pci ethernet devices that some people, like miod, might be using | Theo de Raadt |
2009-06-24 | enable softraid | Todd T. Fries |
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray |
2009-06-24 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt |
2009-06-24 | Add support for the SMBus controller for the Broadcom HT-1100 chipset | Theo de Raadt |
2009-06-24 | like I did for em(4) before, doubled error messages are silly | Theo de Raadt |
2009-06-24 | move the "pf_map_addr: selected address" printf up to -xnoisy. | Stuart Henderson |
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller |
2009-06-24 | Reset the rebuild counter when initiating a rebuild. | Joel Sing |
2009-06-24 | Abort the current rebuild if the rebuild chunk disappears. Whilst here also | Joel Sing |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | turn off POOL_DEBUG as we go into release; pointed out by mpf | Theo de Raadt |