| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -1/+1 |
* | Unbreak build: define __RMAN_RESOURCE_VISIBLE | marcel | 2004-06-30 | 1 | -0/+2 |
* | Add machdep quirks functions. On i386, this disables acpi on systems with | njl | 2004-06-30 | 1 | -0/+6 |
* | - Remove unused definitions. | alc | 2004-06-23 | 1 | -5/+2 |
* | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 1 | -1/+1 |
* | Remove dead code related to pv entry allocation. | alc | 2004-06-19 | 1 | -14/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -11/+11 |
* | Neither pmap_enter() nor pmap_enter_quick() should create pv entries for | alc | 2004-06-11 | 1 | -4/+10 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | Reduce the number of preallocated pv entries and lpte entries in | alc | 2004-06-11 | 1 | -9/+2 |
* | Machine generated patch which changes linedisc calls from accessing | phk | 2004-06-04 | 1 | -3/+3 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 1 | -0/+1 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Gainfully employ the new ttyioctl in the trivial cases. | phk | 2004-06-01 | 1 | -22/+0 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | 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 |