summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Use the version field to identify the partial context used bygrehan2004-07-191-0/+1
* Empty GENERIC.hints file needed by make release.grehan2004-07-191-0/+1
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Resurrect kld support. Support ADDR16_HA/LA relocations, and syncgrehan2004-07-171-43/+45
* Push down the acquisition and release of the page queues lock intoalc2004-07-153-0/+12
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-132-0/+16
* Rename low-level code ddb -> db. Use KDB instead of DDB.grehan2004-07-122-72/+72
* Bring into KDB new order.grehan2004-07-122-18/+12
* - DDB -> KDB, with kdb routinesgrehan2004-07-122-46/+108
* No need for ddb option. Never a need for ipkdb option.grehan2004-07-122-4/+0
* Catch up with gratuitous ddb -> db renaminggrehan2004-07-121-1/+1
* Bring into line with KDB. Bring in NetBSD updates for backtrace routine,grehan2004-07-121-149/+155
* Remove unused NetBSD code. Bring mem r/w routines into here in linegrehan2004-07-121-341/+61
* Gratuitous namechange to avoid low-level association with ddb.grehan2004-07-121-1/+1
* Add prototype for KDB's makectx routinegrehan2004-07-121-0/+2
* Remove old NetBSD-derived unused code and stuff that is now obsoletegrehan2004-07-121-33/+12
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.grehan2004-07-121-4/+4
* kdb.h for PowerPC. Stubs for now.grehan2004-07-121-0/+49
* Add new KDB option, and also drop in long-held fxp/dc eth drivers.grehan2004-07-121-1/+4
* pmap_remove_pages() must not remove wired mappings. Sincealc2004-07-123-12/+0
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-092-4/+20
* G4 requires isync after 256Mb ibat/dbat update, G3 requiresgrehan2004-07-083-9/+12
* - trailing white-space cleanupgrehan2004-07-062-14/+20
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyobrien2004-07-061-0/+3
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulgrehan2004-07-062-29/+130
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-053-3/+3
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-1/+1
* Modify loop test when cycling through phys_avail array. It's possiblegrehan2004-07-013-6/+12
* Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-018-0/+25
* Move soft structs back to C files to avoid exposing rman fieldsgrehan2004-07-012-18/+1
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-2511-0/+11
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-032-10/+6
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-032-18/+8
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-262-12/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-11/+0
* trap_pfault() shouldn't be acquiring Giant. Found to blow upgrehan2004-05-192-4/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-8/+10
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-4/+4
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* - Catch up with recent ATA changes.grehan2004-04-232-6/+9
* Include <machine/pte.h> since it has been removed from <machine/param.h>.grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildgrehan2004-04-211-2/+0
* MFamd64alc2004-04-183-156/+28
* Remove avail_end. It is not used.alc2004-04-114-22/+3
* Remove advertising clause from University of California Regent'simp2004-04-0712-48/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-054-13/+6
OpenPOWER on IntegriCloud