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