From owner-freebsd-commit Sat Oct 14 02:31:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01328 for freebsd-commit-outgoing; Sat, 14 Oct 1995 02:31:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01316 for cvs-all-outgoing; Sat, 14 Oct 1995 02:31:06 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01305 for cvs-user-outgoing; Sat, 14 Oct 1995 02:31:04 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01292 ; Sat, 14 Oct 1995 02:30:56 -0700 Date: Sat, 14 Oct 1995 02:30:56 -0700 From: "Jordan K. Hubbard" Message-Id: <199510140930.CAA01292@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c disks.c install.c options.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/14 02:30:55 Branch: release/libdisk RELENG_2_1_0 Modified: release/libdisk create_chunk.c Log: Add some debugging abilities to this. Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c disks.c install.c options.c Log: Sync with my development sources, smashing an annoying bug and making the options editor a little less pathological.