Go to file
hubertf b3f292908c Prepare creation of boot CDs:
* Move files in distrib/i386:

floppies/instkernel/Makefile -> instkernel/Makefile
floppies/ramdisk-big/Makefile -> ramdisks/ramdisk-big/Makefile
floppies/ramdisk-big/disktab.preinstall -> ramdisks/ramdisk-big/disktab.preinstall
floppies/ramdisk-big/list -> ramdisks/ramdisk-big/list
floppies/ramdisk-big/list.inet6 -> ramdisks/ramdisk-big/list.inet6
floppies/ramdisk-rescuetiny/Makefile -> ramdisks/ramdisk-rescuetiny/Makefile
floppies/ramdisk-rescuetiny/list -> ramdisks/ramdisk-rescuetiny/list
floppies/ramdisk-small/Makefile -> ramdisks/ramdisk-small/Makefile
floppies/ramdisk-small/list -> ramdisks/ramdisk-small/list
floppies/ramdisk-tiny/Makefile -> ramdisks/ramdisk-tiny/Makefile
floppies/ramdisk-tiny/list -> ramdisks/ramdisk-tiny/list
floppies/common/Makefile.ramdisk -> ramdisks/common/Makefile.ramdisk
floppies/common/dot.profile -> ramdisks/common/dot.profile
floppies/common/list.ramdisk -> ramdisks/common/list.ramdisk
floppies/common/termcap.mini -> ramdisks/common/termcap.mini

 * Adjust paths
2006-06-02 22:11:06 +00:00
bin When expanding "$@" add a \0 byte after the last argument (as well as all 2006-05-20 13:57:27 +00:00
common remove unused variable that broke build 2006-05-28 10:15:25 +00:00
crypto Add a missing ')' to fix the example code. Already fixed in openssl upstream. 2006-05-24 16:44:34 +00:00
dist :g/%i/s//%d/gc 2006-05-31 19:53:13 +00:00
distrib Prepare creation of boot CDs: 2006-06-02 22:11:06 +00:00
doc remove sh3/gcc2 hack. 2006-06-02 19:45:25 +00:00
etc s/mountall/mountcritremote/ 2006-06-02 01:06:16 +00:00
games Better check data read from tetris.scores before use as array indices etc. 2006-06-01 16:12:27 +00:00
gnu make GCC3 work for vax - without shared library support. 2006-06-02 20:00:37 +00:00
include rename dd_rewind to dd_internal so that it can be re-used to implement 2006-05-17 20:32:19 +00:00
lib remove GCC2 support 2006-06-02 19:47:15 +00:00
libexec in _rtld_bind() initialise new_value for GCC4. 2006-05-23 16:27:41 +00:00
regress Use "GZIPPROG" instead of "GZIP", as gzip(1) uses the GZIP environment 2006-05-29 16:47:07 +00:00
rescue
sbin PR/33633: Yoshito Komatsu: /sbin/fdisk does not work 2006-06-02 17:40:34 +00:00
share add BQS 2006-05-30 03:54:20 +00:00
sys remove GCC2 support 2006-06-02 19:46:24 +00:00
tools make this work for GCC3 one again. 2006-06-02 19:44:20 +00:00
usr.bin remove sh3/GCC2 hack. 2006-06-02 19:44:48 +00:00
usr.sbin try again with the Coverity annotation 2006-06-02 21:44:37 +00:00
x11 Add missing closing brace. How did this ever work previously? 2006-04-21 21:46:06 +00:00
BUILDING
Makefile retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
Makefile.inc
UPDATING more details. 2006-06-02 19:08:00 +00:00
build.sh