summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-1617-22/+22
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-1610-0/+300
* Advertise that color is supported so that syscons doesn't come upgrehan2004-08-161-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-125-87/+79
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-118-20/+16
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* In pmap_page_protect, clear the vm page's PG_WRITEABLE flag ifgrehan2004-08-053-3/+21
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-043-0/+6
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove race condition between reading of MSR, setting md_savecrit,grehan2004-08-031-6/+2
* Remove 'device mem' from GENERIC, which markm@ mistakingly added.ssouhlal2004-08-021-1/+0
* Kernel traps were not being passed to trap_fatal in somegrehan2004-08-022-2/+4
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-1/+3
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-303-0/+12
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* Implement MD parts of ptrace.ssouhlal2004-07-292-26/+86
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+4
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB togrehan2004-07-271-0/+4
* Make sure icache is sync'd whenever memory is touched. It maygrehan2004-07-271-0/+2
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-272-0/+8
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-272-0/+18
* Implement the protection check required by the pmap_extract_and_hold()alc2004-07-263-9/+18
* Let ddb know powerpc is big endian so as to make ddb outputgallatin2004-07-231-0/+2
* Detect kernel stack excursion into guard pages. Drop into KDBgrehan2004-07-232-10/+72
* Bring KDB stack size into line with thread stack size (4 pages).grehan2004-07-232-2/+2
* Allow DSI exceptions to invoke DDB.grehan2004-07-232-2/+4
* The ADDR16 relocations were assuming that non-local symbols had angrehan2004-07-231-14/+24
* Update the callframe structure to leave space for the frame pointergrehan2004-07-226-2/+16
* Make this compile: add sys/module.h and KDBify.gallatin2004-07-221-5/+3
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* elf_cpu_load_file no longer has an __unused variable. Also, don'tgrehan2004-07-201-3/+4
* Properly obey PPC context synchronization rules when modifyinggrehan2004-07-202-0/+4
* Fix printing of long doubles to match the size thatgallatin2004-07-191-9/+9
* 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
OpenPOWER on IntegriCloud