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
/
sys
/
arch
/
amd64
/
stand
/
installboot
/
installboot.c
Age
Commit message (
Expand
)
Author
2014-06-09
Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot
Joel Sing
2013-11-13
Use DL_GETPOFFSET() to get partition offset, except where we
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-01-16
properly distinguish /boot and biosboot in informational and error messages
Christian Weisgerber
2011-11-13
If a softraid chunk is offline we are not necessarily going to have the
Joel Sing
2011-07-19
Warn about but don't prevent installboot from installing /boot when
Kenneth R Westerback
2011-07-05
Don't write /boot to sector 0 on non-floppy devices. Non-floppy
Kenneth R Westerback
2011-07-05
More non-512-byte sector groundwork. Don't let disklabel hint that
Kenneth R Westerback
2011-07-03
Change name of pointer to partition from pl to pp, as is used everywhere else...
Kenneth R Westerback
2011-04-24
Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.
Kenneth R Westerback
2011-03-19
Make amd64/i386 installboot error out if /boot would cross the
Kenneth R Westerback
2011-03-17
Make the various findopenbsd() functions non-recursive, eliminating
Kenneth R Westerback
2011-03-14
Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for
Kenneth R Westerback
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2011-03-08
Fix extended partition searching so we don't get lost. The offset
Kenneth R Westerback
2011-01-23
Add support to installboot(8) for installing biosboot(8) and boot(8) on
Joel Sing
2009-05-30
Without -v, be quiet
Theo de Raadt
2009-04-23
-v was printing some information which is irrelevant or duplicate. This
Theo de Raadt
2008-08-04
fix extended partition support by handling chained EBRs correctly
Reyk Floeter
2008-06-25
allow to install and boot the OpenBSD A6 partition and disklabel in an
Reyk Floeter
2008-01-24
"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it
Kenneth R Westerback
2008-01-05
handle 64-bit blkno in format string
Otto Moerbeek
2006-02-14
Fix botched format string specifiers. From adobriyan at gmail.com.
Aaron Campbell
2004-07-15
"mib[4] is too much and mib[3] would be enough" (left over from when
Tom Cosgrove
2004-05-05
errx shall be used here
Michael Shalayeff
2004-02-22
Remove #if 0'd code.
Tom Cosgrove
2004-02-21
Tidy up installboot -v output.
Tom Cosgrove
2004-02-03
das boot; das cloned das from das i386
Michael Shalayeff