| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -12/+0 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Fix typo in comment. While here, end the sentence with a period and | marcel | 2004-05-17 | 1 | -2/+1 |
* | Unbreak build due to previous commit: now that elf_reloc_internal() | marcel | 2004-05-17 | 1 | -1/+0 |
* | filter out the fdc(4) and sio(4) devices and corresponding options. | marcel | 2004-05-17 | 1 | -0/+8 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -10/+13 |
* | Revert previous commit. We should not get any FP traps from within | marcel | 2004-05-07 | 1 | -18/+15 |
* | Make sure to sanitize the FP status register. Specifically this | marcel | 2004-05-07 | 1 | -0/+3 |
* | 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 | -42/+5 |
* | Floating-point faults and exceptions can happen in the kernel too. | marcel | 2004-05-03 | 1 | -12/+15 |
* | Catch- and cleanup: | marcel | 2004-05-03 | 1 | -30/+35 |
* | Spell Ethernet correctly. | obrien | 2004-05-02 | 1 | -4/+4 |
* | Verify the MADT checksum before using the table. | marcel | 2004-05-01 | 1 | -2/+5 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+2 |
* | Don't check for NULL, device_get_softc() always succeeds. | njl | 2004-04-21 | 1 | -2/+1 |
* | MFamd64 | alc | 2004-04-18 | 2 | -72/+16 |
* | Remove a comment that refers to avail_start and avail_end as these | alc | 2004-04-11 | 1 | -3/+0 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -10/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 16 | -69/+0 |
* | Remove avail_end. As of yesterday, it is unused. | alc | 2004-04-06 | 2 | -3/+0 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 2 | -3/+0 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -1/+1 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -2/+2 |
* | MFi386: correctly calculate the top-of-stack when a kthread is created | marcel | 2004-03-27 | 1 | -4/+2 |
* | In breakpoint(), use a different immediate to make sure we can | marcel | 2004-03-21 | 1 | -2/+3 |
* | - Add uiomove_fromphys() implementations to alpha and ia64. These only | alc | 2004-03-20 | 1 | -0/+132 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Replace uint64_t with unsigned long in struct dbreg. | marcel | 2004-03-20 | 1 | -2/+2 |
* | Remove the last traditional hints. These hints only served the purpose | marcel | 2004-03-20 | 1 | -3/+1 |
* | sync comment with i386's isa.c.. This removes a comment that is YEARS | jmg | 2004-03-17 | 1 | -3/+1 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -17/+2 |
* | Now that contigfree() does not require Giant, don't grab it in busdma. | scottl | 2004-03-13 | 1 | -2/+0 |
* | Identify the Deerfield processor. Deerfield is a low-voltage variant | marcel | 2004-03-10 | 1 | -12/+25 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -11/+0 |
* | Integrate the code from pmap_pinit2() into pmap_pinit(), leaving | alc | 2004-03-07 | 1 | -5/+1 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 1 | -2/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -2/+2 |
* | Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts | marcel | 2004-02-22 | 3 | -35/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -2/+4 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -10/+13 |
* | Sort PFIL_HOOKS. | marcel | 2004-01-27 | 1 | -1/+1 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Fix handling of FP traps: | marcel | 2004-01-20 | 1 | -24/+23 |
* | s/framep/tf/g -- this normalizes on the use of tf to point to the | marcel | 2004-01-20 | 2 | -89/+89 |
* | Whitespace nit. | des | 2004-01-13 | 1 | -1/+1 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |