Age | Commit message (Expand) | Author |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Merge nlist out of boundary access fix with other nlist implementations. | Tobias Stoeckmann |
2015-10-15 | Add an extra argument to bootstrap() to allow for a limited overlap between an | Miod Vallat |
2015-10-15 | give up; include stdlib.h from the .h file, sigh | Theo de Raadt |
2015-10-14 | worse, need even more includes... | Theo de Raadt |
2015-10-14 | add includes for crc32() and uuid_dec_be() missed in rev 1.11 | Jonathan Gray |
2015-10-14 | Backout last. Breaks sparc64, amoung other dubiousness. | Kenneth R Westerback |
2015-10-12 | Check that the disk specified on the command line is the disk that | Kenneth R Westerback |
2015-10-11 | needs at least some include love; choosing <stdlib.h> | Theo de Raadt |
2015-10-08 | Refactor fileprefix() and filecopy() to use warn() instead of err() | Kenneth R Westerback |
2015-10-07 | Add initial support for installing UEFI boot files to a GTP EFI System | Kenneth R Westerback |
2015-10-05 | Out, damned whitespace! | Kenneth R Westerback |
2015-10-05 | Copy the stage2 file to / in md_installboot(). | Miod Vallat |
2015-10-03 | Nuke trailing whitespace to avoid cluttering possible upcoming diffs. | Kenneth R Westerback |
2015-09-10 | Assign the return value of getopt() to an int, not a char, so that options | Miod Vallat |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-10-08 | use reallocarray() to detect int overflow; ok doug | Theo de Raadt |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-25 | Apply/fix OpenBSD tag. | Tobias Stoeckmann |
2014-06-25 | Check malloc return value for NULL. | Tobias Stoeckmann |
2014-06-09 | Change the installboot file copying process so that it carefully | Joel Sing |
2014-06-09 | Use calloc() instead of malloc()/memset(). | Joel Sing |
2014-04-27 | Don't zap disklabel (and next 6 blocks) when installing boot block on | Kenneth R Westerback |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-21 | Use ${STATIC} not -static | Theo de Raadt |
2014-01-19 | Tweak comment re root prefixes. | Joel Sing |
2014-01-19 | Do not prefix user specified stages with the root filesystem mount point. | Joel Sing |
2014-01-19 | When copying files do it in 512 byte blocks so that we're less likely to | Joel Sing |
2014-01-19 | Rework installboot and use a single directory with a single makefile. The | Joel Sing |
2014-01-18 | sort options; | Jason McIntyre |
2014-01-18 | Make installboot(8) easier to use - copy the second stage boot loader to | Joel Sing |
2014-01-18 | Add a -r flag that allows for the mount point of the root filesystem to be | Joel Sing |
2014-01-18 | Build installboot on all architectures. | Joel Sing |
2014-01-18 | Also make installboot build on macppc. | Joel Sing |
2014-01-18 | Add missing include. | Joel Sing |
2014-01-18 | Make installboot(8) build on all architectures, although currently with | Joel Sing |
2014-01-05 | Add initial man page for installboot. | Joel Sing |
2013-12-28 | Actually load the second-stage boot loader so that softraid can store it in | Joel Sing |
2013-12-28 | sparc64 uses /ofwboot as the second stage, not /boot. | Joel Sing |
2013-12-28 | Add installboot support for sparc64. | Joel Sing |
2013-12-28 | Add installboot support for the remaining `disklabel -B' architectures | Joel Sing |
2013-12-28 | Add installboot support for vax. | Joel Sing |
2013-12-28 | Round the size of the bootstrap up to a multiple of the disk sector size. | Joel Sing |
2013-12-28 | Various code clean ups - add a missing header, add a missing prototype, | Joel Sing |
2013-12-28 | Tweak makefiles so that we pull in source files based on defines. | Joel Sing |
2013-12-27 | Instead of playing #include games to get a 32-bit ELF implementation on | Joel Sing |
2013-12-27 | Add installboot support for hppa. | Joel Sing |
2013-12-27 | Provide a bootstrap implementation (effectively a `disklabel -B' | Joel Sing |
2013-12-27 | Add installboot support for amd64. | Joel Sing |