| Commit message (Expand) | Author | Age | Files | Lines |
* | Doh. Forgot to remove _KERNEL version. | grehan | 2003-02-23 | 1 | -7/+0 |
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | grehan | 2003-02-22 | 1 | -0/+10 |
* | Adjust IRQ count for psim's OpenPIC model - it seems to be | grehan | 2003-02-20 | 1 | -0/+6 |
* | Catch up to latest KSE changes | grehan | 2003-02-20 | 2 | -6/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -7/+7 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -4/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 2 | -2/+2 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 2 | -2/+2 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Fix whitespace problems with option lines. | obrien | 2003-02-13 | 1 | -31/+31 |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |
* | Missed odd address test when transcribing the Alpha version. | grehan | 2003-02-13 | 1 | -1/+1 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Oops. Include opt_ddb.h. | benno | 2003-02-06 | 1 | -0/+2 |
* | Add a driver that attaches to the gpio node of macio and allows you to enter | benno | 2003-02-06 | 2 | -1/+143 |
* | Add a cast to silence a warning. | benno | 2003-02-06 | 1 | -1/+1 |
* | If a device tries to allocate an interrupt that's not on it's resource list, | benno | 2003-02-06 | 1 | -0/+16 |
* | GC an unused variable. | benno | 2003-02-05 | 2 | -4/+0 |
* | Export the ns_per_tick variable through md_var.h rather than by declaring | benno | 2003-02-05 | 4 | -4/+4 |
* | - Use cpu_setup() instead of identifycpu(). | benno | 2003-02-05 | 2 | -160/+2 |
* | Add cpu.c. This contains one exported function, cpu_setup(), which handles | benno | 2003-02-05 | 2 | -0/+366 |
* | - Update spr.h | benno | 2003-02-05 | 2 | -79/+325 |
* | Add an inline function wrapper for the mfpvf (Move From Processor Version | benno | 2003-02-05 | 1 | -0/+10 |
* | Not all cpus are MPC750s. Replace the MPC750 cpu option with OEA. This | benno | 2003-02-05 | 2 | -2/+2 |
* | Replace the inline asm in delay() with a while loop. This may not be as | benno | 2003-02-05 | 2 | -16/+8 |
* | - Rename the "powerpc" timecounter to the "decrementer" timecounter. | benno | 2003-02-05 | 5 | -14/+40 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -8/+12 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -2/+12 |
* | Add device zs to GENERIC on powerpc. | benno | 2003-02-02 | 1 | -0/+1 |
* | Put replace spaces with tabs in keeping with the rest of the file. | joe | 2003-02-01 | 1 | -1/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 4 | -4/+4 |
* | - Introduce a flags value into the interrupt handler structure. | benno | 2003-02-01 | 2 | -7/+11 |
* | - add pmap_pagedaemon_waken variable | grehan | 2003-02-01 | 3 | -141/+288 |
* | Make nirq mean 'number of irqs' and not 'last irq'. | benno | 2003-02-01 | 1 | -5/+5 |
* | Rework of how memory resources are discovered and dealt with in macio. | benno | 2003-01-30 | 4 | -68/+162 |
* | Put the right fix in. Instead of deleting the declaration of __FBSDID, we | benno | 2003-01-28 | 1 | -0/+7 |
* | Back the previous commit out. It didn't actually fix the problem I was | benno | 2003-01-27 | 1 | -3/+5 |
* | Back out some changes that snuck in with the last commit. | benno | 2003-01-27 | 4 | -538/+62 |
* | Flesh out bus_dmamap_sync. | benno | 2003-01-27 | 5 | -63/+544 |
* | Use td->td_sticks, not td->td_kse->ke_sticks. | benno | 2003-01-27 | 2 | -2/+2 |
* | Remove a duplicate definition of the __FBSDID macro. | benno | 2003-01-27 | 1 | -6/+0 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 2 | -2/+2 |
* | - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection | jeff | 2003-01-26 | 1 | -0/+1 |
* | Remove BAT invalidation. This is done later in the boot sequence, | grehan | 2003-01-22 | 2 | -34/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 6 | -7/+7 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 1 | -2/+16 |
* | include cdefs.h so as to unbreak the libc build | gallatin | 2003-01-20 | 1 | -0/+2 |
* | Removed unnecessary includes and brought up to date with ata | grehan | 2003-01-18 | 1 | -4/+15 |
* | Stub profile.h, required for userland builds. | grehan | 2003-01-18 | 1 | -0/+65 |
* | <machine/ieee.h>, taken from sparc64 | grehan | 2003-01-18 | 1 | -0/+146 |