1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/sys/powerpc/include
Peter Grehan 919cb3362f Kernel changes for libthr (and probably libpthread).
include/ucontext.h
 - remove trapframe and switch over to 'generic' description of machine
   state. Include version field to help with future modifications.
   Include floating point and altivec state, and hopefully align
   correctly

powerpc/copyinout.c
 - fill out casuptr() sync primitive, required by kern_umtx.c

powerpc/machdep.c
 - shifted proc0/thread0/pcpu setup to before cninit, since
   syscons -> make_dev -> devlock requires a valid curthread
 - implemented get_mcontext/set_mcontext
 - recast sendsig/sigreturn to use get/set_mcontext and new
   ucontext struct. floating point now saved
 - TODO: save/restore altivec state

powerpc/vm_machdep.c
 - implemented cpu_thread_setup/cpu_set_upcall/cpu_set_upcall_kse
 - eliminated trailing whitespace

Submitted by:  Suleiman Souhlal <refugee@segfaulted.com>, ucontext by grehan
2004-03-02 06:13:09 +00:00
..
_inttypes.h
_limits.h
_stdint.h
_types.h
asm.h
atomic.h
bat.h
bootinfo.h
bus_memio.h
bus_pio.h
bus.h
clock.h
cpu.h
cpufunc.h
critical.h
db_machdep.h
elf.h
endian.h
exec.h
float.h Update 128-bit long double constants to match what is expected 2004-01-21 04:56:39 +00:00
floatingpoint.h Add sys file required for IEEE fp functions. 2004-02-12 09:12:11 +00:00
fpu.h
frame.h
hid.h Definitions for MPC7457 CPU type and HID0 bits 2004-02-09 00:12:50 +00:00
ieee.h
ieeefp.h
in_cksum.h
interruptvar.h
intr_machdep.h Interrupt statistics, vmstat -i now works. 2004-02-11 13:18:31 +00:00
intr.h
ipl.h
limits.h
md_var.h
metadata.h
mutex.h
nexusvar.h Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe 2004-01-13 11:20:52 +00:00
ofw_machdep.h
openpicreg.h
openpicvar.h Make the OpenPic driver bus-independent, with attachments for 2004-01-13 11:24:36 +00:00
param.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00
pcb.h
pcpu.h Move temporary register save area from exception-vector memory to 2004-02-04 12:56:15 +00:00
pio.h
pmap.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00
powerpc.h - removed obsolete ppc_exit/ppc_boot functions 2003-12-10 08:55:53 +00:00
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
reloc.h
resource.h
runq.h
sc_machdep.h A syscons implementation using the 8-bit framebuffer set up by 2004-01-21 05:16:23 +00:00
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h
spr.h Definitions for MPC7457 CPU type and HID0 bits 2004-02-09 00:12:50 +00:00
sr.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00
stdarg.h
trap.h
ucontext.h Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00
varargs.h
vmparam.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00