Age | Commit message (Expand) | Author |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-01-20 | Check for disks deeper than 4 levels down in the Open Firmware device tree. | Stefan Sperling |
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat |
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. | Kenneth R Westerback |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2014-12-11 | Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot. | Stefan Sperling |
2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. | Stefan Sperling |
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling |
2014-11-26 | Introduce softraid boot support to sparc64 ofwboot. | Stefan Sperling |
2014-11-26 | Add softraid support to sparc64 first-level boot blocks. | Stefan Sperling |
2014-11-26 | Add softraid boot support code files ported by me to sparc64 from amd64. | Stefan Sperling |
2014-11-26 | Copy some Open Firmware interface functions from the kernel to ofwboot. | Stefan Sperling |
2014-11-26 | Hook ofwbootfd to the build. | Stefan Sperling |
2014-11-26 | Add a separate ofwboot build for the sparc64 floppies. | Stefan Sperling |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-10-16 | No longer used. | Mark Kettenis |
2014-10-16 | The "close" word doesn't return any arguments. | Mark Kettenis |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-12 | revert a few stragglers hiding out | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat |
2014-06-08 | Remove an incorrect bzero() that was zeroing the | Jonathan Gray |
2014-06-08 | instead of reading past the end of the sun_fstypes array | Jonathan Gray |
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 |