| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some missing <sys/module.h> includes which are masked by the | phk | 2004-05-30 | 1 | -0/+1 |
* | MFi386 revision 1.6 | alc | 2004-05-30 | 1 | -2/+2 |
* | Implement __bb_init_func. This is a fairly straightforward conversion | tjr | 2004-05-29 | 1 | -0/+19 |
* | Remove a broken micro-optimization from pmap_enter(). The ill effect | alc | 2004-05-28 | 1 | -8/+0 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in struct | bde | 2004-05-26 | 1 | -3/+10 |
* | Oops, ".align 4" for the data section in the previous commit should | bde | 2004-05-24 | 1 | -3/+3 |
* | Fixed profiling of trap, syscall and interrupt handlers and some | bde | 2004-05-24 | 3 | -6/+40 |
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h. | bde | 2004-05-24 | 1 | -3/+0 |
* | Added profiling support for Xint0x80_syscall. | bde | 2004-05-23 | 1 | -0/+2 |
* | Adjusted for amd64 after repo-copy. The adjustments are routine, except: | bde | 2004-05-23 | 1 | -23/+53 |
* | Restored FAKE_MCOUNT() and MEXITCOUNT invocations and adjusted them for | bde | 2004-05-23 | 1 | -0/+8 |
* | Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary | bde | 2004-05-23 | 2 | -4/+4 |
* | Spell "retq" as "ret" in pagezero() like it is everywhere, else so | bde | 2004-05-23 | 1 | -1/+2 |
* | MFi386 (1.103 and 1.104: fixed some problems in high resolution profiling | bde | 2004-05-21 | 1 | -31/+15 |
* | MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). | bde | 2004-05-20 | 1 | -0/+19 |
* | Like on i386, clear the last three entries in the pml4 page when doing a | peter | 2004-05-19 | 1 | -2/+7 |
* | Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and in | bde | 2004-05-19 | 1 | -1/+1 |
* | Fixed some style bugs (mainly misalignment of backslashes). | bde | 2004-05-19 | 1 | -10/+10 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -30/+0 |
* | Unbreak builds without DDB. Bad Bruce! No cookie! :-) | peter | 2004-05-19 | 1 | -0/+2 |
* | The 'call mcount' hooks that gcc inserts when profiling are in a place that | peter | 2004-05-18 | 1 | -2/+37 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Fixed DDB_NOKLDSYM on amd64's: | bde | 2004-05-18 | 1 | -0/+6 |
* | Turn on modules for amd64. Fear. | peter | 2004-05-17 | 2 | -4/+0 |
* | Deal with REL records that have the addend embedded variable sized targets | peter | 2004-05-17 | 1 | -2/+10 |
* | Checkpoint some of what I was starting to tinker with for having some | peter | 2004-05-16 | 3 | -7/+20 |
* | Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything | peter | 2004-05-16 | 6 | -127/+1 |
* | Converge some more with i386. | peter | 2004-05-16 | 1 | -10/+21 |
* | MFi386: add rue and twa | peter | 2004-05-16 | 1 | -0/+3 |
* | MFi386: avoid partial register references, for what its worth. | peter | 2004-05-16 | 1 | -5/+5 |
* | For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t | peter | 2004-05-16 | 2 | -2/+2 |
* | MFi386: numerous interrupt and acpi updates | peter | 2004-05-16 | 18 | -192/+505 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -26/+35 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 1 | -1/+1 |
* | Add an MI implementation of the ACPI global lock routines and retire the | njl | 2004-05-05 | 1 | -36/+6 |
* | Add a simple mini-driver for the ELCR register. Originally, the ELCR | jhb | 2004-05-04 | 1 | -0/+143 |
* | Add option GEOM_GPT. This brings the ability to have a large number of | marcel | 2004-05-02 | 1 | -0/+1 |
* | Spell Ethernet correctly. | obrien | 2004-05-02 | 1 | -9/+9 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+4 |
* | Don't check for NULL, device_get_softc() always succeeds. | njl | 2004-04-21 | 1 | -2/+1 |
* | Simplify the sf_buf implementation. In short, make it a trivial veneer | alc | 2004-04-18 | 2 | -73/+16 |
* | Set the "global" attribute on the page table entries for the kernel and | alc | 2004-04-16 | 1 | -3/+3 |
* | - is_physical_memory()'s parameter, which is a physical address, should be | alc | 2004-04-11 | 2 | -3/+2 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -0/+1 |
* | Update to include both the L1 and L2 TLB stats, as well as the seperate | peter | 2004-04-07 | 1 | -5/+55 |
* | MFi386: move rss() from db_interface.c to cpufunc.h | peter | 2004-04-07 | 2 | -12/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 10 | -40/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 34 | -136/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |