| Commit message (Expand) | Author | Age | Files | Lines |
* | force long-names on msdos filenames, so that folk can see pretty names |  deraadt | 2020-07-22 | 4 | -5/+9 |
* | Should use ufs_args here after all. |  visa | 2020-07-19 | 1 | -4/+4 |
* | use correct structure for mounting, duh |  deraadt | 2020-07-18 | 3 | -6/+6 |
* | Create grub.cfg file as required |  deraadt | 2020-07-18 | 1 | -15/+50 |
* | Add powerpc64 support; straight copy from octeon. |  kettenis | 2020-07-17 | 2 | -1/+247 |
* | convert macppc, octeon, and loongson to use MI installboot, removing |  deraadt | 2020-06-27 | 8 | -12/+760 |
* | Provide clear errors when trying to install oversized boot loader |  kn | 2020-06-08 | 4 | -4/+25 |
* | Recommit, now that we found out how to fix the BIOS related issues: go |  otto | 2020-03-09 | 2 | -19/+101 |
* | Revert previous, there are BIOS that do not like these changes. |  otto | 2020-03-07 | 2 | -101/+19 |
* | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. |  otto | 2020-02-28 | 2 | -19/+101 |
* | don't print a blank line if no stage1 or stage2 aspects |  deraadt | 2019-10-29 | 1 | -6/+8 |
* | Fix copyright lines, the "one-inode file system" in i386_softraid.c is my |  otto | 2019-09-02 | 3 | -5/+4 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 8 | -24/+24 |
* | Revert last. Breaks landisk snap building for currently unknown |  krw | 2018-12-13 | 1 | -10/+27 |
* | Don't allow the bootstrap to overlap the start of the OpenBSD area of |  krw | 2018-11-25 | 1 | -27/+10 |
* | avoid freeing r twice in error case; OK otto@ |  miko | 2018-11-07 | 1 | -2/+2 |
* | Remove 'overlap_allowance' parameter from bootstrap(). |  krw | 2018-09-01 | 4 | -9/+9 |
* | installboot: adapt fileprefix() to future realpath(3) behavior |  jcs | 2018-07-03 | 1 | -9/+25 |
* | Use <elf.h> instead of <elf_abi.h> |  mpi | 2017-10-27 | 2 | -4/+4 |
* | Malloc the superblock buffer to make sure that it is properly aligned. |  naddy | 2017-06-04 | 1 | -4/+6 |
* | Add arm64 support. |  kettenis | 2017-05-07 | 2 | -3/+20 |
* | Merge identical amd64 and i386 stanzas. |  krw | 2016-08-14 | 1 | -7/+2 |
* | Use more compact idiom to select architecture dependent files to compile. No |  krw | 2016-07-20 | 1 | -55/+7 |
* | Rename findmbrlinux() to findmbrfat(). This function was originally |  jsg | 2016-06-02 | 1 | -4/+4 |
* | Add support for armv7. Fix an error message in the i386 support before |  kettenis | 2016-05-31 | 3 | -4/+270 |
* | Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap and |  kettenis | 2016-05-23 | 1 | -2/+2 |
* | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 2016-05-11 | 2 | -43/+1 |
* | Plug a couple of leaks of input buffers. |  krw | 2016-04-28 | 2 | -2/+5 |
* | We are done providing support for the vax. |  deraadt | 2016-03-09 | 2 | -62/+1 |
* | sync() requires unistd.h |  tobiasu | 2016-02-18 | 1 | -1/+2 |
* | sync() needs unistd.h |  tobiasu | 2016-01-15 | 1 | -1/+2 |
* | Replace lseek/[read|write] with pread|pwrite. |  krw | 2015-12-28 | 3 | -34/+23 |
* | Make gpt_chk_mbr() instances even more identicaller by always |  krw | 2015-12-24 | 1 | -2/+2 |
* | Make all instances of gpt_chk_mbr() identical (bar static vs |  krw | 2015-12-24 | 1 | -6/+4 |
* | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to |  krw | 2015-12-24 | 1 | -2/+3 |
* | Remove unnecessary options: |  rpe | 2015-12-20 | 1 | -3/+3 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-10 | 1 | -3/+2 |
* | Steal code from kern/subr_disk.c to check for a protective MBR before |  krw | 2015-12-01 | 1 | -1/+52 |
* | aviion went away |  deraadt | 2015-12-01 | 1 | -5/+1 |
* | Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZE |  krw | 2015-12-01 | 2 | -4/+2 |
* | Revert the sync -> fsync conversion (at least for the time being) - there |  jsing | 2015-11-30 | 4 | -9/+14 |
* | give up on pledge for now. |  deraadt | 2015-11-29 | 1 | -4/+1 |
* | Apply pledge. |  deraadt | 2015-11-26 | 5 | -15/+13 |
* | fix a memory leak in multiple error paths |  jsg | 2015-11-04 | 1 | -6/+8 |
* | fix a memory leak in an error path |  jsg | 2015-11-03 | 1 | -2/+4 |
* | Backout the backout of installboot softraid non-gpt case fix. |  stsp | 2015-10-28 | 1 | -1/+7 |
* | Revert GPT change. Breaks non-GPT install/upgrade. |  krw | 2015-10-28 | 1 | -7/+1 |
* | In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case. |  stsp | 2015-10-28 | 1 | -5/+5 |
* | Fix installboot(8) on i386/amd64 when softraid is on top of GPT. |  stsp | 2015-10-25 | 3 | -5/+11 |