summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-242-8/+12
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-212-2/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-2/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-13/+0
* Remove seconds types we don't use that came in thru the NetBSD heiratage.obrien2001-01-081-1/+0
* PowerPC atomic operation functions.benno2001-01-071-56/+298
* PowerPC assembler #defines.benno2001-01-071-0/+95
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-0/+1
* PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)obrien2001-01-021-0/+46
* PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)obrien2001-01-021-0/+67
* Minor style tweaks.obrien2001-01-022-8/+11
* PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)obrien2001-01-021-0/+175
* MP shells for the PowerPC platform.obrien2001-01-011-0/+50
* PowerPC platform-specific page size setting.obrien2001-01-011-0/+37
* PowerPC platform-specific definitions.obrien2001-01-011-0/+97
* Shells for the atomic operations FreeBSD needs.obrien2001-01-011-0/+228
* PowerPC platform-specific type definitions.obrien2001-01-011-0/+128
* PowerPC specific ELF ABI definitions.obrien2001-01-011-0/+170
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-092-0/+2
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-1/+1
OpenPOWER on IntegriCloud