aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Update the callframe structure to leave space for the frame pointerPeter Grehan2004-07-221-0/+2
* Fix printing of long doubles to match the size thatAndrew Gallatin2004-07-191-9/+9
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Use the version field to identify the partial context used byPeter Grehan2004-07-191-0/+1
* Gratuitous namechange to avoid low-level association with ddb.Peter Grehan2004-07-121-1/+1
* Add prototype for KDB's makectx routinePeter Grehan2004-07-121-0/+2
* Remove old NetBSD-derived unused code and stuff that is now obsoletePeter Grehan2004-07-121-33/+12
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.Peter Grehan2004-07-121-4/+4
* kdb.h for PowerPC. Stubs for now.Peter Grehan2004-07-121-0/+49
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyDavid E. O'Brien2004-07-061-0/+3
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-11/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+4
* Include <machine/pte.h> since it has been removed from <machine/param.h>.Peter Grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildPeter Grehan2004-04-211-2/+0
* MFamd64Alan Cox2004-04-181-11/+13
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-077-28/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-051-2/+2
* Increase kernel VA from 256Mb to 512Mb by shifting the segment usedPeter Grehan2004-03-022-3/+5
* Kernel changes for libthr (and probably libpthread).Peter Grehan2004-03-021-5/+31
* Add sys file required for IEEE fp functions.Peter Grehan2004-02-121-0/+37
* Interrupt statistics, vmstat -i now works.Peter Grehan2004-02-111-0/+3
* Cleaned up param.h:Peter Grehan2004-02-114-30/+16
* Definitions for MPC7457 CPU type and HID0 bitsPeter Grehan2004-02-092-35/+42
* Move temporary register save area from exception-vector memory toPeter Grehan2004-02-041-3/+15
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directPeter Grehan2004-01-291-0/+6
* A syscons implementation using the 8-bit framebuffer set up byPeter Grehan2004-01-211-0/+71
* Update 128-bit long double constants to match what is expectedPeter Grehan2004-01-211-9/+10
* Make the OpenPic driver bus-independent, with attachments forPeter Grehan2004-01-131-1/+29
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probePeter Grehan2004-01-131-0/+5
* GC the unused <machine/kse.h> file.Peter Wemm2003-12-241-38/+0
* - removed obsolete ppc_exit/ppc_boot functionsPeter Grehan2003-12-101-2/+0
* Use the "shut-down" and "reset-all" Forth procedures to halt andAndrew Gallatin2003-12-091-0/+2
* Make breakpoint() actually break into ddb.Andrew Gallatin2003-12-091-5/+6
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+56
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* DELAY must be a routine, not a macro definition.Peter Grehan2003-09-261-2/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying toPeter Grehan2003-09-241-2/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.David E. O'Brien2003-08-031-0/+1
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-2/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1