aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Modify the critical section API as follows:John Baldwin2001-12-182-18/+5
* Overhaul the per-CPU support a bit:John Baldwin2001-12-116-163/+16
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-2/+2
* style(9)David E. O'Brien2001-12-091-13/+14
* Add multiple inclusion protection.John Baldwin2001-12-061-0/+5
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.John Baldwin2001-11-142-2/+0
* Clean up the trap handling code and make it consistent with the other platforms.Mark Peek2001-11-052-6/+2
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-024-0/+470
* Remove funky right justification.Mike Barcroft2001-10-231-8/+8
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-212-5/+12
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-1/+1
* Cleanup of the stdarg code.Mark Peek2001-10-192-54/+11
* Add support for the gcc-2.95 stdarg implementation.Mark Peek2001-10-182-0/+40
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeDavid E. O'Brien2001-10-181-2/+5
* - Correct the type of the argument to delay() so as to not conflict withBenno Rice2001-10-151-1/+2
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closerMark Peek2001-10-151-0/+2
* Implement pmap_mapdev.Benno Rice2001-10-141-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-205-7/+10
* GC obsolete cruft from this file.John Baldwin2001-09-181-14/+0
* Whitespace fixes.John Baldwin2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-182-20/+20
* - Fix a missed idleproc -> idlethread conversion.John Baldwin2001-09-182-4/+2
* KSE Milestone 2Julian Elischer2001-09-124-21/+30
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.Peter Wemm2001-08-251-1/+0
* Minor style(9)'ingDavid E. O'Brien2001-08-161-2/+9
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-162-28/+26
* OFF_T -> OFF (more standard style)Andrey A. Chernov2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-152-0/+6
* Style changes to commonize the various platforms.David E. O'Brien2001-08-151-11/+11
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-2/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-5/+0
* Axe unused and invalid astpending globaldata member.John Baldwin2001-08-042-2/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder2001-07-311-0/+11
* Register definitions for the OpenPIC used in various models ofBenno Rice2001-07-011-0/+93
* Add TRAPF_* macros required by MI-ification of ast() and userret().Benno Rice2001-07-011-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-292-2/+1
* Fix the atomic_*_32 operations. These were written before I had the abilityBenno Rice2001-06-273-55/+78
* Don't initialise ret in atomic_cmpset_32.Benno Rice2001-06-261-2/+1
* Fix asm constraints for atomic_cmpset_32. This fix may also be neededBenno Rice2001-06-241-1/+1
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice2001-06-1614-89/+293
* Add CVS id.David E. O'Brien2001-06-151-1/+2
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-1019-0/+2649
* fix RCS ID style nitDavid E. O'Brien2001-06-091-1/+1
* ID style nit.David E. O'Brien2001-06-091-1/+1
* Style fix FreeBSD ID, and change continuation style slightly.David E. O'Brien2001-06-091-4/+3