summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style fix FreeBSD ID, and change continuation style slightly.obrien2001-06-091-4/+3
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpobrien2001-05-181-1/+1
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-61/+64
* Consistently define the rune types.obrien2001-05-161-4/+14
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-19/+24
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-272-14/+0
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-181-0/+3
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-282-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-23/+1
* Unbreak build on alpha.ume2001-03-241-3/+0
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-0/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* Correct disordering which is corresponding to bde's fix toume2001-02-171-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* RIP <machine/lock.h>.markm2001-02-111-36/+0
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-102-2/+0
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-31/+16
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+0
OpenPOWER on IntegriCloud