freebsd-skq/usr.sbin/bsdinstall/partedit
Ed Schouten 4e7e2cad09 Remove unportable calls to basename().
The POSIX version of basename() doesn't use a 'const char *' argument;
the function may overwrite its input buffer. Instead of copying the
input string, let's just simplify this code by using our getprogname()
function that already returns the name of the application in the right
format.

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D6094
2016-04-26 10:04:06 +00:00
..
diskeditor.c
diskeditor.h
gpart_ops.c Add support for two workarounds for known issues booting GPT in legacy mode on some hardware 2015-07-18 18:49:44 +00:00
Makefile Use LIBEXECDIR for /usr/libexec. 2015-11-26 01:14:40 +00:00
Makefile.depend
part_wizard.c Add support for two workarounds for known issues booting GPT in legacy mode on some hardware 2015-07-18 18:49:44 +00:00
partedit_generic.c
partedit_pc98.c
partedit_powerpc.c
partedit_sparc64.c
partedit_x86.c
partedit.c Remove unportable calls to basename(). 2016-04-26 10:04:06 +00:00
partedit.h Add support for two workarounds for known issues booting GPT in legacy mode on some hardware 2015-07-18 18:49:44 +00:00
sade.8
scripted.c