Date: Mon, 12 Mar 2001 04:10:35 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall modules.c Makefile config.c devices.c disks.c ftp.c http.c install.c install.cfg label.c main.c menus.c sysinstall.8 sysinstall.h system.c tcpip.c src/release/sysinstall/help partition.hlp Message-ID: <200103121210.f2CCAaY11875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 2001/03/12 04:10:35 PST Modified files: (Branch: RELENG_4) release/sysinstall Makefile config.c devices.c disks.c ftp.c http.c install.c install.cfg label.c main.c menus.c sysinstall.8 sysinstall.h system.c tcpip.c release/sysinstall/help partition.hlp Added files: (Branch: RELENG_4) release/sysinstall modules.c Log: MFC: OK, reviewing all of these changes actually shows them to be more benign than first thought and they certainly provide a number of important bug fixes. The modules code will probably remain dormant in 4.3 but it helps code maintainance to keep it synced up anyway. The softupdates support code also turned out to be so trivial that it's a low-risk feature addition. Revision Changes Path 1.92.2.10 +1 -1 src/release/sysinstall/Attic/Makefile 1.156.2.12 +3 -1 src/release/sysinstall/Attic/config.c 1.117.2.10 +2 -1 src/release/sysinstall/Attic/devices.c 1.118.2.6 +20 -36 src/release/sysinstall/Attic/disks.c 1.37.2.5 +2 -2 src/release/sysinstall/Attic/ftp.c 1.2.2.3 +59 -18 src/release/sysinstall/Attic/http.c 1.268.2.20 +25 -34 src/release/sysinstall/Attic/install.c 1.9.2.1 +4 -1 src/release/sysinstall/Attic/install.cfg 1.98.2.3 +50 -31 src/release/sysinstall/Attic/label.c 1.57.2.4 +9 -1 src/release/sysinstall/Attic/main.c 1.252.2.30 +7 -7 src/release/sysinstall/Attic/menus.c 1.31.2.6 +4 -3 src/release/sysinstall/Attic/sysinstall.8 1.186.2.15 +6 -1 src/release/sysinstall/Attic/sysinstall.h 1.103.2.5 +49 -5 src/release/sysinstall/Attic/system.c 1.103.2.10 +93 -15 src/release/sysinstall/Attic/tcpip.c 1.7.2.1 +17 -0 src/release/sysinstall/help/Attic/partition.hlp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103121210.f2CCAaY11875>