| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: Fix mem device. Grrr. | markm | 2004-08-06 | 1 | -2/+0 |
* | MFi386: sort out the mem device. Grrrr. | markm | 2004-08-06 | 1 | -0/+3 |
* | Fix module builds for i386 and amd64. | markm | 2004-08-04 | 2 | -37/+9 |
* | Post-locking clean up/simplification, particularly, the elimination of | alc | 2004-08-04 | 1 | -71/+61 |
* | 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 | -2/+3 |
* | Add style(9) foolishness. | dfr | 2004-08-03 | 1 | -8/+8 |
* | Diff reduction WRT i386 version. | markm | 2004-08-02 | 1 | -11/+12 |
* | Add definitions for TLS relocations. | dfr | 2004-08-02 | 1 | -2/+10 |
* | Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'. | obrien | 2004-08-02 | 1 | -0/+6 |
* | Add the I/O device for those architectures that have it. | markm | 2004-08-01 | 1 | -0/+1 |
* | Turn off PREEMPTION by default while it gets debugged. It's been causing | scottl | 2004-08-01 | 1 | -0/+3 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 6 | -142/+182 |
* | Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchin | davidxu | 2004-07-31 | 1 | -0/+1 |
* | Add pmap locking to pmap_object_init_pt(). | alc | 2004-07-31 | 1 | -1/+6 |
* | MFia64: | ps | 2004-07-30 | 1 | -17/+1 |
* | Advance the state of pmap locking on alpha, amd64, and i386. | alc | 2004-07-29 | 1 | -20/+26 |
* | Use newly added __used attribute to keep static function symbol from | kan | 2004-07-29 | 1 | -1/+1 |
* | Move a relic to its correct location(s): Put nfs diskless initialization | phk | 2004-07-28 | 1 | -25/+0 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -6/+7 |
* | Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only. | imp | 2004-07-22 | 1 | -8/+0 |
* | There is no pcic device on amd64. OLDCARD isn't supported, and | imp | 2004-07-22 | 1 | -9/+0 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 1 | -14/+0 |
* | Remove the allpmaps list. It's unused. | alc | 2004-07-20 | 2 | -19/+0 |
* | As a temporary hack, turn off deferred preemptions that are the result of | jhb | 2004-07-19 | 1 | -0/+2 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 1 | -1/+5 |
* | Enable ADAPTIVE_MUTEXES by default by changing the sense of the option to | scottl | 2004-07-18 | 1 | -1/+0 |
* | 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 |