--- - branch: MAIN date: Sun Dec 29 18:26:19 UTC 2019 files: - new: '1.15' old: '1.14' path: src/distrib/amd64/ramdisks/common/Makefile.ramdisk pathrev: src/distrib/amd64/ramdisks/common/Makefile.ramdisk@1.15 type: modified - new: '1.27' old: '1.26' path: src/distrib/arc/ramdisk/Makefile pathrev: src/distrib/arc/ramdisk/Makefile@1.27 type: modified - new: '1.4' old: '1.3' path: src/distrib/bebox/ramdisk/Makefile pathrev: src/distrib/bebox/ramdisk/Makefile@1.4 type: modified - new: '1.13' old: '1.12' path: src/distrib/cobalt/ramdisk/Makefile pathrev: src/distrib/cobalt/ramdisk/Makefile@1.13 type: modified - new: '1.26' old: '1.25' path: src/distrib/common/Makefile.crunch pathrev: src/distrib/common/Makefile.crunch@1.26 type: modified - new: '1.15' old: '1.14' path: src/distrib/dreamcast/ramdisk/Makefile pathrev: src/distrib/dreamcast/ramdisk/Makefile@1.15 type: modified - new: '1.6' old: '1.5' path: src/distrib/emips/ramdisk/Makefile pathrev: src/distrib/emips/ramdisk/Makefile@1.6 type: modified - new: '1.24' old: '1.23' path: src/distrib/evbppc/ramdisk/Makefile pathrev: src/distrib/evbppc/ramdisk/Makefile@1.24 type: modified - new: '1.14' old: '1.13' path: src/distrib/ews4800mips/floppies/ramdisk/Makefile pathrev: src/distrib/ews4800mips/floppies/ramdisk/Makefile@1.14 type: modified - new: '1.7' old: '1.6' path: src/distrib/hppa/ramdisk/Makefile pathrev: src/distrib/hppa/ramdisk/Makefile@1.7 type: modified - new: '1.14' old: '1.13' path: src/distrib/ibmnws/netboot/ramdisk/Makefile pathrev: src/distrib/ibmnws/netboot/ramdisk/Makefile@1.14 type: modified - new: '1.12' old: '1.11' path: src/distrib/landisk/ramdisk/Makefile pathrev: src/distrib/landisk/ramdisk/Makefile@1.12 type: modified - new: '1.51' old: '1.50' path: src/distrib/macppc/floppies/ramdisk/Makefile pathrev: src/distrib/macppc/floppies/ramdisk/Makefile@1.51 type: modified - new: '1.69' old: '1.68' path: src/distrib/miniroot/Makefile pathrev: src/distrib/miniroot/Makefile@1.69 type: modified - new: '1.22' old: '1.21' path: src/distrib/mipsco/ramdisk/Makefile pathrev: src/distrib/mipsco/ramdisk/Makefile@1.22 type: modified - new: '1.36' old: '1.35' path: src/distrib/newsmips/floppies/ramdisk/Makefile pathrev: src/distrib/newsmips/floppies/ramdisk/Makefile@1.36 type: modified - new: '1.10' old: '1.9' path: src/distrib/ofppc/ramdisks/common/Makefile.ramdisk pathrev: src/distrib/ofppc/ramdisks/common/Makefile.ramdisk@1.10 type: modified - new: '1.53' old: '1.52' path: src/distrib/pmax/ramdisk/Makefile pathrev: src/distrib/pmax/ramdisk/Makefile@1.53 type: modified - new: '1.23' old: '1.22' path: src/distrib/prep/floppies/ramdisk/Makefile pathrev: src/distrib/prep/floppies/ramdisk/Makefile@1.23 type: modified - new: '1.10' old: '1.9' path: src/distrib/rs6000/ramdisk/Makefile pathrev: src/distrib/rs6000/ramdisk/Makefile@1.10 type: modified - new: '1.14' old: '1.13' path: src/distrib/sandpoint/ramdisk/Makefile pathrev: src/distrib/sandpoint/ramdisk/Makefile@1.14 type: modified - new: '1.22' old: '1.21' path: src/distrib/sgimips/ramdisk/Makefile pathrev: src/distrib/sgimips/ramdisk/Makefile@1.22 type: modified - new: '1.38' old: '1.37' path: src/distrib/sun2/miniroot/Makefile pathrev: src/distrib/sun2/miniroot/Makefile@1.38 type: modified - new: '1.49' old: '1.48' path: src/distrib/sun3/miniroot/Makefile pathrev: src/distrib/sun3/miniroot/Makefile@1.49 type: modified - new: '1.39' old: '1.38' path: src/rescue/Makefile pathrev: src/rescue/Makefile@1.39 type: modified - new: '1.39' old: '1.38' path: src/usr.bin/crunch/crunchgen/crunchgen.1 pathrev: src/usr.bin/crunch/crunchgen/crunchgen.1@1.39 type: modified - new: '1.94' old: '1.93' path: src/usr.bin/crunch/crunchgen/crunchgen.c pathrev: src/usr.bin/crunch/crunchgen/crunchgen.c@1.94 type: modified id: 20191229T182619Z.934078ff16c25826d00ad737c90211831b05bf74 log: | 1. Remove all the special handling of variables (-d -p -P -s -S) that were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with disabling/enabling sanitizers. 2. Use emalloc/estrdup for all the allocators instead of only some cases. 3. Add -V varspec which passes variables on the command line (as DBG and LDSTATIC used to be passed before) instead of appending them to the on-the-fly Makefile using -v varspec. 4. Change the distrib and rescue Makefiles to use -V instead of the removed flags. The motivation of this is to make variable handling consistent, less magical, and remove the need for changing crunchgen each time we want to add disabling an option by default. (as proposed in tech-toolchain) module: src subject: 'CVS commit: src' unixtime: '1577643979' user: christos