| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some long unused declarations. (For example, the PV flags have not | alc | 2003-02-27 | 1 | -6/+0 |
* | Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. | mux | 2003-02-26 | 2 | -2/+2 |
* | - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternate | jake | 2003-02-25 | 1 | -1/+1 |
* | - Removed UMAXPTDI and UMAXPTEOFF. | jake | 2003-02-24 | 2 | -3/+1 |
* | The mpbiosreason variable does not used for pc98. | nyan | 2003-02-24 | 1 | -0/+2 |
* | Allow machines with one CPU and a valid mp table to boot an SMP kernel. | tegge | 2003-02-23 | 1 | -0/+2 |
* | Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should | jake | 2003-02-23 | 1 | -1/+1 |
* | - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the | jake | 2003-02-23 | 2 | -5/+9 |
* | - Added macros PDESHIFT and PTESHIFT, use these instead of magic constants | jake | 2003-02-23 | 1 | -2/+2 |
* | The root of the splay tree maintained within the pm_pteobj always refers | alc | 2003-02-22 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been | peter | 2003-02-18 | 1 | -2/+0 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | i386/i386/tsc.c was repo-copied from i386/isa/clock.c. | phk | 2003-02-05 | 1 | -0/+1 |
* | Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper. | phk | 2003-02-05 | 1 | -4/+4 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 3 | -12/+13 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -1/+2 |
* | Make tsc_freq a 64bit quantity. | phk | 2003-01-29 | 1 | -1/+1 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 1 | -0/+6 |
* | Remove BDE_DEBUGGER. | jake | 2003-01-28 | 1 | -4/+0 |
* | Fix KSE related patch. | julian | 2003-01-26 | 1 | -2/+1 |
* | Clean up some junk defines, and GC the TPR options. | peter | 2003-01-23 | 1 | -23/+0 |
* | Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVEL | peter | 2003-01-23 | 2 | -34/+0 |
* | - Move enable_sse()'s prototype to machine/md_var.h. | jhb | 2003-01-22 | 2 | -4/+3 |
* | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | jhb | 2003-01-22 | 2 | -2/+2 |
* | Bah, add in a missing space char I noticed when MFC'ing this. | jhb | 2003-01-22 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | o Move the contents of <machine/floatingpoint.h> over to | marcel | 2003-01-19 | 2 | -88/+80 |
* | A driver for the System Management Application Program | mdodd | 2003-01-17 | 1 | -0/+91 |
* | Rework part of the previous processor name changes so that we read | jhb | 2003-01-09 | 1 | -1/+0 |
* | - Add a cpu_exthigh variable to hold the highest extended cpuid value | jhb | 2003-01-08 | 1 | -0/+2 |
* | Enumerate logical hyperthread CPUs manually if they aren't already listed | jhb | 2003-01-08 | 1 | -0/+80 |
* | Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with | jhb | 2003-01-08 | 1 | -0/+1 |
* | - Fix the name of the hyperthreading cpuid feature flag to be HTT instead | jhb | 2003-01-08 | 1 | -1/+9 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | Align the FPU state in the ucontext and sigcontext to 16 bytes | deischen | 2002-12-02 | 2 | -6/+8 |
* | Fix for non-GCC compilers. | obrien | 2002-11-27 | 1 | -4/+3 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 2 | -12/+5 |
* | Properly parenthesize the DBREG_DRX macro's variables to allow for | alfred | 2002-11-07 | 1 | -1/+1 |
* | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | davidxu | 2002-11-07 | 2 | -1/+2 |
* | Note that the sched_lock protects md_ldt of struct mdproc. | jhb | 2002-10-25 | 1 | -1/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 4 | -4/+54 |
* | Use the correct values for LDBL_*. Libc doesn't completely support | imp | 2002-10-25 | 1 | -9/+10 |
* | Very minor whitespace/style nit. | markm | 2002-10-23 | 1 | -2/+1 |
* | Change the definition of the debugging registers to be an array, so | phk | 2002-10-20 | 1 | -9/+6 |
* | Add the !define(COMPILING_LINT) | pirzyk | 2002-10-17 | 1 | -1/+1 |
* | put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set | pirzyk | 2002-10-17 | 1 | -0/+3 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |