Age | Commit message (Expand) | Author |
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 |
2009-06-14 | Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). | Miod Vallat |
2009-06-14 | backout: | Theo de Raadt |
2009-06-14 | Disable inteldrm by default since it once again breaks x40 suspend. | Theo de Raadt |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-13 | Enumerate all available nodes for hardware on IP27/IP35 systems; works to some | Miod Vallat |
2009-06-13 | Needs <sys/malloc.h> now | Miod Vallat |
2009-06-13 | Figure out which nodes are connected, and use all of their memory for now; | Miod Vallat |
2009-06-13 | The bounds was not always being properly updated | Theo de Raadt |
2009-06-13 | Shuffle and rename HUB defines for consistency, no functional change yet. | Miod Vallat |
2009-06-12 | Make sure splsoftnet() masks softclock; fallout form switch to generic | Miod Vallat |
2009-06-11 | Correctly flush direct mappings (cache/tlb). Uncovered by ariane's new | Mark Kettenis |
2009-06-11 | sync disklabel changes from hppa | Theo de Raadt |
2009-06-11 | The MAC multicast filter is set in mec_iff() hence there is need to do this | Joel Sing |
2009-06-10 | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c | Miod Vallat |
2009-06-10 | In the NMI handler, always print EPC even if we're going to drop into ddb. | Miod Vallat |
2009-06-10 | Add udl and url, verified to work on Fuel (url to the RAMDISK too) | Miod Vallat |
2009-06-10 | Allow /dev/kmem reads in the direct mapping region where there is | Miod Vallat |
2009-06-09 | revert guenther@'s un-revert of art's curpmap. | Kenneth R Westerback |