Age | Commit message (Expand) | Author |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed. Then, insert this into | Mark Kettenis |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-27 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-10-30 | Stop using cpp -tradition for fcode; handle the inclusion of a | Philip Guenther |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-08-31 | remove some compat junk; ok kettenis | Theo de Raadt |
2012-08-30 | Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical according | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-02-12 | this breaks ramdisk builds. misses release | Theo de Raadt |
2012-02-11 | Don't compare command line input to softraid device names. Parse | Kenneth R Westerback |
2012-01-11 | Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makes | Joel Sing |
2012-01-01 | Improve/clean up sparc64 installboot: | Joel Sing |
2011-12-28 | The sparc64 installboot is for sparc64 only - remove all of the non-sparc64 | Joel Sing |
2011-04-10 | Add -fno-builtin-exit to CFLAGS to silence gcc4. | Miod Vallat |
2011-04-10 | NULL -> 0 | 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-11-20 | some more installboot cleanup from gapz@dud-t.org | Theo de Raadt |
2010-11-19 | gapz@dud-t . org noted that sparc64 installboot crashes if the bootblock is | Theo de Raadt |
2010-09-08 | Crank ofwboot version after recent changes. | Joel Sing |
2010-09-08 | Use the offset value passed into search_label() and call it with | Joel Sing |
2010-09-08 | Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access | Joel Sing |
2010-08-25 | Remove the SPARC_BOOT_ELF define and associated machinery since it does | Joel Sing |
2010-08-21 | Rename file to reflect that it handles 64 bit ELF only. | Joel Sing |
2010-08-21 | We only need to load 64 bit kernels on sparc64. Clean up the ELF boot code | Joel Sing |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-06 | sparc64 has no boot(8) page; from Daniel Dickman | Jason McIntyre |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-02-27 | Remove ELF check. It is broken and since the PROM checks the loaded executable | Mark Kettenis |
2010-02-26 | crank version of the ofwboot, so we can tell which is which | Theo de Raadt |
2010-02-26 | Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail! | Theo de Raadt |
2009-11-04 | Replace the #ifdef NON_DEBUG and #ifdef NOTDEF_DEBUG mess with more sane | Joel Sing |
2009-09-03 | Missing header. | Joel Sing |
2009-09-03 | The sparc64 boot block currently compares a memory address to the ELF magic | Joel Sing |
2009-08-28 | ofwboot can be compiled without -traditional-cpp. | Joel Sing |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2008-07-06 | Bump verson number now that the bootloader works on the v1280. | Mark Kettenis |
2008-07-05 | Apparantly the "chain" OpenFirmware interface always fails so don't bother | Mark Kettenis |
2008-07-05 | Round up memory allocations to page size. Apparently sane firmware versions do | Mark Kettenis |
2008-07-05 | Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (which | Mark Kettenis |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |