OpenBSD CVS

src/usr.sbin/mkuboot/


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 / mkuboot


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   6 years  kevlo   Add missing quote. ok jsg@
[TXT] copy_elf.c  1.7   4 years  deraadt   use (long long) and %llx to satisfy both 32-bit and 64-bit systems.
[TXT] copy_elf32.c  1.2   9 years  krw   Missing $OpenBSD$'s. ok deraadt@
[TXT] copy_elf64.c  1.2   9 years  krw   Missing $OpenBSD$'s. ok deraadt@
[TXT] mkuboot.8  1.2   2 years  jsg   list aarch64 as a valid arch from Leon Fischer
[TXT] mkuboot.c  1.11   2 years  jmc   reduce verbosity of usage(), making it match SYNOPSIS; ok kettenis