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