NetBSD/usr.sbin/sysinst
dholland f8610727d2 Disable the code that tries to prepare a new partition table (but doesn't
do anything with it...) because it's zooming off the end of the array it's
trying to use.

It looks to me as if NEW_MAP_SIZE has been accidentally used as both
the number of blocks occupied by the new partition table and also the
number of entries in it. Or something. This needs platform knowledge
to sort out. XXX.

Workaround for PR 50757.
2016-05-31 02:49:50 +00:00
..
arch Disable the code that tries to prepare a new partition table (but doesn't 2016-05-31 02:49:50 +00:00
Makefile Add a dummy sysinst architecture for ports that don't have their own yet. 2014-07-26 19:56:30 +00:00
Makefile.inc Do not -DCATALOG_DIR for DEBUG builds to allow easy (local) testin of 2015-05-17 10:22:20 +00:00
SPELLING.en
TODO
aout2elf.c
bsddisklabel.c (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
checkrc.c
configmenu.c Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving 2015-05-11 13:07:57 +00:00
defs.h Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving 2015-05-11 13:07:57 +00:00
disks.c David Binderman in PR bin/50713: fix memory leaks 2016-01-26 14:05:29 +00:00
disks_lfs.c
endian.h
factor.c
geom.c
install.c Backout the previous incorrect fix for PR 49440 and redo it more globaly: 2015-05-10 10:14:02 +00:00
label.c Backout the previous incorrect fix for PR 49440 and redo it more globaly: 2015-05-10 10:14:02 +00:00
main.c Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *) 2014-10-14 16:35:20 +00:00
mbr.c Backout the previous incorrect fix for PR 49440 and redo it more globaly: 2015-05-10 10:14:02 +00:00
mbr.h
menus.mbr
menus.mi Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving 2015-05-11 13:07:57 +00:00
msg.mbr.de (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
msg.mbr.en (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
msg.mbr.es (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
msg.mbr.fr Fix the French translation. 2015-04-20 14:10:31 +00:00
msg.mbr.pl (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
msg.mi.de Invert sense of a vnd creation message ("Create new image: Yes") and kill 2015-05-17 10:13:24 +00:00
msg.mi.en Invert sense of a vnd creation message ("Create new image: Yes") and kill 2015-05-17 10:13:24 +00:00
msg.mi.es Invert sense of a vnd creation message ("Create new image: Yes") and kill 2015-05-17 10:13:24 +00:00
msg.mi.fr Wording. 2015-06-19 12:27:02 +00:00
msg.mi.pl Invert sense of a vnd creation message ("Create new image: Yes") and kill 2015-05-17 10:13:24 +00:00
msg_xlat.sh
net.c Remove obsolete interfaces: eon (netiso) and nsip (netns) 2015-05-21 01:09:00 +00:00
partman.c Explicitly ignore errors in the hack for mucking with wedges; mark it XXX 2016-05-30 17:03:21 +00:00
run.c Revise previous: with RUN_SILENT there is never a good reason to create 2014-12-30 10:10:22 +00:00
savenewlabel.c David Binderman in PR bin/50714: fix memory leak 2016-01-26 14:08:58 +00:00
sizemultname.c (Finally) merge a slightly modified version of the 2012 GSoC results 2014-08-03 16:09:38 +00:00
target.c PR 50342: if there is no current partition manage, assume we are running 2015-10-18 09:21:55 +00:00
txtwalk.c
txtwalk.h
unif.awk
upgrade.c Simplify. 2015-08-28 12:04:08 +00:00
util.c Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving 2015-05-11 13:07:57 +00:00
wskbd.c