freebsd-dev/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 Add META_MODE support. 2015-06-13 19:20:56 +00:00
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 Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00
partedit_pc98.c Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00
partedit_powerpc.c Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00
partedit_sparc64.c Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00
partedit_x86.c Use MBR by default on BIOS systems. An increasing number of motherboards 2015-01-30 21:22:18 +00:00
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 Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00
scripted.c Add ZFS support to the bsdinstall partition editor and sade. 2014-09-13 18:24:54 +00:00