summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand
AgeCommit message (Expand)Author
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
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-26Remove libkern.Joel Sing
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-11simple misspell, miod@ okJanne Johansson
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-08-01Create installation media that is recognized as such by the PROM.Mark Kettenis
2005-08-01put -l into the right place...Jason McIntyre
2005-08-01Add support for "hard links" in volume header.Mark Kettenis