Age | Commit message (Expand) | Author |
2009-07-11 | When rebooting, pass a request to the PROM for it to skip diagnostics and | Miod Vallat |
2009-07-10 | Switch away from using -traditional-cpp to iso/ansi cpp for asm files. | Jonathan Gray |
2009-07-06 | Almost rewrite xbridge PCI resource allocation: | Miod Vallat |
2009-07-05 | Make sure the OpenBSD bounds exclude the first cylinder, which is used | Miod Vallat |
2009-07-05 | radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have an | Mark Kettenis |
2009-07-03 | Try to be smarter when allocating pci resources, and use unused devio slots | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-07-01 | Crank bootblocks version for identification purposes. | Miod Vallat |
2009-06-30 | Link the second stage bootblocks (and boot.net) 256KB higher to accomodate | Miod Vallat |
2009-06-29 | enable isp(4) | Theo de Raadt |
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat |
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-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 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn |
2009-06-26 | Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched | Miod Vallat |
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-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 | There are 3 reasons why the first block in apm_probe can fail, and in one | Theo de Raadt |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-21 | Disable memory above 2GB physical again, as we can end up with an unkillable | Miod Vallat |
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat |
2009-06-21 | Add a bunch of usb devices, per deraadt@'s pressure. | Miod Vallat |
2009-06-21 | - add and enable stge(4) | Jasper Lievisse Adriaanse |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-20 | 4.6-BETA | Miod Vallat |
2009-06-20 | Preserve more registers in sigcontext, and restore them in sigreturn. This | Miod Vallat |
2009-06-20 | Remove unused global variables. | Miod Vallat |
2009-06-20 | Remove unused struct ka410_cpu, long superseded by struct vs_cpu. | Miod Vallat |
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson |
2009-06-19 | Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes. | Miod Vallat |
2009-06-19 | They're DPME partitions, not DPMI partitions. | Kenneth R Westerback |
2009-06-17 | Make sure xbowmatch() only matches on xbow stanzas. | Miod Vallat |
2009-06-17 | Make sure we do not coalesce memory ranges from different nodes. | Miod Vallat |
2009-06-17 | R14000 processors with revision 3 and above are actually R16000 revision | Miod Vallat |
2009-06-17 | Really avoid changing the start of the bounds if we found no LIF | Theo de Raadt |
2009-06-17 | remove extra debugging printf(). ok miod@ | Matthieu Herrb |
2009-06-16 | Backout pmemrange (which to most people is more well known as physmem | Ariane van der Steldt |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |