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
/
i386
/
stand
/
installboot
Age
Commit message (
Expand
)
Author
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
2010-03-06
remove the (now inaccurate) note about not being able to run
Jason McIntyre
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
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-02-14
Fix botched format string specifiers. From adobriyan at gmail.com.
Aaron Campbell
2006-01-13
Fix printf format string due to types change
Todd C. Miller
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-01-26
Major overhaul of biosboot and installboot, using EDD (LBA) reads if
Tom Cosgrove
2004-01-20
Check the values given to -h and -s. Closes PR 3640.
Tom Cosgrove
2003-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-08-15
no newline in errx; andrushock@korovino.net
Theo de Raadt
2003-08-08
ansi
Theo de Raadt
2003-06-06
- section reorder
Jason McIntyre
2003-06-03
three four kills
Michael Shalayeff
2003-05-08
EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.
Jason McIntyre
2003-04-17
i386 ELF bootloader. developed with weingart@
Dale Rahn
2003-02-07
typos;
Jason McIntyre
2002-05-03
ptrdiff_t and size_t fixes.
Marc Espie
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-20
grammar; from toby
Michael Shalayeff
2000-06-08
MANSUBDIR is common for this whole dir
Michael Shalayeff
2000-05-26
more portable manual pages
Theo de Raadt
2000-05-25
cause traversal into arch & subdirectories for the purposes of manual page in...
Theo de Raadt
2000-05-25
man subdir
Theo de Raadt
1999-07-09
- remove all trailing whitespace
Aaron Campbell
1999-07-08
flesh out .Dt
Theo de Raadt
1999-07-03
remove redundant .Pp macros
Aaron Campbell
1999-07-02
consistent .Dd usage; proper format is: .Dd Month DD, YYYY
Aaron Campbell
[next]