index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
installboot
/
i386_installboot.c
Age
Commit message (
Expand
)
Author
2017-10-27
Use <elf.h> instead of <elf_abi.h>
Martin Pieuchot
2017-06-04
Malloc the superblock buffer to make sure that it is properly aligned.
Christian Weisgerber
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-04-28
Plug a couple of leaks of input buffers.
Kenneth R Westerback
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
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-26
Apply pledge.
Theo de Raadt
2015-11-03
fix a memory leak in an error path
Jonathan Gray
2015-10-25
Fix installboot(8) on i386/amd64 when softraid is on top of GPT.
Stefan Sperling
2015-10-18
Fix comments.
Robert Peichaer
2015-10-14
add includes for crc32() and uuid_dec_be() missed in rev 1.11
Jonathan Gray
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-03
Nuke trailing whitespace to avoid cluttering possible upcoming diffs.
Kenneth R Westerback
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
Check malloc return value for NULL.
Tobias Stoeckmann
2014-06-09
Change the installboot file copying process so that it carefully
Joel Sing
2014-04-27
Don't zap disklabel (and next 6 blocks) when installing boot block on
Kenneth R Westerback
2014-01-19
Rework installboot and use a single directory with a single makefile. The
Joel Sing