summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
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
* 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
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+56
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* DELAY must be a routine, not a macro definition.grehan2003-09-261-2/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.obrien2003-08-031-0/+1
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-2/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Mega busdma API commit.scottl2003-07-011-1/+17
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-251-2/+0
OpenPOWER on IntegriCloud