summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2006-08-28- remove unused bdbtofsb.yamt
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-06-07convert to timecounters (from branch simonb-timecounters)kardel
2006-05-04pull splraiseipl() for sparc64 from newlock branch.yamt
2006-04-01closes: PR kern/32359cherry
2006-03-16s/uint32_t/unsigned int/ because we don't always have the former defined.cube
2006-03-14Add the sparc64 MD bits to get usable coredumps for COMPAT_NETBSD32cube
2006-03-14Under COMPAT_NETBSD32 emulation, pointers are not the same size as thecube
2006-03-14We really have EM_SPARC binaries in 32-bits mode, not EM_SPARC32PLUS.cube
2006-02-20Use ANSI-style function definitions and declarations.cdi
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-13ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.cdi
2006-02-11ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitionscdi
2006-01-27Alter sparc64 bootstrap, catch up to ofwboot v1.9:cdi
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-10-27Follow the lead of the sparc port:martin
2005-09-27remove unnecessary includes.chs
2005-07-12change trapframe to trapframe64 in the md_syscall prototype to fix 32christos
2005-07-12When returning 64bit values (from netbsd32_lseek) fix up the returnmartin
2005-07-11new filechristos
2005-07-10Now that sparc has syscall intern, no need to define it here too.christos
2005-07-10Fix COMPAT_NETBSD32 ucontext padding and move the definition next to themartin
2005-07-10Forgot to add this.christos
2005-07-10Re-factor syscall, and make it use syscall_{plain,fancy}.christos
2005-06-19Small clean-ups before an overhaul.thorpej
2005-06-16Rename 'ncpus' to 'sparc_ncpus' to avoid shadow warnings in m.i. code.briggs
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-05-31sprinkle const.christos
2005-04-20For GCC3 and later, use the __builtin_va* constructs.matt
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-25Add a few comments wrt PTEsheas
2005-02-22Cleanup: the PG_SZ macro was buggy (pointed out by Tim Newsham).martin
2005-01-27Remove orphaned extern declaration.martin
2005-01-17Convert the PMAP_PREFER() macro from two arguments (offset and hint)atatat
2005-01-02add a linted comment.christos
2004-12-12Fix comments slighlyabs
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
2004-08-17make PCI devices attachable/detachable (as far as the particular driversdrochner
2004-07-29give the special PCI bus enumerator a sparc64_ prefix and make thedrochner
2004-07-07also add <machine/joystick.h> to alpha and amd64, to allow compilationdrochner
2004-07-01Added UPA_MID definitions and macros(similar to FreeBSD).petrov
2004-07-01typo in define name, littie -> littleheas
2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk
2004-06-28Provide bus_space_translate_address_generic(), a helper function topk
2004-06-28Add openprom range property to the bus space tag.pk
2004-06-24Add missing ; in inline assembler for 32bit kernelsmartin
2004-06-18Fix small glitches to make SMP kernels compile again.martin