| Commit message (Expand) | Author | Age | Files | Lines |
| * | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-15 | 1 | -2/+7 |
| * | Like on i386, eliminate pv_ptem (which was suggested by alc). This | Peter Wemm | 2004-07-14 | 2 | -30/+58 |
| * | Add ptrace_clear_single_step(), alpha already has it for years, the function | David Xu | 2004-07-13 | 1 | -0/+7 |
| * | Push down the acquisition and release of the page queues lock into | Alan Cox | 2004-07-13 | 1 | -1/+2 |
| * | MFi386: rev 1.213 -- fix DELAY while the debugger is active. | Marcel Moolenaar | 2004-07-11 | 1 | -12/+23 |
| * | Add options KDB and GDB. KDB takes on the function of what DDB used | Marcel Moolenaar | 2004-07-11 | 1 | -1/+3 |
| * | Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB | Marcel Moolenaar | 2004-07-11 | 1 | -614/+0 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 3 | -483/+254 |
| * | MFi386: don't fake the time counter when the debugger is active. | Marcel Moolenaar | 2004-07-10 | 1 | -20/+12 |
| * | Remove obsolete prototype of kdb_trap(). | Marcel Moolenaar | 2004-07-10 | 1 | -2/+0 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 3 | -45/+33 |
| * | Implement makectx(). The makectx() function is used by KDB to create | Marcel Moolenaar | 2004-07-10 | 2 | -0/+24 |
| * | Introduce the KDB debugger frontend. The frontend provides a framework | Marcel Moolenaar | 2004-07-10 | 1 | -0/+52 |
| * | Introduce the GDB debugger backend for the new KDB framework. The | Marcel Moolenaar | 2004-07-10 | 2 | -0/+141 |
| * | Change the following environment variables to kernel options: | Brian Somers | 2004-07-08 | 1 | -11/+8 |
| * | Change the following kernel options to environment variables: | Brian Somers | 2004-07-08 | 1 | -8/+11 |
| * | MFi386: various io apic cleanups | Peter Wemm | 2004-07-08 | 3 | -54/+147 |
| * | MFi386: use rman access methods instead of groping around inside | Peter Wemm | 2004-07-08 | 1 | -4/+5 |
| * | MFi386: whitespace nit fix (spare blank line) | Peter Wemm | 2004-07-08 | 1 | -1/+0 |
| * | MFi386: fix up CR0 settings | Peter Wemm | 2004-07-08 | 1 | -23/+7 |
| * | MFi386: 1.57: transparently respect alignment/boundary tags | Peter Wemm | 2004-07-08 | 1 | -11/+47 |
| * | Simplify the control flow in pmap_extract(), enabling the elimination of a | Alan Cox | 2004-07-07 | 1 | -4/+3 |
| * | White space and style changes only. | Alan Cox | 2004-07-07 | 1 | -4/+1 |
| * | Style changes to pmap_extract(). | Alan Cox | 2004-07-06 | 1 | -5/+3 |
| * | Implement preemption of kernel threads natively in the scheduler rather | John Baldwin | 2004-07-02 | 2 | -1/+3 |
| * | We need to make resources visible here as well. | Warner Losh | 2004-06-30 | 1 | -0/+1 |
| * | Add machdep quirks functions. On i386, this disables acpi on systems with | Nate Lawson | 2004-06-30 | 1 | -0/+6 |
| * | Fetch the actual acpi0 device_t and use device_is_attached() to see if | John Baldwin | 2004-06-23 | 1 | -2/+3 |
| * | Implement the protection check required by the pmap_extract_and_hold() | Alan Cox | 2004-06-23 | 1 | -8/+24 |
| * | - Simplify pmap_remove_pages(), eliminating unnecessary indirection. | Alan Cox | 2004-06-20 | 1 | -12/+12 |
| * | Add pmap locking to pmap_is_prefaultable(). | Alan Cox | 2004-06-20 | 1 | -6/+9 |
| * | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | Bruce Evans | 2004-06-20 | 1 | -1/+1 |
| * | Remove unused pt_entry_ts. Remove an unneeded semicolon. | Alan Cox | 2004-06-19 | 1 | -7/+3 |
| * | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | Bruce Evans | 2004-06-19 | 1 | -1/+1 |
| * | Try harder to give new processes a clean initial fpu state. fpu_cleanstate | Peter Wemm | 2004-06-18 | 1 | -7/+5 |
| * | Revert last change. If acpi is loaded or compiled into the kernel, its | Nate Lawson | 2004-06-17 | 1 | -1/+1 |
| * | Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are not | Alan Cox | 2004-06-17 | 1 | -4/+0 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -7/+7 |
| * | Add some lock assertions. Lock a small part of pmap_enter(). | Alan Cox | 2004-06-16 | 1 | -0/+4 |
| * | Correct an error in the implementation of pmap_is_prefaultable(). When I | Alan Cox | 2004-06-16 | 1 | -1/+1 |
| * | Remove a stale comment. | Alan Cox | 2004-06-15 | 1 | -6/+0 |
| * | Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove(). | Alan Cox | 2004-06-15 | 1 | -4/+15 |
| * | We only need the devclass_find() result, not the softc. | Nate Lawson | 2004-06-15 | 1 | -1/+1 |
| * | Introduce pmap locking to many of the pmap functions. There is more to | Alan Cox | 2004-06-14 | 2 | -0/+35 |
| * | The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES | David E. O'Brien | 2004-06-13 | 1 | -0/+1 |
| * | Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced(). | Alan Cox | 2004-06-13 | 1 | -1/+1 |
| * | Remove dead or unneeded code, e.g., spl calls. | Alan Cox | 2004-06-13 | 1 | -32/+1 |
| * | - Remove an unused declaration. | Alan Cox | 2004-06-13 | 1 | -3/+2 |
| * | In a multiprocessor, the PG_W bit in the pte must be changed atomically. | Alan Cox | 2004-06-12 | 1 | -2/+2 |
| * | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -2/+2 |