OpenBSD CVS

src/usr.sbin/installboot/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / installboot

Current tag: OPENBSD_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] alpha/        
[DIR] amd64/        
[DIR] armish/        
[DIR] armv7/        
[DIR] aviion/        
[DIR] hp300/        
[DIR] hppa/        
[DIR] hppa64/        
[DIR] i386/        
[DIR] landisk/        
[DIR] loongson/        
[DIR] luna88k/        
[DIR] macppc/        
[DIR] mvme68k/        
[DIR] mvme88k/        
[DIR] octeon/        
[DIR] sgi/        
[DIR] socppc/        
[DIR] sparc/        
[DIR] sparc64/        
[DIR] vax/        
[DIR] zaurus/        
[TXT] Makefile  1.20   7 years  kettenis   Add arm64 support. ok tom@
[TXT] bootstrap.c  1.9   8 years  krw   Replace lseek/[read|write] with pread|pwrite. ok millert@ a while ago.
[TXT] hppa_installboot.c  1.2   8 years  miod   Add an extra argument to bootstrap() to allow for a limited overlap between an e...
[TXT] i386_installboot.c  1.31   6 years  mpi   Use <elf.h> instead of <elf_abi.h> ok jasper@, jca@, deraadt@
[TXT] i386_installboot.h  1.4   8 years  stsp   Fix installboot(8) on i386/amd64 when softraid is on top of GPT. ok krw deraadt
[TXT] i386_nlist.c  1.6   6 years  mpi   Use <elf.h> instead of <elf_abi.h> ok jasper@, jca@, deraadt@
[TXT] i386_softraid.c  1.10   8 years  krw   Plug a couple of leaks of input buffers. Pointed out by David Carlier.
[TXT] installboot.8  1.4   10 years  jmc   sort options;
[TXT] installboot.c  1.11   8 years  deraadt   give up on pledge for now. this will have to wait until jsing and stsp find time...
[TXT] installboot.h  1.10   8 years  miod   Add an extra argument to bootstrap() to allow for a limited overlap between an e...
[TXT] landisk_installboot.c  1.8   8 years  tobiasu   sync() needs unistd.h
[TXT] softraid.c  1.4   8 years  krw   Nuke trailing whitespace to avoid cluttering possible upcoming diffs.
[TXT] sparc64_installboot.c  1.7   8 years  krw   Replace lseek/[read|write] with pread|pwrite. ok millert@ a while ago.
[TXT] sparc64_installboot.h  1.1   10 years  jsing   Rework installboot and use a single directory with a single makefile. The direct...
[TXT] sparc64_softraid.c  1.3   8 years  krw   Nuke trailing whitespace to avoid cluttering possible upcoming diffs.
[TXT] stubs.c  1.4   8 years  deraadt   give up; include stdlib.h from the .h file, sigh
[TXT] util.c  1.11   8 years  jsg   fix a memory leak in multiple error paths ok krw@
[TXT] armv7_installboot.c (in the Attic) [Hide]  1.3   7 years  kettenis   Add arm64 support. ok tom@