summaryrefslogtreecommitdiff
path: root/sys/arch/sh5/include
AgeCommit message (Expand)Author
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-12-21merge yamt-splraiseipl branch.yamt
2006-11-25Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compilingriz
2006-10-22Stick with unsigned long for _BSD_SIZE_T_ regardless of LP64/ILP32.scw
2006-10-04fix gcc -Werror -Wmissing-braces problemtnozaki
2006-09-09Convert to timecounters. Compile tested only. Ok steve@.gdamore
2006-09-05Convert to MI todr.gdamore
2006-09-04Pull in <sys/evcnt.h>scw
2006-09-04Remove unused r_sp #define.scw
2006-08-28- remove unused bdbtofsb.yamt
2006-05-22use "j" instead of "ll" for intmax_t and friends.mrg
2006-04-01closes: PR kern/32359cherry
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-31Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h thendsl
2006-01-30Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.hdsl
2006-01-30Move the definitions of ntohl() and friends into sys/endian.h where theydsl
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2006-01-20Add a STRONG_ALIAS macrochristos
2005-12-28inline -> __inlineperry
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-06-01Declare the second arg of process_write_{fp,}regs() to be const.scw
2005-05-25Include <sys/cdefs.h> for __signed; related to lib/30072.kleink
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2005-04-13Add netbsd32_vm_default_addr() and MAXDSIZ32/MAXSSIZ32. (Spottedscw
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-26Tweak {s,}size_t definitions to reflect the types used internallyscw
2005-01-29- Add some hooks to enable hardware-assisted (e.g. DMA) copy/zero page.scw
2004-09-25include sys/cpu_data.h only if defined(_KERNEL)yamt
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-06-10Reflect <sys/endian.h> rev. 1.4: make htonl() et al. arguments andkleink
2004-05-13Avoid lint failure in setjmp.h; lint doesn't handle __attribute__he
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2004-03-26nothing cares about __HAVE_SIGINFO anymore, so nuke itdrochner
2004-03-24Movewiz
2004-03-17Make COMPAT_NETBSD32 build again.scw
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-18Do not export __HAVE_RAS to userland. Applications are supposed to trymartin
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-07Ditch some cruft which crept in with the last commit.scw
2003-12-07Simplify the round/trunc page, and btop/ptob macroes.scw