summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* style(9) the structure definitions.obrien2001-09-051-1/+1
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Minor style(9)'ingobrien2001-08-161-2/+9
* style(9) and make consistent across platformsobrien2001-08-162-28/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-11/+11
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-2/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-5/+0
* Axe unused and invalid astpending globaldata member.jhb2001-08-042-2/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Register definitions for the OpenPIC used in various models ofbenno2001-07-011-0/+93
* Add TRAPF_* macros required by MI-ification of ast() and userret().benno2001-07-011-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-2/+1
* Fix the atomic_*_32 operations. These were written before I had the abilitybenno2001-06-273-55/+78
* Don't initialise ret in atomic_cmpset_32.benno2001-06-261-2/+1
* Fix asm constraints for atomic_cmpset_32. This fix may also be neededbenno2001-06-241-1/+1
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-1614-89/+293
* Add CVS id.obrien2001-06-151-1/+2
* Bring in NetBSD code used in the PowerPC port.benno2001-06-1019-0/+2649
* fix RCS ID style nitobrien2001-06-091-1/+1
* ID style nit.obrien2001-06-091-1/+1
OpenPOWER on IntegriCloud