summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* avoid freeing r twice in error case; OK otto@miko2018-11-071-2/+2
* installboot: adapt fileprefix() to future realpath(3) behaviorjcs2018-07-031-9/+25
* fix a memory leak in multiple error pathsjsg2015-11-041-6/+8
* Nuke unused variable.krw2015-10-191-2/+2
* Backout last. Breaks sparc64, amoung other dubiousness.krw2015-10-141-15/+4
* Check that the disk specified on the command line is the disk thatkrw2015-10-121-4/+15
* Refactor fileprefix() and filecopy() to use warn() instead of err()krw2015-10-081-26/+52
* Add initial support for installing UEFI boot files to a GTP EFI Systemkrw2015-10-071-2/+35
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-3/+5
* Change the installboot file copying process so that it carefullyjsing2014-06-091-18/+9
* When copying files do it in 512 byte blocks so that we're less likely tojsing2014-01-191-2/+2
* Make installboot(8) easier to use - copy the second stage boot loader tojsing2014-01-181-1/+57
* Add a -r flag that allows for the mount point of the root filesystem to bejsing2014-01-181-0/+43