aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/distextract
Commit message (Expand)AuthorAgeFilesLines
* In bsdinstall's distextract, replace mixed_gauge() of dialog(3) withDevin Teske2014-12-182-93/+84
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Optimize program flow for execution speed. Also fix some more style(9) nitsDevin Teske2014-10-011-65/+151
* Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).Devin Teske2014-09-291-48/+59
* Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-151-12/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Merge from CheriBSD:Brooks Davis2014-01-301-2/+12
* Add some missing DPADD.Antoine Brodin2013-05-111-0/+1
* Replace deprecated (or remove obsolete) libarchive 2.8 functionsMartin Matuska2013-03-221-2/+2
* Fix segfault if distfetch and distextract binaries are run standaloneNathan Whitehorn2012-02-261-1/+8
* Plug memory leaks and fix open(2) error check.Kevin Lo2011-11-281-0/+1
* Rewind manifest file in case distributions are in a different order there.Nathan Whitehorn2011-03-131-0/+2
* Use the manifest file count, if available, to determine the number of filesNathan Whitehorn2011-03-131-19/+62
* Add some error checking on the return values of chdir() and calloc(). TheNathan Whitehorn2011-02-211-11/+23
* Import bsdinstall. This is meant to be (eventually in conjunction withNathan Whitehorn2011-02-182-0/+186