summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2004-01-08gcc3 does not seem to like comments inside comments - zap a couple; ok miodPeter Valchev
2004-01-07machine/stdarg.h -> sys/stdarg.h; ok espiePeter Valchev
2004-01-07do not include proc.h twice; ok miodPeter Valchev
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03shut gcc up; ok miodPeter Valchev
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-20Pass -WformatMiod Vallat
2003-12-17For some reason sparc64 seems to need the equivalent of -I/sys whereTodd C. Miller
2003-12-17remove unneeded bits introduced in previous commitTodd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-17bad me, left commented code in here...Jason Wright
2003-12-16uncessary defnsJason Wright
2003-12-16Don't need linear mappings here eitherJason Wright
2003-12-16don't do a linear mapping (prevents warnings on the leopard)Jason Wright
2003-12-12initialze -> initializes; from Eric Borsboom;Jason McIntyre
2003-12-04TyposMiod Vallat
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-01Fix off-by-one.Chad Loder
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-28from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block sizes...Jason Wright
2003-08-26fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@Dale Rahn
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14add uhci based on suggestion from loki at niteshade dot netJason Wright
2003-07-31remove autoconf_nzs; from netbsdJason Wright
2003-07-24a whole bunch of tyop fixes from Andrey SmaginJason Wright
2003-07-23add ahc and clean things a bitJason Wright
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-16sun disklabels need updating too. frag size -> 2048.Ted Unangst
2003-07-15include the puc stuff (currently commented out in GENERIC)Jason Wright
2003-07-14For completeness, handle ldqf/stqf alignment faults by calling the emulationJason Wright
2003-07-14cleaning and undef DEBUG_EMULJason Wright
2003-07-13whoa, gcc wasn't at fault: i_loadstore was missing 5 bits, which was causingJason Wright
2003-07-13my loathing for gcc runneth over: another case where a bitfield isn'tJason Wright
2003-07-12grr. gcc has bugs in its bitfields, work around it.Jason Wright
2003-07-12%asi is in tf_tstate... nail the last variant of ldqfa/stqfaJason Wright
2003-07-12almost full emulation of stq(a)/ldq(a):Jason Wright
2003-07-10unifdef -UNEW_FPSTATE in attempt to make it more clearJason Wright
2003-07-10small bit of cleaningJason Wright
2003-07-10- working emulation for POPC instructionJason Wright
2003-07-10more instructions in type 3, op=2Jason Wright
2003-07-09part of infrastructure to deal with emulated stqf/ldqf:Jason Wright
2003-07-09another instruction correction: STQDC -> STQFAJason Wright