summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
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-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
2005-10-28no more Mach-macrosMartin Reindl
2005-10-21remove two unused and deprecated Mach macros, alpha_round_page() andMartin Reindl
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-05-25comment typoJason Wright
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
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-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-09-16Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than aMiod Vallat
2004-08-16Uninline splraise to save some time and space.Artur Grabowski
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-07-04turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks theTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
2004-06-08pull up cpuid_t define from smp branch. Kill alpha specific defininitionMarco S Hyman
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-16provide MI splaudio(); ok miodPeter Valchev
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-13grog EV68Theo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-04clean up my copyright so it matches the templateNathan Binkert
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-19Remove ddb machine commands, they are already available as "bo ha" and "bo re".Miod Vallat
2002-11-26Make the PTE constants unsigned long with UL.Artur Grabowski
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev