Age | Commit message (Expand) | Author |
2016-06-02 | Rename findmbrlinux() to findmbrfat(). This function was originally | Jonathan Gray |
2016-05-31 | Add support for armv7. Fix an error message in the i386 support before | Mark Kettenis |
2016-05-23 | Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap and | Mark Kettenis |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-04-28 | Plug a couple of leaks of input buffers. | Kenneth R Westerback |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-02-18 | sync() requires unistd.h | Tobias Ulmer |
2016-01-15 | sync() needs unistd.h | Tobias Ulmer |
2015-12-28 | Replace lseek/[read|write] with pread|pwrite. | Kenneth R Westerback |
2015-12-24 | Make gpt_chk_mbr() instances even more identicaller by always | Kenneth R Westerback |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-20 | Remove unnecessary options: | Robert Peichaer |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-01 | Steal code from kern/subr_disk.c to check for a protective MBR before | Kenneth R Westerback |
2015-12-01 | aviion went away | Theo de Raadt |
2015-12-01 | Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZE | Kenneth R Westerback |
2015-11-30 | Revert the sync -> fsync conversion (at least for the time being) - there | Joel Sing |
2015-11-29 | give up on pledge for now. | Theo de Raadt |
2015-11-26 | Apply pledge. | Theo de Raadt |
2015-11-04 | fix a memory leak in multiple error paths | Jonathan Gray |
2015-11-03 | fix a memory leak in an error path | Jonathan Gray |
2015-10-28 | Backout the backout of installboot softraid non-gpt case fix. | Stefan Sperling |
2015-10-28 | Revert GPT change. Breaks non-GPT install/upgrade. | Kenneth R Westerback |
2015-10-28 | In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case. | Stefan Sperling |
2015-10-25 | Fix installboot(8) on i386/amd64 when softraid is on top of GPT. | Stefan Sperling |
2015-10-19 | Add parenthesis gcc wants and remove defined but unused label gcc | Kenneth R Westerback |
2015-10-19 | LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and not | Kenneth R Westerback |
2015-10-19 | Nuke unused variable. | Kenneth R Westerback |
2015-10-18 | Fix comments. | Robert Peichaer |
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 |