summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/distfetch/distfetch.c
AgeCommit message (Expand)Author
2024-07-19bsdinstall: Consistently use item count as the first argument to callocJohn Baldwin
2024-04-23Revert "bsdinstall/distfetch.c: check environment variables before downloadin...Warner Losh
2024-04-23bsdinstall/distfetch.c: check environment variables before downloading and ha...rilysh
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-13bsdinstall: allow whitelabeling the installerBrad Davis
2022-03-29bsdinstall/distfetch: Remove duplicate headerAlfonso S. Siciliano
2022-03-16bsdinstall/distfetch: Replace libdialog with libbsddialogAlfonso S. Siciliano
2022-02-23bsdinstall/distfetch: fix main bar percentage with errorsAlfonso S. Siciliano
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-11-03Fix typo in error messageDevin Teske
2014-10-01Optimize program flow for execution speed. Also fix some more style(9) nitsDevin Teske
2014-09-29Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).Devin Teske
2012-02-26Fix segfault if distfetch and distextract binaries are run standaloneNathan Whitehorn
2011-11-28Plug memory leaks and fix open(2) error check.Kevin Lo
2011-02-21Add some error checking on the return values of chdir() and calloc(). TheNathan Whitehorn
2011-02-18Import bsdinstall. This is meant to be (eventually in conjunction withNathan Whitehorn