Age | Commit message (Expand) | Author |
2006-12-01 | Unbreak. | Miod Vallat |
2006-11-30 | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra... | Dimitry Andric |
2006-11-30 | s/completly/completely/ | Michael Knudsen |
2006-11-30 | replace a bunch of ifs w/ an array scan and add a few more | Michael Shalayeff |
2006-11-30 | Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only used | Gordon Willem Klok |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
2006-11-29 | Remove all the extern cpu_{id,model,whatever} declarations from most | Dimitry Andric |
2006-11-29 | Fix the major bug in ips which prevents GENERIC to attach it. | Alexander Yurchenko |
2006-11-29 | Don't print masks if we're in apic mode. | Mark Kettenis |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Fix cpu_model string screwup. | Dimitry Andric |
2006-11-29 | disable a gpio that is not needed | Theo de Raadt |
2006-11-29 | Use unsigned numbers for comparisons in mmmmap(). | Miod Vallat |
2006-11-29 | Remove MAPPEDCOPY. It does not work and I am not convinced it is worth | Miod Vallat |
2006-11-29 | Add commented out ips here as well. | Alexander Yurchenko |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-29 | unused file and functions | Michael Shalayeff |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | Let est not complain about certain strange msr values on Pentium 4's. We can't | Dimitry Andric |
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler |
2006-11-28 | fwscsi doesnt exist, so dont have a commented entry for it left around to | David Gwynne |
2006-11-28 | Implement PT_STEP. | Mark Kettenis |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric |
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler |
2006-11-28 | enable usbf/cdcef, can be used during install (somehow) | Theo de Raadt |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric |
2006-11-28 | acpi may steal the timer and speedstep functionality, in which case we | Theo de Raadt |
2006-11-27 | Added support to GENERIC for disabled acpi | Jordan Hargrave |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom |
2006-11-27 | For the G5 processor setperf function, don't force perflevel to 50 or 100 | Gordon Willem Klok |
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok |
2006-11-27 | Enable kvm86. | Gordon Willem Klok |
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko |
2006-11-27 | Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, | Dimitry Andric |
2006-11-27 | Portuguese LK-201 layout. | Miod Vallat |
2006-11-27 | First attempt at making kvm86 MP safe, place mutex lock around calls | Gordon Willem Klok |
2006-11-27 | Prevent panics when booting GENERIC.MP with a vesabios kernel. | Gordon Willem Klok |
2006-11-27 | Add PT_STEP. | Mark Kettenis |
2006-11-27 | move uberry to a nicer place | Theo de Raadt |
2006-11-27 | enable uberry driver | Theo de Raadt |
2006-11-26 | Cleanup some KNF nits, if we can't grab a SCB dont return at splbio. | Gordon Willem Klok |
2006-11-26 | enable mpi | David Gwynne |