| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the arguments to kern_sigaltstack() as they were reversed. | jhb | 2004-08-24 | 1 | -2/+2 |
* | Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list(). | njl | 2004-08-24 | 1 | -0/+10 |
* | It is now an error to call pmap_unuse_pt without the paddr of the pde | peter | 2004-08-24 | 1 | -3/+1 |
* | Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64 | peter | 2004-08-24 | 1 | -0/+4 |
* | Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock. | peter | 2004-08-23 | 2 | -11/+8 |
* | Sync with i386 - Optimize intr_execute_handlers a bit etc. | peter | 2004-08-16 | 4 | -27/+71 |
* | Sync with i386 - remove unused includes | peter | 2004-08-16 | 1 | -2/+0 |
* | Sync with i386 - get the softc via the devclass rather than caching the dev | peter | 2004-08-16 | 1 | -2/+1 |
* | Sync with i386 - add ADAPTIVE_GIANT, remove pcic | peter | 2004-08-16 | 1 | -1/+1 |
* | Sync with i386 - add foot shooting protection for the DDB/KDB thing. | peter | 2004-08-16 | 1 | -0/+5 |
* | Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not that | peter | 2004-08-16 | 1 | -0/+1 |
* | Sync with i386 - trace syscall entry/exit times, and a cosmetic fix. | peter | 2004-08-16 | 1 | -1/+7 |
* | Sync with i386 - fix bounds check in lapic_create() | peter | 2004-08-16 | 1 | -1/+1 |
* | Sync with i386 - pass resource requests up to parent | peter | 2004-08-16 | 1 | -92/+2 |
* | Sync with i386 - s/cpu_swtch/cpu_switch/ | peter | 2004-08-16 | 1 | -1/+1 |
* | Sync with i386 - dont count needed bounce pages if loading a buffer that | peter | 2004-08-16 | 1 | -1/+1 |
* | Sync with i386 - cosmetic fixes | peter | 2004-08-16 | 1 | -1/+2 |
* | Catch up with i386 - remove lots of no longer used symbolic constants | peter | 2004-08-16 | 1 | -76/+1 |
* | Sync with i386 | peter | 2004-08-16 | 1 | -3/+11 |
* | Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32. | obrien | 2004-08-16 | 2 | -3/+3 |
* | Un-comment LINPROCFS. | tjr | 2004-08-16 | 1 | -2/+2 |
* | I missed an 'IA32' in the documentation. | obrien | 2004-08-16 | 1 | -1/+1 |
* | I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support, | obrien | 2004-08-16 | 2 | -4/+6 |
* | Fix the 'DEBUG' argument code to unbreak the amd64 LINT build. | obrien | 2004-08-16 | 1 | -5/+7 |
* | Regen. | tjr | 2004-08-16 | 3 | -3/+3 |
* | Add preliminary support for running 32-bit Linux binaries on amd64, enabled | tjr | 2004-08-16 | 14 | -0/+4880 |
* | Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiled | rwatson | 2004-08-15 | 1 | -0/+5 |
* | Add an "options MP_WATCHDOG" to i386. This option allows one of the | rwatson | 2004-08-15 | 2 | -0/+259 |
* | Fix the memory scaling bug when basemem was converted to Kbytes from | ambrisko | 2004-08-13 | 1 | -1/+1 |
* | Mark end of frames. | davidxu | 2004-08-11 | 1 | -0/+1 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -0/+8 |
* | As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflags | davidxu | 2004-08-10 | 1 | -3/+4 |
* | In syscall, always make a copy of parameters from trapframe, this | davidxu | 2004-08-09 | 1 | -12/+9 |
* | With the advent of pmap locking it makes sense for pmap_copy() to be less | alc | 2004-08-08 | 1 | -3/+3 |
* | Move the definition of M_MEMDESC to a non-optional file. This allows | scottl | 2004-08-07 | 2 | -5/+5 |
* | Eliminate a variable that became unused in the i386 to amd64 conversion. | alc | 2004-08-07 | 1 | -2/+0 |
* | 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 |