summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Put back the two semicolons I accidentally lost while reformatting this tobenno2001-06-281-2/+2
* Code for dealing with external interrupts.benno2001-06-271-0/+832
* Fix comment breakage.benno2001-06-2712-139/+498
* 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
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-192-48/+98
* The final commit for the first phase of PowerPC support.benno2001-06-171-0/+31
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-1625-487/+606
* Add CVS id.obrien2001-06-151-1/+2
* Bring in NetBSD code used in the PowerPC port.benno2001-06-1049-0/+17592
* 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
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-292-12/+0
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-212-12/+32
* 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
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-161-28/+16
* Trim lots of stuff that is now in MI code along with MD alpha code.jhb2001-05-101-324/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-273-15/+1
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-262-0/+12
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-241-0/+3
* Fix includes so it compiles again.mjacob2001-04-231-1/+2
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-181-0/+3
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-4/+0
* 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
* - Include <machine/prom.h> to get the prototype for prom_halt().jhb2001-03-281-1/+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
* remove bogus check -- for kernel threads we fork off of proc0, not curprocgallatin2001-03-152-4/+0
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-072-2/+4
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-222-2/+2
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-203-15/+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-112-37/+0
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-103-3/+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-095-55/+40
* * Move exception_return to exception.s which is a more logical home for it.dfr2001-01-311-0/+2
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-262-4/+4
OpenPOWER on IntegriCloud