| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add pmap locking to many of the functions. | alc | 2004-08-10 | 4 | -20/+72 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 1 | -0/+2 |
* | Making a loadable null.ko for /dev/(null|zero) proved rather | markm | 2004-08-03 | 1 | -1/+0 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | mux | 2004-08-03 | 1 | -0/+1 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 3 | -84/+58 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 1 | -0/+4 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -8/+4 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating | alc | 2004-07-23 | 1 | -1/+1 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 1 | -14/+0 |
* | In -CURRENT pseudo devices are not statically assigned at compile time, | maxim | 2004-07-18 | 1 | -1/+1 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 1 | -1/+4 |
* | Add ptrace_clear_single_step(), alpha already has it for years, the function | davidxu | 2004-07-13 | 1 | -0/+7 |
* | The SC_DISABLE_DDBKEY options has been renamed to SC_DISABLE_KDBKEY. | marcel | 2004-07-11 | 1 | -1/+1 |
* | Add options KDB and GDB. KDB takes on the function of what DDB used | marcel | 2004-07-11 | 1 | -1/+3 |
* | Mega update for the KDB framework: turn DDB into a KDB backend. | marcel | 2004-07-10 | 3 | -217/+178 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 3 | -25/+24 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Remove obsolete prototype of kdb_trap(). | marcel | 2004-07-10 | 1 | -2/+0 |
* | Implement makectx(). The makectx() function is used by KDB to create | marcel | 2004-07-10 | 2 | -0/+16 |
* | Introduce the KDB debugger frontend. The frontend provides a framework | marcel | 2004-07-10 | 1 | -0/+50 |
* | Introduce the GDB debugger backend for the new KDB framework. The | marcel | 2004-07-10 | 2 | -0/+127 |
* | - Add missing <sys/module.h>. [1] | marius | 2004-07-09 | 1 | -1/+3 |
* | These don't need RMAN_RESOURCE_VISIBLE now that rman is visible | imp | 2004-07-03 | 4 | -4/+0 |
* | Really remove __RMAN_RESORUCE_VISIBLE | imp | 2004-07-03 | 2 | -2/+0 |
* | Use the rman_* functions in preference to reaching into struct resource. | imp | 2004-07-03 | 2 | -5/+5 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -4/+0 |
* | These need __RMAN_RESOURCE_VISIBLE, too. | marius | 2004-06-30 | 6 | -0/+8 |
* | Retire BUS_DMAMAP_NSEGS for sparc64 | scottl | 2004-06-28 | 2 | -9/+1 |
* | Switch sparc64 busdma to use a dynamically allocated segment list rather | scottl | 2004-06-28 | 3 | -60/+45 |
* | Better OFW console support on Sun Ultra2 machines. | obrien | 2004-06-24 | 1 | -0/+2 |
* | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -10/+10 |
* | Add esp to the sparc64 GENERIC | scottl | 2004-06-10 | 1 | -0/+1 |
* | Port the NetBSD esp(4) driver. This only includes the sbus front-end, so | scottl | 2004-06-10 | 3 | -0/+1041 |
* | Remove filename+line number from panic messages. | phk | 2004-06-06 | 1 | -4/+2 |
* | Add missing <sys/module.h> #includes | phk | 2004-06-04 | 6 | -0/+6 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 6 | -0/+7 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -0/+7 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -5/+0 |
* | Move the per-CPU vmspace pointer fixup that is required before a | tmm | 2004-05-26 | 5 | -36/+41 |
* | Use unsigned types for the arguments of the atomic(9) operations, | marius | 2004-05-22 | 1 | -4/+4 |
* | Switch from BSD-style u_intXX_t to ISO C99 uintXX_t. | marius | 2004-05-22 | 2 | -5/+5 |
* | In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, since | tmm | 2004-05-20 | 1 | -1/+1 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -30/+1 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Oops, I left a duplicate 'relocbase' declaration. | peter | 2004-05-17 | 1 | -1/+0 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -4/+5 |
* | Prefer explicit ints to implicit ints in the prototype as well as in | mux | 2004-05-10 | 1 | -1/+1 |