Age | Commit message (Expand) | Author |
2007-05-03 | Remove the pv stealing code. Other than being dangerous, it's also | Artur Grabowski |
2007-05-02 | Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaks | Matthieu Herrb |
2007-05-01 | support exit at boot -a time | Theo de Raadt |
2007-05-01 | Missing RCS tag. | Gordon Willem Klok |
2007-04-28 | Fix pmap_extract to not return TRUE just because we have a PTP. Make sure | Artur Grabowski |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in | Artur Grabowski |
2007-04-26 | Add a setperf mechanism for ich speedstep controlled by SMI on certain | Gordon Willem Klok |
2007-04-26 | enable tht so it is more available for testing. | David Gwynne |
2007-04-24 | Choose the state for a request performance level based on calculations | Gordon Willem Klok |
2007-04-24 | apic_address should be 32 bits, rather than paddr_t; prepares us for | Tom Cosgrove |
2007-04-24 | Use the physical address we have stored for the page directory rather | Tom Cosgrove |
2007-04-21 | oops | Theo de Raadt |
2007-04-21 | Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or | Gordon Willem Klok |
2007-04-21 | developers keep killing ramdisk drivers | Theo de Raadt |
2007-04-19 | When doing pmap_collect, skip wired mappings when removing. | Artur Grabowski |
2007-04-19 | Do the late freeing of ptps in pae pmap as well. | Artur Grabowski |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller |
2007-04-13 | When freeing PTP pages, we need to wait until TLB shootdown has been | Artur Grabowski |
2007-04-13 | Move the proc0 stack below the proc0 page tables so that in case we | Artur Grabowski |
2007-04-13 | map peeing -> mapping | Miod Vallat |
2007-04-12 | Faster signal delivery on i386/MP. | Artur Grabowski |
2007-04-12 | untypo | Artur Grabowski |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | pascoe finished sili(4). let's enable it so people can try it. | David Gwynne |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski |
2007-03-29 | Comment fixes from Daniel Dickman <didickman AT gmail DOT com>, relevant changes | Gordon Willem Klok |
2007-03-28 | Bump max number of physical segments. Machines in the wild | Tobias Weingartner |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok |
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-21 | ahci seems to work fine on i386. thanks to marc winiger for figuring that | David Gwynne |
2007-03-19 | Deactivate the pmap in cpu_exit. This way we can avoid quite a lot of | Artur Grabowski |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt w... | Michael Shalayeff |
2007-03-17 | we do not want uts(4) enabled until we have proper calibration | Robert Nagy |
2007-03-16 | enable uts(4) | Robert Nagy |