summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand
AgeCommit message (Expand)Author
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now useMiod Vallat
2012-10-19Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S filesMiod Vallat
2012-10-19Link boot64 twice, first as a self-contained binary, to enforce there are noMiod Vallat
2012-10-18Put back the kl_n_shift variable, removed by mistake in 1.18, causing theMiod Vallat
2012-09-29Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,Miod Vallat
2012-08-31Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.Pascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-05-29When writing the new volume header to disk, write back the wholeMatthew Dempsky
2012-05-25Support for the POWER Indigo2 R10000 systems (IP28). Currently running withMiod Vallat
2012-03-29Put more smarts into the limited bootblocks brain; they will now happilyMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-19Prevent the Ethernet driver to be opened twice when using a bootp() path;Miod Vallat
2012-03-19Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionMiod Vallat
2011-07-09Repair boot32 build after zlib upgrade.Miod Vallat
2011-04-09Make this compile without warnings in all modes, and do not use NULL whenMiod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-09-14Undo unrelated changes commitedby mistake.Miod Vallat
2010-09-14Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks,Miod Vallat
2010-09-14unstatic variable we need elsewhere, fixes stand build on tezroMarco Peereboom
2010-09-14Fix couple of warningsMarco Peereboom
2010-09-14Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPICMiod Vallat
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-11-30Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiledMiod Vallat
2009-11-24KSEG->CKSEG fallout.Miod Vallat
2009-10-31A chunk from my WIP bootblocks tree went in by mistake in previous commit;Miod Vallat
2009-10-31Do not override AS and LD, to be cross compilation friendly; noticed by syuu@Miod Vallat
2009-07-22libsa printf doesn't support sizes in %s specifiers; fix format stringsMiod Vallat
2009-07-15missing va_end in bios_printf & dioopen. ok miod@Martynas Venckus
2009-06-19Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.Miod Vallat
2009-06-04More fallback from struct disklabel changes, yawnMiod Vallat
2009-05-30When booting in `install software' mode from the SGI boot menu, do not try toMiod Vallat
2009-05-14In addition to the existing IP32 boot block, build a real 64 bit boot blockMiod Vallat
2009-05-14Remove unused local.Miod Vallat
2009-05-09Promote types in ARCBios function prototypes from int to long wheneverMiod Vallat
2009-02-10Unbreak sgivol. When writing to the raw device use the native blocksize.Joel Sing
2008-08-25Make sgivol(8) use the device sector size for reads and writes. This allowsJoel Sing
2008-08-08Wrap long lines and remove useless comment.Joel Sing
2008-08-08Make sgivol use the sgilabel struct from machine/disklabel.h, rather thanJoel Sing
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-20Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherJoel Sing
2008-03-28If we fail to load the kernel, drop the user into interactive mode of ARCS,Joel Sing
2008-03-27Remove unwanted code and sync with mips64/arcbios.c.Joel Sing
2008-03-08Cleanup/style(9) code and comments.Joel Sing
2008-02-19Remove duplicate strcmp().Joel Sing
2008-02-18Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f'Joel Sing
2007-11-30Unbreak build. Also tested by jasper@.Joel Sing
2007-11-29needs at least S definedTheo de Raadt
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt