tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
installboot
/
at
master
23 files
Makefile
Enable softraid(4) support in installboot(8)
3 years ago
bootstrap.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
efi_installboot.c
Add missing parantheses around if block
3 years ago
efi_softraid.c
Merge duplicate MD code into MI sr_open_chunk()
3 years ago
hppa_installboot.c
Add -p option to "prepare" (newfs) a filesystem that will be used for the bootloader. This is a no-op on architectures where such a filesystem isn't needed.
4 years ago
i386_installboot.c
Don't leak args.fspec in create_filesystem().
3 years ago
i386_installboot.h
Add -p option to "prepare" (newfs) a filesystem that will be used for the bootloader. This is a no-op on architectures where such a filesystem isn't needed.
4 years ago
i386_nlist.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
i386_softraid.c
Merge duplicate MD code into MI sr_open_chunk()
3 years ago
installboot.8
Split -p into own synopsis
3 years ago
installboot.c
Make "prepare filesystem" softraid aware, fix arm64 softraid install
3 years ago
installboot.h
Make "prepare filesystem" softraid aware, fix arm64 softraid install
3 years ago
landisk_installboot.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
loongson_installboot.c
Nuke some 'set but not used' pathlen variables.
3 years ago
macppc_installboot.c
Nuke some 'set but not used' pathlen variables.
3 years ago
octeon_installboot.c
Nuke some 'set but not used' pathlen variables.
3 years ago
powerpc64_installboot.c
Don't leak args.fspec in create_filesystem().
3 years ago
softraid.c
Check for offline chunks first, then check for keydisks
3 years ago
sparc64_installboot.c
Fix -r on multi-chunk softraid volumes
3 years ago
sparc64_installboot.h
Rework installboot and use a single directory with a single makefile. The directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin.
12 years ago
sparc64_softraid.c
Make "prepare filesystem" softraid aware, fix arm64 softraid install
3 years ago
stubs.c
Add -p option to "prepare" (newfs) a filesystem that will be used for the bootloader. This is a no-op on architectures where such a filesystem isn't needed.
4 years ago
util.c
installboot(8): Adjustments for EFI platforms
4 years ago