aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/distextract/distextract.c
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bsdinstall: allow whitelabeling the installerBrad Davis2022-05-131-1/+3
* disextract: eliminate last use of __DECONSTBaptiste Daroussin2022-01-281-3/+3
* distextract: simply code by using strsep(3)Baptiste Daroussin2022-01-281-20/+8
* bsddialog: import version 0.1Alfonso Siciliano2022-01-281-23/+33
* bsddialog: convert bsdinstall/distextractAlfonso Siciliano2022-01-011-90/+90
* bsdinstall: remove compat hacks for FreeBSD 9 and earlierWarner Losh2021-04-201-5/+0
* Skip errors from being unable to set modification and creation times. IfNathan Whitehorn2018-01-021-1/+9
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In bsdinstall's distextract, replace mixed_gauge() of dialog(3) withDevin Teske2014-12-181-92/+83
* 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
* 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-181-0/+176