| Commit message (Expand) | Author | Age | Files | Lines |
* | - correctly set the return value for the copyin/out fault buffer to 1 | grehan | 2004-07-09 | 2 | -4/+20 |
* | G4 requires isync after 256Mb ibat/dbat update, G3 requires | grehan | 2004-07-08 | 3 | -9/+12 |
* | - trailing white-space cleanup | grehan | 2004-07-06 | 2 | -14/+20 |
* | In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy | obrien | 2004-07-06 | 1 | -0/+3 |
* | Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painful | grehan | 2004-07-06 | 2 | -29/+130 |
* | Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 3 | -3/+3 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -1/+1 |
* | Modify loop test when cycling through phys_avail array. It's possible | grehan | 2004-07-01 | 3 | -6/+12 |
* | Catch up with __RMAN_RESOURCE_VISIBLE change | grehan | 2004-07-01 | 8 | -0/+25 |
* | Move soft structs back to C files to avoid exposing rman fields | grehan | 2004-07-01 | 2 | -18/+1 |
* | Catchup to now-required <sys/module.h> for PowerPC | grehan | 2004-06-25 | 11 | -0/+11 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 2 | -10/+6 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 2 | -18/+8 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 2 | -12/+0 |
* | Moved most of the "MI" definitions and declarations from <machine/profile.h> | bde | 2004-05-19 | 1 | -11/+0 |
* | trap_pfault() shouldn't be acquiring Giant. Found to blow up | grehan | 2004-05-19 | 2 | -4/+0 |
* | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | stefanf | 2004-05-18 | 1 | -1/+1 |
* | Make a small revision to the api between the elf linker core and the | peter | 2004-05-16 | 1 | -8/+10 |
* | 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 | -4/+4 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+4 |
* | - Catch up with recent ATA changes. | grehan | 2004-04-23 | 2 | -6/+9 |
* | Include <machine/pte.h> since it has been removed from <machine/param.h>. | grehan | 2004-04-21 | 1 | -0/+1 |
* | <machine/pte.h> has no business being here. Finally exposed by F77 build | grehan | 2004-04-21 | 1 | -2/+0 |
* | MFamd64 | alc | 2004-04-18 | 3 | -156/+28 |
* | Remove avail_end. It is not used. | alc | 2004-04-11 | 4 | -22/+3 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 12 | -48/+0 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 4 | -13/+6 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 3 | -3/+3 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 2 | -4/+4 |
* | Match the specific MPC106 host bridge PCI ID rather than all | grehan | 2004-04-01 | 1 | -6/+3 |
* | The end argument to bus_alloc_resource() should have been ~0 and | grehan | 2004-03-31 | 1 | -2/+1 |
* | Replace td2 with td on the assumption that this was a typo. This should at | benno | 2004-03-30 | 2 | -2/+2 |
* | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | peter | 2004-03-29 | 2 | -10/+6 |
* | Add an implementation of uiomove_fromphys() for PowerPC. This | alc | 2004-03-23 | 2 | -0/+262 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -3/+3 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 2 | -36/+6 |
* | Now that contigfree() does not require Giant, don't grab it in busdma. | scottl | 2004-03-13 | 1 | -2/+0 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 3 | -18/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -2/+2 |
* | Increase kernel VA from 256Mb to 512Mb by shifting the segment used | grehan | 2004-03-02 | 5 | -3/+17 |
* | Kernel changes for libthr (and probably libpthread). | grehan | 2004-03-02 | 7 | -149/+459 |
* | Bring to working PIO state. | grehan | 2004-02-29 | 1 | -3/+12 |
* | Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The | grehan | 2004-02-12 | 1 | -0/+190 |
* | Add sys file required for IEEE fp functions. | grehan | 2004-02-12 | 1 | -0/+37 |
* | Interrupt statistics, vmstat -i now works. | grehan | 2004-02-11 | 5 | -26/+59 |
* | Clean up header files, which fixes compile warning. | grehan | 2004-02-11 | 1 | -10/+1 |
* | - constify devinfo strings to eliminate compile warning | grehan | 2004-02-11 | 2 | -18/+18 |