summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Implement TLS relocations for powerpc.ssouhlal2004-11-021-0/+28
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+14
* Add pmap locking to many of the functions.alc2004-08-261-0/+15
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-163-0/+43
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* 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
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* 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
* Let ddb know powerpc is big endian so as to make ddb outputgallatin2004-07-231-0/+2
* Update the callframe structure to leave space for the frame pointergrehan2004-07-221-0/+2
* 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
* 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
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyobrien2004-07-061-0/+3
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-11/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* 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-181-12/+14
* Remove avail_end. It is not used.alc2004-04-111-1/+0
* Remove advertising clause from University of California Regent'simp2004-04-077-28/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-1/+0
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Increase kernel VA from 256Mb to 512Mb by shifting the segment usedgrehan2004-03-022-3/+5
* Kernel changes for libthr (and probably libpthread).grehan2004-03-021-5/+31
* Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
* Interrupt statistics, vmstat -i now works.grehan2004-02-111-0/+3
* Cleaned up param.h:grehan2004-02-114-30/+16
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-092-35/+42
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-291-0/+6
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-211-0/+71
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-131-1/+29
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-131-0/+5
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* - removed obsolete ppc_exit/ppc_boot functionsgrehan2003-12-101-2/+0
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-091-0/+2
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
OpenPOWER on IntegriCloud