summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
AgeCommit message (Expand)Author
2006-10-03Don't load bad144 bad sector information into disklabels for archs thatKenneth R Westerback
2006-07-29fix typo in commentJasper Lievisse Adriaanse
2006-07-07Unroll DLT_* logic into simple 'look for native disklabel, then tryKenneth R Westerback
2006-07-03Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64Kenneth R Westerback
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-20Define an empty pmap_collect().Miod Vallat
2006-06-19Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() areKenneth R Westerback
2006-06-11Amiga is no longer amoung us. Some architectures were too sentimentalKenneth R Westerback
2006-06-06Define R5k/R10k extra trap codes.Miod Vallat
2006-05-29clean userland namespace a bit more; ok miodTheo de Raadt
2006-05-14use __mips64__Robert Nagy
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-02-27mips requires strict alignment; spotted after a discussion on undeadly;Miod Vallat
2006-01-14Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugsMiod Vallat
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Crank MAXPHYS to 64KB again and remove bogus comment.Miod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2005-12-20__attribute__ ((__packed_)) -> __packedMiod Vallat
2005-12-16do not use a label_t in the pcb. label_t may not exist in all contexts,Theo de Raadt
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-11-29backout miod's change because he did not compile libc.Theo de Raadt
2005-11-28Remove older-than-gramps poor man's assym.h defines; .S files do not even needMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-23there is no vtophys hereMichael Shalayeff
2005-11-06byebye Mach macrosMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-04-29So mips64 is our first arch that switches to using new MIAlexander Yurchenko
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2005-01-31Un-__P.Alexander Yurchenko
2005-01-18Move rm7000.h file from sgi to mips64.Alexander Yurchenko
2005-01-04SET_PC_REGS, arches tested between me and miod.Marc Espie
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-11say hello to XKSEG0 and XKSEG1!Per Fogelstrom
2004-11-11up default data size so things doesn't blow up to easyPer Fogelstrom
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
2004-10-18Move exec.h out from sgi to share it with other mips64 ports; withAlexander Yurchenko