summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* GC an extraneous prototype of delay().benno2002-04-151-1/+0
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-012-6/+76
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-272-22/+8
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* - Make all inlines for manipulating supervisor-level registers accept/returnbenno2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properbenno2002-03-211-20/+6
* Remove __P.alfred2002-03-2010-100/+96
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* o Don't require long long support in bswap64() functions.mike2002-03-091-3/+33
* - Modify pmap_activate so it only marks the pmap as active.benno2002-02-281-0/+1
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-282-17/+17
* - When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, notbenno2002-02-281-5/+12
* Add a missing (.benno2002-02-281-1/+1
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-12/+0
* Make atomic_cmpset_32 correctly return 0 on failure.benno2002-02-241-0/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-36/+17
* style(9)obrien2002-02-181-2/+2
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-145-87/+96
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-282-2/+2
* Modify the critical section API as follows:jhb2001-12-182-18/+5
* Overhaul the per-CPU support a bit:jhb2001-12-116-163/+16
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* style(9)obrien2001-12-091-13/+14
* Add multiple inclusion protection.jhb2001-12-061-0/+5
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-142-2/+0
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-052-6/+2
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* Remove funky right justification.mike2001-10-231-8/+8
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-5/+12
* Try two on the preprocessing logic.obrien2001-10-191-1/+1
* Cleanup of the stdarg code.mp2001-10-192-54/+11
* Add support for the gcc-2.95 stdarg implementation.mp2001-10-182-0/+40
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-2/+5
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-151-1/+2
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-151-0/+2
* Implement pmap_mapdev.benno2001-10-141-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-205-7/+10
* GC obsolete cruft from this file.jhb2001-09-181-14/+0
* Whitespace fixes.jhb2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-20/+20
* - Fix a missed idleproc -> idlethread conversion.jhb2001-09-182-4/+2
* KSE Milestone 2julian2001-09-124-21/+30
OpenPOWER on IntegriCloud