| Commit message (Expand) | Author | Age | Files | Lines |
* | Device driver for onboard CS4231 audio controller which is found | yongari | 2004-10-25 | 3 | -1/+181 |
* | Flush the register windows before we start changing the context. | kensmith | 2004-10-09 | 1 | -0/+2 |
* | Port NetBSD auxio driver. The driver was modified to use led(4) and can | yongari | 2004-10-09 | 2 | -0/+2 |
* | This along with v1.6 of counter.c fixes some timecounter issues on | kensmith | 2004-09-30 | 1 | -0/+19 |
* | Set the tc_quality field of the struct before calling tc_init(), since | kensmith | 2004-09-30 | 1 | -0/+2 |
* | We seem to have occasions where sending an IPI takes significantly | kensmith | 2004-09-29 | 1 | -1/+1 |
* | Add an assertion that the pcb_nsaved field of the pcb be less than | kensmith | 2004-09-28 | 1 | -0/+2 |
* | Some minor print/panic message cleanups. | kensmith | 2004-09-27 | 1 | -3/+3 |
* | Initialize the count of saved register windows to 0 in the pcb created | kensmith | 2004-09-27 | 1 | -0/+1 |
* | - Add support for "paging" in stack trace output. That is, when you do | jhb | 2004-09-20 | 1 | -6/+9 |
* | Better fix the busdma problem exposed by ATA. With the CMD 646 for | marcel | 2004-09-10 | 1 | -1/+5 |
* | sparc64 is not ready for PREEMPTION, so turn it off for now. | scottl | 2004-09-09 | 1 | -1/+1 |
* | Fix a problem with tag->boundary inheritence that has existed since day one | scottl | 2004-09-08 | 1 | -6/+5 |
* | Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon. | scottl | 2004-09-07 | 1 | -1/+3 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+1 |
* | Remove an unneeded argument.. | julian | 2004-08-31 | 1 | -1/+1 |
* | Remove sched_free_thread() which was only used | julian | 2004-08-31 | 1 | -6/+0 |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -0/+13 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -1/+0 |
* | Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or | alc | 2004-08-21 | 1 | -1/+4 |
* | - Sync whitespace and comments with i386 GENERIC. | marius | 2004-08-16 | 1 | -53/+65 |
* | Try to catch up with reality: | marius | 2004-08-16 | 1 | -30/+38 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 5 | -9/+9 |
* | Correct some uses of the wrong members of the *min()/*max()-familiy, e.g. | marius | 2004-08-15 | 3 | -5/+5 |
* | - Make OF_getetheraddr() honour the "local-mac-address?" system config | marius | 2004-08-14 | 2 | -12/+11 |
* | Add pmap locking to pmap_remove_all(). | alc | 2004-08-13 | 1 | -0/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 25 | -527/+398 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -0/+8 |
* | 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 |