summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2000-07-08Clear the reservation in __cpu_simple_lock_try even if it failed to lock.tsubai
2000-07-06Make it compile with "options MULTIPROCESSOR".tsubai
2000-07-06Implement powerpc spin lock functions.tsubai
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.kleink
2000-06-27Resolve some formatting nits; add __intptr_t and __uintptr_t.kleink
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-25<vm/vm_prot.h> becomes <uvm/uvm_prot.h>mrg
2000-06-23Add a WEAK_ALIAS() macro.kleink
2000-06-11Add cpu_counter().tsubai
2000-06-11Make this compile again.tsubai
2000-06-09Pull in missing DDB headers.kleink
2000-06-09Need <sys/syscallargs.h> for declaration of sys_sysarch().kleink
2000-06-09Pull in missing headers for declarations, and add missing local functionkleink
2000-06-09Need <sys/systm.h> for declaration, and make argument declarations match.kleink
2000-06-09Need <sys/ptrace.h> for declarations.kleink
2000-06-08Need <sys/systm.h> for declaration of bzero().kleink
2000-06-08Need <sys/systm.h> for declaration, and make argument declarations match.kleink
2000-06-08Need <netinet/in.h> for declaration.kleink
2000-06-08Need <sys/systm.h> for panic() declaration.kleink
2000-06-08Need <sys/systm.h> for declaration, and make argument declarations match.kleink
2000-06-04Dump fp regs into core file.tsubai
2000-06-04Add fpreg area in struct md_coredump.tsubai
2000-06-04Add PT_GETFPREGS and PT_SETFPREGS support.tsubai
2000-05-28Rather than starting init and creating kthreads by forking and thenthorpej
2000-05-27Reduce use of curproc in several places:sommerfeld
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-26Rename the machine-specific stack trace printing functionsjhawk
2000-05-25Prepare for AmigaPPC.is
2000-05-24Use preempt(), not an open-coded equivalent (which won't bethorpej
2000-05-23Compile dk_* functions only when __BROKEN_DK_ESTABLISH is defined.tsubai
2000-05-02Let each platform typedef the new __cpu_simple_lock_t, which shouldthorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-18Make kernel profiling work.tsubai
2000-04-03When call a signal handler, don't pass the kernel (local) address in r5.tsubai
2000-04-02Move dl* function definitions to libc on ELF.minoura
2000-03-30Prototype vtophys() before defining it. Needed for compilation withjdolecek
2000-03-26Merge parts of chs-ubc2 into the trunk:kleink
2000-03-17Install "machineendian_machdep.h".tron
2000-03-17In the `MY THAT'S GROSS' department...mycroft
2000-03-16Foolish consistency. Mainly, always use underscores and sys/endian.h.mycroft
2000-03-07Define ISO C99 (unsigned) long long (min, max) symbols.kleink
2000-02-27Rewrite stdarg/varargs.tsubai
2000-02-19handle a NULL "done" pointer.chs
2000-02-18Remove vmparam.h.tsubai
2000-02-16Unused. (PR 9424)tsubai