summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include
AgeCommit message (Expand)Author
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-11Add cpu_counter().tsubai
2000-06-01Make booted_device global (and booted_parition for consitency).matt
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-03-17Install "machineendian_machdep.h".tron
2000-03-17In the `MY THAT'S GROSS' department...mycroft
2000-02-11Update for the NKMEMPAGES changes.thorpej
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-12-04CL* discarding.ragge
1999-08-21Include <sys/bswap.h> for function prototypes. i386, pc532 and vaxsimonb
1999-08-10Define cpu_number() as discussed on tech-smp.thorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1999-05-04Toss contents, and just pull in <powerpc/pmap.h>.thorpej
1999-05-04Pull in <powerpc/reg.h>.thorpej
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1999-04-16Now that we have direct-mapped pool pages, we can garbage-collect VM_MBUF_SIZEthorpej
1999-03-23VM_MBUF_SIZE is in terms of MCLBYTES, not CLBYTES.thorpej
1999-01-27Use <sys/disklabel_mbr.h>thorpej
1999-01-16MNN is no longer optionalchuck
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1998-12-04Not used.sakamoto
1998-10-02Oops, ofppc don't have wscons.sakamoto
1998-09-01Eliminate ovbcopy define.sakamoto
1998-08-26vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tsakamoto
1998-07-07Use fixed-size types.thorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-05Merge in MACHINE_NEW_NONCONTIG support and some fix from Tsubai-San.sakamoto
1998-05-28Rename NetBSD/powerpc to NetBSD/ofppc.sakamoto
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1998-03-02Change MBR partition type for NetBSD to 0xa9, like the i386 port.drochner
1998-02-18Fix typo.mycroft
1998-01-27Import DDB from OpenBSD/powerpc.sakamoto
1998-01-06Don't need __VM_PMAP_HACK anymore.thorpej
1998-01-05RCSID Police.perry
1998-01-03Now that all ports have pmap_activate(), and it has an identical interface,thorpej
1998-01-02Implement pmap_activate().thorpej
1997-11-05asm -> __asm__, volatile -> __volatilethorpej
1997-06-12bring mrg-vm-swap2 onto mainilne.mrg
1997-05-16Add #define __VM_PMAP_HACK as a temporary measure.gwr
1997-04-16Always define MACHINE_NONCONTIG.thorpej
1997-04-16Garbage collect stuff now hidden my machine_vec.thorpej
1997-04-16Don't define two partition types for NetBSD - just use the standard 0xa5.thorpej
1997-04-16Definitions for machine_vec interface, from Wolfgang Solfrank.thorpej
1997-02-24Define ALIGNED_POINTERfvdl
1997-01-31Declare booted_device and booted_partition as "extern".thorpej
1996-10-01Add some files that CVS missed somehowws
1996-09-30PowerPC portws