CVS log for src/usr.sbin/sysinstall/Attic/tcpip.c
Up to [FreeBSD] / src / usr.sbin / sysinstall
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.144.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (2 months, 4 weeks ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.144.2.1: preferred, colored; next MAIN 1.145: preferred, colored
Changes since revision 1.144.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.145
Mon Oct 3 15:13:09 2011 UTC (4 months, 1 week ago) by nwhitehorn
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.144: +1 -1 lines
SVN rev 225937 on 2011-10-03 15:13:09Z by nwhitehorn Farewall, sysinstall! You served us well for many years, but 10.0 is one digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade).
Revision 1.144.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.144: preferred, colored; next MAIN 1.145: preferred, colored
Changes since revision 1.144: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.137.2.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.137.2.2: preferred, colored; next MAIN 1.137.6.1: preferred, colored
Changes since revision 1.137.2.2: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release. Approved by: re (implicit)
Revision 1.139.2.4.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.139.2.4: preferred, colored; next MAIN 1.140: preferred, colored
Changes since revision 1.139.2.4: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release. Approved by: re (implicit)
Revision 1.137.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 16 07:35:29 2010 UTC (14 months, 3 weeks ago) by brucec
Branches: RELENG_7
CVS tags: RELENG_7_4_BP
Branch point for: RELENG_7_4
Diff to: previous 1.137.2.1: preferred, colored; branchpoint 1.137: preferred, colored; next MAIN 1.138: preferred, colored
Changes since revision 1.137.2.1: +2 -2 lines
SVN rev 215384 on 2010-11-16 07:35:29Z by brucec MFC r213763: Use the RFC2606 domain example.com in examples.
Revision 1.139.2.4: download - view: text, markup, annotated - select for diffs
Tue Nov 16 07:33:53 2010 UTC (14 months, 3 weeks ago) by brucec
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.139.2.3: preferred, colored; branchpoint 1.139: preferred, colored; next MAIN 1.140: preferred, colored
Changes since revision 1.139.2.3: +2 -2 lines
SVN rev 215383 on 2010-11-16 07:33:53Z by brucec MFC r213763: Use the RFC2606 domain example.com in examples.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:33:26 2010 UTC (15 months, 4 weeks ago) by brucec
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
SVN rev 213763 on 2010-10-13 09:33:26Z by brucec Use the RFC2606 domain example.com in examples.
Revision 1.139.2.2.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 18 21:10:56 2010 UTC (19 months, 3 weeks ago) by randi
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.139.2.2.2.1: preferred, colored; branchpoint 1.139.2.2: preferred, colored; next MAIN 1.139.2.3: preferred, colored
Changes since revision 1.139.2.2.2.1: +3 -0 lines
SVN rev 209315 on 2010-06-18 21:10:56Z by randi MFC r209273: Fix uninitialized variables that cause a crash when the network is initialized and sysinstall is not running as init. Submitted by: Nick Mills Approved by: cperciva (mentor) Approved by: re (kensmith)
Revision 1.139.2.3: download - view: text, markup, annotated - select for diffs
Thu Jun 17 21:17:35 2010 UTC (19 months, 3 weeks ago) by randi
Branches: RELENG_8
Diff to: previous 1.139.2.2: preferred, colored; branchpoint 1.139: preferred, colored
Changes since revision 1.139.2.2: +3 -0 lines
SVN rev 209273 on 2010-06-17 21:17:35Z by randi MFC r209004: Fix uninitialized variables that cause a crash when the network is initialized and sysinstall is not running as init. Submitted by: Nick Mills Approved by: cperciva (mentor)
Revision 1.139.2.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
Diff to: previous 1.139.2.2: preferred, colored
Changes since revision 1.139.2.2: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith Copy stable/8 to releng/8.1 in preparation for 8.1-RC1. Approved by: re (implicit)
Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Jun 11 20:56:40 2010 UTC (19 months, 4 weeks ago) by randi
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +0 -1 lines
SVN rev 209069 on 2010-06-11 20:56:40Z by randi Make sysinstall WARNS=2 clean. Approved by: cperciva (mentor) MFC after: 1 month
Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu Jun 10 20:13:10 2010 UTC (20 months ago) by randi
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -0 lines
SVN rev 209004 on 2010-06-10 20:13:10Z by randi Fix uninitialized variables that cause a crash when the network is initialized and sysinstall is not running as init. Submitted by: Nick Mills Approved by: cperciva (mentor) MFC after: 3 days
Revision 1.139.2.2: download - view: text, markup, annotated - select for diffs
Fri May 21 23:08:53 2010 UTC (20 months, 2 weeks ago) by randi
Branches: RELENG_8
CVS tags: RELENG_8_1_BP
Branch point for: RELENG_8_1
Diff to: previous 1.139.2.1: preferred, colored; branchpoint 1.139: preferred, colored
Changes since revision 1.139.2.1: +75 -10 lines
SVN rev 208406 on 2010-05-21 23:08:53Z by randi MFC r198317,206995: Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which results in the first ethernet interface with physical link being selected. Approved by: cperciva (mentor)
Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Apr 21 12:02:45 2010 UTC (21 months, 2 weeks ago) by randi
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -0 lines
SVN rev 206995 on 2010-04-21 12:02:45Z by randi Fix bug introduced in r198317: Don't leak a file descriptor after scanning for network devices. Approved by: cperciva (mentor) MFC after: 1 week (original commit + bugfix)
Revision 1.137.2.1.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.137.2.1: preferred, colored; next MAIN 1.137.2.2: preferred, colored
Changes since revision 1.137.2.1: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process. Approved by: re (implicit)
Revision 1.139.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.139.2.1: preferred, colored; next MAIN 1.139.2.2: preferred, colored
Changes since revision 1.139.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit)
Revision 1.140: download - view: text, markup, annotated - select for diffs
Wed Oct 21 11:10:34 2009 UTC (2 years, 3 months ago) by rink
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +73 -10 lines
SVN rev 198317 on 2009-10-21 11:10:34Z by rink Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which results in the first ethernet interface with physical link being selected. While here, fix a minor typo causing an 'if' to be missed. Submitted by: randi
Revision 1.139.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith Copy head to stable/8 as part of 8.0 Release cycle. Approved by: re (Implicit)
Revision 1.137.2.1: download - view: text, markup, annotated - select for diffs
Fri May 22 21:26:34 2009 UTC (2 years, 8 months ago) by cperciva
Branches: RELENG_7
CVS tags: RELENG_7_3_BP
Branch point for: RELENG_7_3
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +16 -9 lines
SVN rev 192602 on 2009-05-22 21:26:34Z by cperciva MFC r192130: Allow a comma-separated list of network interfaces to be specified via the netDev option in install.cfg.
Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri May 15 00:18:31 2009 UTC (2 years, 8 months ago) by cperciva
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +16 -9 lines
SVN rev 192130 on 2009-05-15 00:18:31Z by cperciva Allow a comma-separated list of network interfaces to be specified via the netDev option in install.cfg. Submitted by: randi MFC after: 1 week
Revision 1.137.8.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.137: preferred, colored; next MAIN 1.138: preferred, colored
Changes since revision 1.137: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE. Approved by: re (implicit)
Revision 1.138: download - view: text, markup, annotated - select for diffs
Sun Feb 15 03:10:20 2009 UTC (2 years, 11 months ago) by imp
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +0 -9 lines
SVN rev 188631 on 2009-02-15 03:10:20Z by imp Remove vestiges of OLDCARD PC Card support. We haven't needed/used this since 5.x.
Revision 1.137.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.137: preferred, colored; next MAIN 1.138: preferred, colored
Changes since revision 1.137: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit)
Revision 1.132.2.4.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.132.2.4: preferred, colored; next MAIN 1.133: preferred, colored
Changes since revision 1.132.2.4: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.132.2.4: download - view: text, markup, annotated - select for diffs
Thu May 31 02:42:37 2007 UTC (4 years, 8 months ago) by delphij
Branches: RELENG_6
CVS tags: RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3
Branch point for: RELENG_6_4
Diff to: previous 1.132.2.3: preferred, colored; branchpoint 1.132: preferred, colored; next MAIN 1.133: preferred, colored
Changes since revision 1.132.2.3: +8 -5 lines
MFC revision 1.137 date: 2007/05/17 06:08:42; author: delphij; state: Exp; lines: +8 -5 Tighten IP address check, prevent '..' from being passed from the check. Submitted by: Ren Zhen <bg1tpt gmail com>
Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu May 17 06:08:42 2007 UTC (4 years, 8 months ago) by delphij
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_2_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_7_2, RELENG_7_1, RELENG_7
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +8 -5 lines
Tighten IP address check, prevent '..' from being passed from the check. Submitted by: Ren Zhen <bg1tpt gmail com> MFC after: 2 weeks
Revision 1.136: download - view: text, markup, annotated - select for diffs
Tue Feb 28 21:49:32 2006 UTC (5 years, 11 months ago) by jhb
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +5 -4 lines
Fix numerous warnings. Aside from menu items in system.c and menu.c this now compiles on i386 with WARNS?= 3. Most of the fixes included adding missing 'static' keywords to internal functions, using fully-defined terminators in statically defined arrays of structs, and various signed vs unsigned mismatches. Also G/C'd unused configSecurity() function.
Revision 1.131.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 25 18:51:13 2006 UTC (5 years, 11 months ago) by ceri
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5
Diff to: previous 1.131: preferred, colored; next MAIN 1.132: preferred, colored
Changes since revision 1.131: +1 -1 lines
MFC: devices.c revision 1.164 tcpip.c revision 1.135 s/lp/plip/ for PLIP interfaces. Approved by: re (mux)
Revision 1.132.2.3: download - view: text, markup, annotated - select for diffs
Sat Feb 25 18:50:41 2006 UTC (5 years, 11 months ago) by ceri
Branches: RELENG_6
CVS tags: RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1
Diff to: previous 1.132.2.2: preferred, colored; branchpoint 1.132: preferred, colored
Changes since revision 1.132.2.2: +1 -1 lines
MFC: devices.c revision 1.164 tcpip.c revision 1.135 s/lp/plip/ for PLIP interfaces. Approved by: re (mux)
Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon Feb 13 20:49:32 2006 UTC (5 years, 11 months ago) by ceri
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
s/lp/plip/ for PLIP interfaces. Approved by: jhb MFC after: 1 week
Revision 1.132.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 12 15:23:50 2006 UTC (5 years, 11 months ago) by delphij
Branches: RELENG_6
Diff to: previous 1.132.2.1: preferred, colored; branchpoint 1.132: preferred, colored
Changes since revision 1.132.2.1: +6 -3 lines
MFC a set of changes that fixes DHCP handling in sysinstall(8) * network.c,v 1.53 (by ceri): Fixes DHCP handling to use a more robust way to determine whether DHCP should be used. * tcpip.c,v 1.134: Avoid adding unnecessary tailing space when no media option(s) is specified. Approved by: re (scottl)
Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Feb 6 06:49:57 2006 UTC (6 years ago) by delphij
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +6 -3 lines
Attempt to fix DHCP address acquisition which was broken by rev. 1.133. MFC After: 3 days
Revision 1.132.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 20 18:46:06 2006 UTC (6 years ago) by ceri
Branches: RELENG_6
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
MFC revision 1.133: Preserve any additional arguments to ifconfig that were specified in the DHCP case too.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Sun Jan 15 23:00:07 2006 UTC (6 years ago) by ceri
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
Preserve any additional arguments to ifconfig that were specified in the DHCP case too. PR: bin/74406 Approved by: jhb (proxy mentor) MFC after: 3 days
Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Jul 11 03:57:04 2005 UTC (6 years, 7 months ago) by scottl
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Branch point for: RELENG_6
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +9 -3 lines
Adapt sysinstall to the new dhclient. This includes explicitely telling it about the lease file location and not invoking it with the (non-existant) '-r' option. Releasing leases works vastly different now, so this isn't needed. Submitted by: sam Approved by: re
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Mar 12 15:28:13 2004 UTC (7 years, 11 months ago) by bde
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3
Branch point for: RELENG_5
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -0 lines
Unremoved a used variable in the PCCARD_ARCH case. Reported by: tinderbox
Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Mar 11 18:50:05 2004 UTC (7 years, 11 months ago) by jhb
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +0 -1 lines
Remove unused variables.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Thu Mar 11 11:58:16 2004 UTC (7 years, 11 months ago) by bde
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -1 lines
Fixed assorted misuses of NULL in integer context.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Jan 26 13:45:21 2004 UTC (8 years ago) by eivind
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
Make a message less scary (based on user feedback)
Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Feb 27 21:04:34 2003 UTC (8 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -2 lines
Add a new variable `noInet6', which if set disables IPv6 configuration dialog for network interfaces. MFC after: 20 days
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Feb 9 22:04:50 2003 UTC (9 years ago) by mbr
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -0 lines
Explicitly release a existing lease before we start dhclient (again). If we already have a lease and restart sysinstall (or something with the net configuration goes wrong), we would have to reboot just because there is a dhclient hanging around. Reviewed by: murray (re) MFC after: 5 days
Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Nov 1 02:05:05 2002 UTC (9 years, 3 months ago) by kuriyama
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
debugMsg() should end with "\n".
Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri May 31 13:39:55 2002 UTC (9 years, 8 months ago) by jhb
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +18 -0 lines
If 'netInteractive' is set to true in an installation script, then temporarily turn off the nonInteractive variable around the DHCP and IPv6 Yes/No questions in a network device setup so that those questions are asked.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Mar 29 23:03:17 2002 UTC (9 years, 10 months ago) by murray
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -0 lines
Only build and link the pccard module on architectures that support it (and that have room for pccardd on mfsroot.flp).
Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Dec 10 10:34:47 2001 UTC (10 years, 2 months ago) by murray
Branches: MAIN
CVS tags: help, BEFORE_XF4
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -1 lines
Provide a more specific help line for PLIP installs, reminding the user that they must provide the peer's IP address in the 'extra options to ifconfig' box. PR: misc/21273
Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Sep 22 22:25:35 2001 UTC (10 years, 4 months ago) by murray
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
Silence warnings.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Sep 15 02:28:18 2001 UTC (10 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +16 -5 lines
Rework the RTSOL logic from previous patch (it was wrong) PR: 26187 && 24136 Submitted by: Glenn Trewitt <trewitt@trewitt.org>
Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Sep 5 08:10:04 2001 UTC (10 years, 5 months ago) by murray
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2 lines
Allow network device name to be given on the command line in the interactive case. This already works for non-interactive installs, but at least one user thinks it would be useful and it certainly seems more correct to allow it here as well. So, this will now work : # sysinstall netDev=fxp0 tcpMenuSelect PR: bin/30229 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Aug 31 20:03:05 2001 UTC (10 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2 lines
Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling AND DHCP handling.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Aug 31 19:56:59 2001 UTC (10 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2 lines
PR: 26187 Submitted by: Glenn Trewitt <glenn@trewitt.org>
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Jul 12 00:01:45 2001 UTC (10 years, 7 months ago) by jesper
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +19 -13 lines
Fix IP address checking, now we allow addresses like 172.17.0.0/23 as a host address PR: misc/27799 Reviewed by: jkh Approved by: jkh MFC after: 1 month
Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Jul 5 09:51:09 2001 UTC (10 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
Mark relevant functions __printflike()/__printf0like() and silence some of the non-constant format string warnings. MFC after: 1 week
Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Jul 2 00:18:04 2001 UTC (10 years, 7 months ago) by dd
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the names suggest, they perform methods on Device's. In addition, they check that the pointer passed to them is valid; if it isn't, they pretend that the action failed. This fixes some crashes due to NULL dereferences (e.g., PR 26509). Approved by: jkh (some time ago)
Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Mar 2 08:15:41 2001 UTC (10 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -10 lines
Ack! I finally got annoyed enough to actually kill this. There is no need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago.
Revision 1.103.2.8: download - view: text, markup, annotated - select for diffs
Fri Dec 15 05:56:22 2000 UTC (11 years, 1 month ago) by jkh
Branches: old_RELENG_4
Diff to: previous 1.103.2.7: preferred, colored; branchpoint 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103.2.7: +3 -3 lines
MFC: use No/Yes dialogs where more appropriate.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu Dec 14 13:59:10 2000 UTC (11 years, 1 month ago) by eivind
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +93 -15 lines
Add better IP, netmask and gateway checks. - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Dec 14 02:49:02 2000 UTC (11 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -3 lines
Adapt sysinstall to use the new msgNoYes() function which assumes no as a default. Sysinstall should be both less dangerous and less annoying as a result of this change, though that's just my opinion (since they're the defaults which annoy ME the least :).
Revision 1.103.2.7: download - view: text, markup, annotated - select for diffs
Mon Dec 11 18:51:31 2000 UTC (11 years, 2 months ago) by ume
Branches: old_RELENG_4
Diff to: previous 1.103.2.6: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.6: +8 -2 lines
MFC 1.109->1.110: Wait DAD complete after ifconfig up.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Dec 4 18:06:49 2000 UTC (11 years, 2 months ago) by ume
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +8 -2 lines
Wait DAD complete after ifconfig up.
Revision 1.103.2.6: download - view: text, markup, annotated - select for diffs
Tue Oct 24 19:36:40 2000 UTC (11 years, 3 months ago) by ume
Branches: old_RELENG_4
CVS tags: old_RELENG_4_2_0_RELEASE
Diff to: previous 1.103.2.5: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.5: +2 -2 lines
MFC 1.108 -> 1.109: Popup IPv6 dialog, again.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Oct 21 14:06:24 2000 UTC (11 years, 3 months ago) by ume
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2 lines
Popup IPv6 dialog, again.
Revision 1.103.2.5: download - view: text, markup, annotated - select for diffs
Fri Sep 15 08:35:55 2000 UTC (11 years, 4 months ago) by jkh
Branches: old_RELENG_4
CVS tags: old_RELENG_4_1_1_RELEASE
Diff to: previous 1.103.2.4: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.4: +2 -2 lines
MFC: fix DHCP variable check
Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Sep 15 08:15:14 2000 UTC (11 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -2 lines
Correct variable check for VAR_TRY_DHCP.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Aug 28 18:18:47 2000 UTC (11 years, 5 months ago) by murray
Branches: MAIN
CVS tags: old_PRE_SMPNG
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +5 -3 lines
This allows you to script sysinstall to say "NO" to DHCP and IPv6. Previously, you could only script these features if you said YES. Oops. Accidentally commited to releng_4 first. PR: 20334 Approved by: jkh
Revision 1.103.2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:55:35 2000 UTC (11 years, 5 months ago) by murray
Branches: old_RELENG_4
Diff to: previous 1.103.2.3: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.3: +5 -3 lines
This allows you to script sysinstall to say "NO" to DHCP and IPv6. Previously, you could only script these features if you said YES. PR: 20334 Approved by: jkh
Revision 1.103.2.3: download - view: text, markup, annotated - select for diffs
Tue Jul 25 07:45:19 2000 UTC (11 years, 6 months ago) by jkh
Branches: old_RELENG_4
CVS tags: old_RELENG_4_1_0_RELEASE
Diff to: previous 1.103.2.2: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.2: +4 -1 lines
MFC: tcpip screen clear, nuke X_AS_PACKAGE
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jul 25 07:38:22 2000 UTC (11 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +4 -1 lines
Restore the screen after possibly spamming it. Reported by: Brian J. McGovern <mcgovern@spoon.beta.com>
Revision 1.103.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 16 17:30:00 2000 UTC (11 years, 6 months ago) by ume
Branches: old_RELENG_4
Diff to: previous 1.103.2.1: preferred, colored; branchpoint 1.103: preferred, colored
Changes since revision 1.103.2.1: +101 -20 lines
MFC: IPv6 support. IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7.
Revision 1.103.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 14 09:27:00 2000 UTC (11 years, 6 months ago) by jhb
Branches: old_RELENG_4
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -2 lines
MFC: Fix annoynance where you would be asked repeatedly whether or not to
assume the network was configured during multi-user mode.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Jul 14 08:33:10 2000 UTC (11 years, 6 months ago) by ume
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +101 -20 lines
IPv6 support. IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Approved by: jkh
Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Apr 6 01:23:21 2000 UTC (11 years, 10 months ago) by murray
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -2 lines
Fixed minor annoyance with sysinstall being redundant / braindead in the network -> interfaces menu. Approved by: jkh
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Feb 20 21:58:10 2000 UTC (11 years, 11 months ago) by jkh
Branches: MAIN
CVS tags: old_RELENG_4_BP, old_RELENG_4_0_0_RELEASE
Branch point for: old_RELENG_4
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Now I remember why I didn't write out the gateway in the DHCP case; it was a feature.
Revision 1.74.2.16: download - view: text, markup, annotated - select for diffs
Sun Feb 20 21:57:38 2000 UTC (11 years, 11 months ago) by jkh
Branches: old_RELENG_3
CVS tags: old_RELENG_3_5_0_RELEASE
Diff to: previous 1.74.2.15: preferred, colored; branchpoint 1.74: preferred, colored; next MAIN 1.75: preferred, colored
Changes since revision 1.74.2.15: +2 -2 lines
MFC: let dhcp override gateway.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Jan 28 02:15:07 2000 UTC (12 years ago) by jkh
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3 lines
OK, I admit defeat - allow the user to override hostname and gateway values set by dhcp.
Revision 1.74.2.15: download - view: text, markup, annotated - select for diffs
Fri Jan 28 02:14:29 2000 UTC (12 years ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.14: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.14: +3 -3 lines
MFC: dhcp fixes
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Jan 14 19:05:55 2000 UTC (12 years ago) by hosokawa
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +6 -1 lines
Set pccard_ifconfig in /etc/rc.conf automatically.
Revision 1.74.2.14: download - view: text, markup, annotated - select for diffs
Fri Dec 17 02:46:34 1999 UTC (12 years, 1 month ago) by jkh
Branches: old_RELENG_3
CVS tags: old_RELENG_3_4_0_RELEASE
Diff to: previous 1.74.2.13: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.13: +2 -2 lines
MFC: DTRT with msgNotify();
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Dec 17 02:46:04 1999 UTC (12 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
In retrospect, msgNotify() should leave its contents on the screen longer to give the user something to look at while things are happening. Change it to do so and insert the appropriate screen saves elsewhere.
Revision 1.74.2.13: download - view: text, markup, annotated - select for diffs
Wed Dec 15 01:32:36 1999 UTC (12 years, 1 month ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.12: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.12: +2 -2 lines
MFC: bring across all the new changes for screen updates. I've installed a few snapshots with them in now and, with very few exceptions, it's all way better than what I had before. Those few exceptions will have an extra screen clear or two added to make things look better.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Dec 14 04:25:29 1999 UTC (12 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
Completely rip-out and redesign sysinstall's refresh model as well as redoing all the menus to have proper, or at least non-hallucinogenic, keyboard accelerators. This requires my recent update to libdialog to work properly and will probably also exhibit some other "interesting" behavior while the last few missing screen clears are found (which is why I'm not going to MFC immediately). At least now, however, sysinstall does not gratuitously redraw random screens at the drop of a hat and drive serial console installers out of their minds.
Revision 1.74.2.12: download - view: text, markup, annotated - select for diffs
Sun Dec 12 04:58:47 1999 UTC (12 years, 2 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.11: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.11: +1 -3 lines
MFC: correct PART_OFF in label editor and silence various warnings.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Dec 12 04:58:02 1999 UTC (12 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -3 lines
I shouldn't have incremented PART_OFF; it was wrong and broke label display to boot. Also fix some various warning fluff while I'm in here cleaning up.
Revision 1.74.2.11: download - view: text, markup, annotated - select for diffs
Fri Nov 19 20:42:06 1999 UTC (12 years, 2 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.10: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.10: +2 -2 lines
MFC: about 2 month's worth of stacked changes.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Nov 8 16:19:25 1999 UTC (12 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
Defensive coding to prevent a potential segfault. PR: 14706 Submitted by: ru
Revision 1.74.2.10: download - view: text, markup, annotated - select for diffs
Wed Oct 6 06:49:41 1999 UTC (12 years, 4 months ago) by ru
Branches: old_RELENG_3
Diff to: previous 1.74.2.9: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.9: +2 -2 lines
Fix copy&paste typo.
Revision 1.74.2.9: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:40:53 1999 UTC (12 years, 4 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.8: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.8: +3 -3 lines
MFC: fix for auto keyword botch.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Oct 5 10:10:42 1999 UTC (12 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3 lines
Really fix the auto keyword botch correctly by just letting it do its job and not override it when set. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Sep 30 08:32:35 1999 UTC (12 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Sigh, too many late nights!
Revision 1.74.2.8: download - view: text, markup, annotated - select for diffs
Mon Sep 27 21:57:09 1999 UTC (12 years, 4 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.7: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.7: +2 -2 lines
MFC: fix auto keyword botch.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Sep 27 21:48:28 1999 UTC (12 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Oh bollocks, I really screwed up the "auto" check here. Time to crack the K&R; I must have forgotten the C language. :) Embarrassingly noticed by: Howard Gutch <logix@foobar.franken.de>
Revision 1.74.2.7: download - view: text, markup, annotated - select for diffs
Sun Sep 19 08:37:16 1999 UTC (12 years, 4 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.6: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.6: +2 -2 lines
MFC: cosmetics and adaptation.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun Sep 19 07:46:55 1999 UTC (12 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Deal with new "auto" setting for network_interfaces.
Revision 1.74.2.6: download - view: text, markup, annotated - select for diffs
Mon Sep 6 15:14:58 1999 UTC (12 years, 5 months ago) by jkh
Branches: old_RELENG_3
CVS tags: old_RELENG_3_3_0_RELEASE
Diff to: previous 1.74.2.5: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.5: +11 -9 lines
MFC: don't be so boorish in DHCP configuration
Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Sep 6 15:06:17 1999 UTC (12 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +11 -9 lines
Only do dhclient once; it has its own internal retry which is more than long enough (and doing it multiple times results in a dialog which waits AGES to complete).
Revision 1.30.2.36: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:22:07 1999 UTC (12 years, 5 months ago) by peter
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.35: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.35: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.48.2.25: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:20:54 1999 UTC (12 years, 5 months ago) by peter
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.24: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.2.24: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.74.2.5: download - view: text, markup, annotated - select for diffs
Thu Sep 2 00:55:31 1999 UTC (12 years, 5 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.4: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.4: +110 -30 lines
NOW merge this over. Ahem.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Sep 2 00:51:16 1999 UTC (12 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +109 -29 lines
Oh crud, did I ever screw the pooch! Rather than sync this with -stable, I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Sep 1 04:29:29 1999 UTC (12 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +30 -110 lines
MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality, bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
Revision 1.74.2.4: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:54:16 1999 UTC (12 years, 5 months ago) by peter
Branches: old_RELENG_3
Diff to: previous 1.74.2.3: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.3: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:34:21 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Aug 21 07:13:20 1999 UTC (12 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +12 -13 lines
Quiet some overly chatty debug output, do some minor cleanups to the DHCP support code.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Aug 7 01:43:39 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -3 lines
Re-enable play-nice-with-DHCP option now that bpf is the default in GENERIC. Now a dhcp-configured system will both install and boot initially with proper interface configuration.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Jul 22 08:51:42 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -1 lines
Intentionally do the wrong thing in using the initial DHCP values for ifconfig, essentially stealing the lease until the user goes and changes it. The alternative, sadly, is total dysfunction since bpf isn't in GENERIC and network connectivity would otherwise fail completely on first bootup when DHCP configuration was attempted again. The ultimate answer here is to make either bpf a loadable kernel module (which security conscious admins will be able to simply remove from /modules) or come up with a lighter weight mechanism just for dhcp and other apps that need to see broadcast packets but not otherwise sniff the wire in full bpf glory.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jul 19 11:00:56 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +9 -4 lines
Wait for dhclient in a far saner fashion. Submitted by: obrien
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Jul 19 10:18:52 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +5 -14 lines
cleanup pass over new stuff.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jul 19 10:06:18 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +79 -63 lines
Another batch of fixes for dhcp support in sysinstall, now dragging in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Jul 18 10:18:06 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +9 -5 lines
Some additional optimizations for using DHCP.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Jul 18 02:20:56 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -2 lines
Miscellaneous fixes for dhcp client support.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Jul 16 11:13:09 1999 UTC (12 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +59 -12 lines
Re-enable DHCP client support again (but optional and turned off by default for the time being) for debugging purposes. Fix bug in options selection.
Revision 1.74.2.3: download - view: text, markup, annotated - select for diffs
Fri May 7 11:45:50 1999 UTC (12 years, 9 months ago) by jkh
Branches: old_RELENG_3
CVS tags: old_RELENG_3_2_PAO_BP, old_RELENG_3_2_PAO, old_RELENG_3_2_0_RELEASE
Diff to: previous 1.74.2.2: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.2: +10 -7 lines
MFC: give each dog its day.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri May 7 11:45:26 1999 UTC (12 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +10 -7 lines
Erm, correct mighty braino in previous "don't annoy me" change.
Revision 1.74.2.2: download - view: text, markup, annotated - select for diffs
Fri May 7 10:42:32 1999 UTC (12 years, 9 months ago) by jkh
Branches: old_RELENG_3
Diff to: previous 1.74.2.1: preferred, colored; branchpoint 1.74: preferred, colored
Changes since revision 1.74.2.1: +21 -18 lines
MFC: various fixes over the last 2 days.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri May 7 05:15:17 1999 UTC (12 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +21 -18 lines
Commit a more general version of the last patch; don't do any back-filling of values more than once. User might want to override them.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu May 6 11:05:19 1999 UTC (12 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -1 lines
Argh, those last two commits snuck in with the other one by mistake. Disable the non-working dhcp client code I just committed by mistake.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu May 6 11:03:18 1999 UTC (12 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +16 -1 lines
Fix includes; I had a slightly different Makefile than everyone else which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net>
Revision 1.74.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 5 22:20:17 1999 UTC (13 years ago) by jkh
Branches: old_RELENG_3
CVS tags: old_RELENG_3_1_0_RELEASE
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +9 -9 lines
MFC: new variable handling.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Feb 5 22:15:52 1999 UTC (13 years ago) by jkh
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +9 -9 lines
Totally change the way variables are accounted for in sysinstall. Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
Revision 1.48.2.24: download - view: text, markup, annotated - select for diffs
Sun Nov 15 09:07:38 1998 UTC (13 years, 2 months ago) by jkh
Branches: old_RELENG_2_2
CVS tags: old_RELENG_2_2_8_RELEASE
Diff to: previous 1.48.2.23: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.23: +2 -2 lines
MFC: better fixups, cleanup, xf86config looping.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Nov 15 09:06:20 1998 UTC (13 years, 2 months ago) by jkh
Branches: MAIN
CVS tags: old_RELENG_3_BP
Branch point for: old_RELENG_3
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
o Break fixups into binary fixups and XFree86 based fixups. o Move fixups into extraction routine so all consumers don't have to duplicate the right behavior. o Make some things more orthogonal (just for asthetics sake) o Add option to go back and do it again if XF86Setup fails (possibly with a different setup - this one has always annoyed me).
Revision 1.48.2.23: download - view: text, markup, annotated - select for diffs
Mon Aug 31 09:02:18 1998 UTC (13 years, 5 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.22: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.22: +2 -2 lines
MFC: accept gateway=NO
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Aug 31 09:02:03 1998 UTC (13 years, 5 months ago) by jkh
Branches: MAIN
CVS tags: old_RELENG_3_0_0_RELEASE
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Accept gateway value of NO
Revision 1.48.2.22: download - view: text, markup, annotated - select for diffs
Wed Sep 17 16:35:38 1997 UTC (14 years, 4 months ago) by pst
Branches: old_RELENG_2_2
CVS tags: old_RELENG_2_2_7_RELEASE, old_RELENG_2_2_6_RELEASE, old_RELENG_2_2_5_RELEASE
Diff to: previous 1.48.2.21: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.21: +3 -2 lines
Merge my VAR_ changes and Jordan's boot.help changes in from -current. I did not bring in all of the -current bugfixes because it's not clear what's an improvement and what's a spam (see ftp.c).
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Sep 17 16:18:22 1997 UTC (14 years, 4 months ago) by pst
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -2 lines
Put all variables in VAR_ #define's to force a single location for all of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems.
Revision 1.48.2.21: download - view: text, markup, annotated - select for diffs
Wed Sep 17 13:33:36 1997 UTC (14 years, 4 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.20: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.20: +9 -3 lines
MFC: netInteractive variable
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Sep 17 13:33:14 1997 UTC (14 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +9 -3 lines
Add a new netInteractive variable so that the interactiveness of the TCP setup dialog from scripts is more controllable. No more biasing off of hostname (which is now non-optional in the non-netInteractive case). Requested by: pst
Revision 1.48.2.20: download - view: text, markup, annotated - select for diffs
Mon Sep 8 11:16:13 1997 UTC (14 years, 5 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.19: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.19: +9 -7 lines
MFC: upgrade fixes, less verbosity, etc.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Sep 8 11:09:11 1997 UTC (14 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +9 -7 lines
Make upgrade potentially a little less interactive. Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be.
Revision 1.48.2.19: download - view: text, markup, annotated - select for diffs
Wed Jun 18 05:12:01 1997 UTC (14 years, 7 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.18: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.18: +2 -2 lines
YAMFC
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Jun 18 05:11:37 1997 UTC (14 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
1. Add a noWarn flag so that scripts can turn warnings off. 2. If hostname not set from script, bring up interactive dialog anyway.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:01:38 1997 UTC (14 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
YAMF22
Revision 1.48.2.18: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:01:25 1997 UTC (14 years, 8 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.17: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.17: +2 -2 lines
Return proper status value when scripting.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Jun 12 07:35:40 1997 UTC (14 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
YAMF22
Revision 1.48.2.17: download - view: text, markup, annotated - select for diffs
Thu Jun 12 07:35:09 1997 UTC (14 years, 8 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.16: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.16: +2 -2 lines
Fix some bogons with scripting.
Revision 1.48.2.16: download - view: text, markup, annotated - select for diffs
Mon Jun 9 01:20:19 1997 UTC (14 years, 8 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.15: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.15: +41 -30 lines
Script and XFree86 3.3 stuff from -current.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jun 9 01:19:44 1997 UTC (14 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +41 -30 lines
1. Make it possible to set up all the TCP/IP values from a script. 2. Update to XFree86 3.3
Revision 1.30.2.35: download - view: text, markup, annotated - select for diffs
Tue Mar 11 09:29:24 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.34: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.34: +3 -1 lines
Merge all my sysinstall changes over to the 2.1 branch. I just have this feeling... :)
Revision 1.48.2.15: download - view: text, markup, annotated - select for diffs
Sun Mar 9 22:38:00 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_2
CVS tags: old_RELENG_2_2_2_RELEASE, old_RELENG_2_2_1_RELEASE, old_RELENG_2_2_0_RELEASE
Diff to: previous 1.48.2.14: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.14: +3 -1 lines
Merge changes from -current for registration screen (also forgot to mention - fixed a window leak in all clients of the Layout* code).
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Mar 9 22:25:49 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -1 lines
Add a registration screen so we can finally start counting our little user puppies.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:12:23 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Revert $FreeBSD$ to $Id$
Revision 1.48.2.14: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:09:41 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.13: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.13: +7 -2 lines
YAMFC
Revision 1.30.2.34: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:08:56 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_1_0
CVS tags: old_RELENG_2_1_7_RELEASE
Diff to: previous 1.30.2.33: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.33: +7 -2 lines
YAMFC
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Feb 17 22:08:19 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -1 lines
Properly check status of menu return.
Revision 1.48.2.13: download - view: text, markup, annotated - select for diffs
Mon Feb 17 13:31:52 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.12: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.12: +18 -12 lines
YAMFC
Revision 1.30.2.33: download - view: text, markup, annotated - select for diffs
Mon Feb 17 13:30:23 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.32: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.32: +18 -12 lines
YAMFC
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Feb 17 13:29:47 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +17 -11 lines
Finally DTRT with tcpOpenDialog(); it should have never diddled mediaDevice directly.
Revision 1.30.2.32: download - view: text, markup, annotated - select for diffs
Fri Feb 14 21:29:27 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.31: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.31: +2 -2 lines
YAMFC
Revision 1.48.2.12: download - view: text, markup, annotated - select for diffs
Fri Feb 14 21:24:26 1997 UTC (14 years, 11 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.11: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.11: +2 -2 lines
YAMFC
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Feb 14 20:59:07 1997 UTC (14 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
o Try to be more aggressive about reading in old configuration data so that we're more useful in multi-user mode. This is still not 100%, but it pulls in a lot more than it used to. Some of the "composite" variables in /etc/sysconfig are going to take more work. o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do so. o Reset media properly when reselecting. Longstanding bogon. o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle this differently shortly. o Fix bug where cancel in TCP setup dialog still checked data fields. I think this closes a PR, but I will have to go look.
Revision 1.30.2.31: download - view: text, markup, annotated - select for diffs
Thu Feb 13 00:33:00 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.30: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.30: +3 -4 lines
Merge for 2.1
Revision 1.48.2.11: download - view: text, markup, annotated - select for diffs
Thu Feb 13 00:32:02 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.10: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.10: +3 -4 lines
Merge recent changes.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Feb 11 02:33:33 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3 lines
Don't unilaterally decide to skip network configuration if running multi-user; ask politely.
Revision 1.30.2.30: download - view: text, markup, annotated - select for diffs
Fri Feb 7 04:26:57 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.29: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.29: +78 -264 lines
It's easier to go forwards than backwards with this, and the RELENG_2_1_0 sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw.
Revision 1.48.2.10: download - view: text, markup, annotated - select for diffs
Sun Jan 19 09:59:42 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.9: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.9: +2 -2 lines
Syncronize with -current; too many merge lines to really put here.
Revision 1.48.2.9: download - view: text, markup, annotated - select for diffs
Fri Jan 17 08:53:49 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.8: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.8: +2 -2 lines
Merge last 3 days worth of -current changes.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jan 17 08:47:13 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Now that I know which parts of the installation really need it (since there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jan 16 09:45:35 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Use a better dialog for flagging field validation errors. Pointed-Out-By: msmith
Revision 1.48.2.8: download - view: text, markup, annotated - select for diffs
Thu Jan 16 01:19:27 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.7: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.7: +2 -2 lines
Merge serial device selection fix, better FTP error handling, etc. from -current
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jan 15 16:21:10 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Keep our serial ports distinct so that first device is not found for all (closes PR#2296). Print better FTP failure diagnostics Do better media failure checking in install.
Revision 1.48.2.7: download - view: text, markup, annotated - select for diffs
Wed Jan 15 04:50:21 1997 UTC (15 years ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.6: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.6: +49 -178 lines
Merge the current state of sysinstall into 2.2.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 15 03:24:44 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +13 -19 lines
Set defaults more rationally through the item selection loop.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jan 14 06:23:34 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Jan 3 06:32:36 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +44 -167 lines
Do something I've wanted to do for quite some time - collapse all the common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Dec 14 23:09:08 1996 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +11 -11 lines
Now that I've got my source tree sorted out, bring all the things I've been committing into 2.2 directly all this time.
Revision 1.48.2.6: download - view: text, markup, annotated - select for diffs
Sat Dec 14 22:23:28 1996 UTC (15 years, 1 month ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.5: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.5: +2 -2 lines
To use the dosio library fully, I also (duh!) have to retain full use of stdio, I can't just go handing fileno(fp) around and expect that to work. Since this means I need to have sysinstall play pipeline on single file distributions now, that means I can also finally add a progress indicator for them. Change installation instructions to note that there's no dists directory anymore on CDROMs.
Revision 1.48.2.5: download - view: text, markup, annotated - select for diffs
Sat Dec 14 16:23:50 1996 UTC (15 years, 1 month ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.4: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.4: +10 -10 lines
Fix some very minor cosmetic cruft I couldn't help tweaking when I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work.
Revision 1.48.2.4: download - view: text, markup, annotated - select for diffs
Thu Dec 12 22:57:01 1996 UTC (15 years, 2 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.3: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.3: +2 -2 lines
YAMFC
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Dec 12 22:44:22 1996 UTC (15 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Fix trunctation of domainname.
Revision 1.48.2.3: download - view: text, markup, annotated - select for diffs
Mon Dec 9 09:29:11 1996 UTC (15 years, 2 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.2: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.2: +18 -20 lines
Merge-o-matic.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Dec 9 08:22:18 1996 UTC (15 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +19 -21 lines
As Paul has just pointed out, much of my strncpy() usage was either bogus or overly complex and really needed to be done more consistently and sanely throughout - no question about it. Done. Suggested-By: Paul Traina <pst@Shockwave.COM>
Revision 1.48.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 9 06:41:43 1996 UTC (15 years, 2 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48.2.1: preferred, colored; branchpoint 1.48: preferred, colored
Changes since revision 1.48.2.1: +1 -56 lines
Merge with HEAD.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Dec 9 06:37:46 1996 UTC (15 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -56 lines
Eliminate great evil in the networking code. That's all I'm gonna say.
Revision 1.30.2.29: download - view: text, markup, annotated - select for diffs
Thu Nov 7 09:18:08 1996 UTC (15 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
CVS tags: old_RELENG_2_1_6_RELEASE, old_RELENG_2_1_6_1_RELEASE
Diff to: previous 1.30.2.28: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.28: +2 -2 lines
Merge from HEAD.
Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 7 09:08:23 1996 UTC (15 years, 3 months ago) by jkh
Branches: old_RELENG_2_2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Merge from HEAD.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Nov 7 08:03:29 1996 UTC (15 years, 3 months ago) by jkh
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Joerg's changes to add screen font and screenmap setting. Some changes of my own to make screen saver configuration a little more sane, and also make it easier to get to the keyboard/screen setup from the options menu.
Revision 1.30.2.28: download - view: text, markup, annotated - select for diffs
Sun Nov 3 05:48:11 1996 UTC (15 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.27: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.27: +0 -0 lines
2nd try - sync up and try to produce a working -stable release build.
Revision 1.30.2.27: download - view: text, markup, annotated - select for diffs
Tue Oct 15 17:04:39 1996 UTC (15 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.26: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.26: +21 -46 lines
Mondo-merge of new 2.2 installation technology.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Oct 5 16:33:04 1996 UTC (15 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: old_RELENG_2_2_BP
Branch point for: old_RELENG_2_2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -3 lines
Make the save_userconfig() stuff conditional and turned off by default (for now - still a few more wrinkles here). Add more debugging code and some cosmetic tweaks.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Oct 5 12:16:49 1996 UTC (15 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +9 -9 lines
Correct check for ensuring that the network configuration isn't fiddled with when running multi-user.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Sep 1 08:17:14 1996 UTC (15 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +11 -34 lines
Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog. Also update copyright notices.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Aug 3 10:11:56 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -4 lines
Try to make screen update more efficient (less flickering) by more judicious use of dialog_clear_norefresh().
Revision 1.30.2.26: download - view: text, markup, annotated - select for diffs
Mon Jul 8 10:20:15 1996 UTC (15 years, 7 months ago) by jkh
Branches: old_RELENG_2_1_0
CVS tags: old_RELENG_2_1_5_RELEASE
Diff to: previous 1.30.2.25: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.25: +9 -5 lines
merge-o-matic.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jul 8 10:08:22 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +9 -5 lines
Fix even more lurking bogons - why do I never find these until the last possible minute? :-)
Revision 1.30.2.25: download - view: text, markup, annotated - select for diffs
Wed Jul 3 01:31:18 1996 UTC (15 years, 7 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.24: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.24: +2 -2 lines
Merge with HEAD.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jul 2 01:03:55 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Make it plainer how to exit.
Revision 1.30.2.24: download - view: text, markup, annotated - select for diffs
Fri Jun 21 13:12:09 1996 UTC (15 years, 7 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.23: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.23: +2 -1 lines
Merge 2 bug fixes from HEAD
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jun 17 23:04:24 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
ack - left in a typo. Time for bed!
Revision 1.30.2.23: download - view: text, markup, annotated - select for diffs
Fri Jun 14 18:35:14 1996 UTC (15 years, 7 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.22: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.22: +3 -3 lines
Merge with HEAD
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jun 13 17:07:41 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Uh, this is what I was really thinking when I made the device registration changes - honest! :-)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jun 12 17:09:34 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Dispense with the special case handling of cuaa* devices by synthesizing separate entries for sl0 and ppp0 on each device.
Revision 1.30.2.22: download - view: text, markup, annotated - select for diffs
Fri May 24 06:09:09 1996 UTC (15 years, 8 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.21: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.21: +2 -3 lines
Sync from HEAD
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue May 21 15:57:21 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
Remove a particularly annoying confirmation dialog.
Revision 1.30.2.21: download - view: text, markup, annotated - select for diffs
Thu May 16 13:42:42 1996 UTC (15 years, 8 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.20: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.20: +0 -0 lines
Smash this into conformance again. I'm just trying to test a 2.1-snap build right now and need this to work. Talking with Peter now about a better solution to my merging problems.
Revision 1.30.2.20: download - view: text, markup, annotated - select for diffs
Thu May 16 12:17:10 1996 UTC (15 years, 8 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.19: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.19: +0 -0 lines
Merge from HEAD.
Revision 1.30.2.19: download - view: text, markup, annotated - select for diffs
Thu May 9 13:34:02 1996 UTC (15 years, 9 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.18: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.18: +2 -1 lines
1. Merge latest sysinstall changes. 2. Nuke libdisk from here in preparation for a move to /usr/src/lib, as in -current. 3. Remove explicit references to libdisk in Makefile (which will probably be merged outright from the HEAD later, but this will do for now).
Revision 1.30.2.18: download - view: text, markup, annotated - select for diffs
Sat May 4 11:18:12 1996 UTC (15 years, 9 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.17: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.17: +21 -24 lines
Update from HEAD
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Apr 30 05:25:15 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Clear the screen before putting up tcpip dialog.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Apr 28 00:37:38 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -2 lines
Bump snapshot release date - looks like I was off by a couple of days! More display fixes to sysinstall and assorted tweaking.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 23 01:29:35 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -2 lines
Bring this into sync. I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point!
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Apr 13 13:32:12 1996 UTC (15 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +10 -22 lines
1. Update all the copyrights to delete useless clauses 3 and 4. 2. Change more of the menu code over to new system. 3. Streamline label editor.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 7 03:52:36 1996 UTC (15 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Major surgery. 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Mar 2 07:31:58 1996 UTC (15 years, 11 months ago) by jkh
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1 lines
Miscellaneous cleanup before big round of menu restructuring (to use new libdialog features).
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Dec 7 10:34:19 1995 UTC (16 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +122 -34 lines
Update the -current sources from the 2.1 branch. Approved (in spirit) by: jkh
Revision 1.30.2.17: download - view: text, markup, annotated - select for diffs
Mon Nov 6 07:28:51 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
CVS tags: old_RELENG_2_1_0_RELEASE
Diff to: previous 1.30.2.16: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.16: +3 -4 lines
Slight correction to previous commit - it just occurred to me that putting up a network device menu in multi-user mode is probably superfluous.
Revision 1.30.2.16: download - view: text, markup, annotated - select for diffs
Mon Nov 6 07:27:31 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.15: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.15: +6 -7 lines
Add IDE CDROM device to default devs. Fix a bug where sysinstall would crash when run post-config time to load something over the network.
Revision 1.30.2.15: download - view: text, markup, annotated - select for diffs
Thu Oct 26 08:56:16 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.14: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.14: +0 -0 lines
Sync up for this snapshot.
Revision 1.30.2.14: download - view: text, markup, annotated - select for diffs
Thu Oct 26 08:11:21 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.13: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.13: +12 -5 lines
o Fix installUpgrade to start the holographic shell as well. o Lots of documentation fixes. o Rename FTP active to "FTP" and explain passive mode better. o Make tcpip screen a bit more friendly. o Literally dozens of nits.
Revision 1.30.2.13: download - view: text, markup, annotated - select for diffs
Sun Oct 22 21:38:26 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.12: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.12: +0 -0 lines
Fixes and updates.
Revision 1.30.2.12: download - view: text, markup, annotated - select for diffs
Sun Oct 22 20:15:07 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.11: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.11: +2 -3 lines
1. Add Coranth Gryphon's Apache WWW server setup screen. 2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install! 3. Add messaging routines for scripts. 4. Fix yet more bogons. I think I'm fixing them faster than they're growing, but it's hard to say. I'm really glad we're throwing this code away for 2.2!
Revision 1.30.2.11: download - view: text, markup, annotated - select for diffs
Fri Oct 20 21:57:25 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.10: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.10: +0 -0 lines
Slip some more fixes in under the wire (build hasn't gotten this far yet).
Revision 1.30.2.10: download - view: text, markup, annotated - select for diffs
Fri Oct 20 20:10:49 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.9: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.9: +2 -3 lines
Slip some fixes under the wire. Mostly cosmetic cleanup and an attempt to make the package installer a little more robust (it's still a little shakey, but will improve between now and the release)..
Revision 1.30.2.9: download - view: text, markup, annotated - select for diffs
Fri Oct 20 16:49:50 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.8: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.8: +5 -5 lines
Now I can do all the TCP and FTP configuration from config files.
Revision 1.30.2.8: download - view: text, markup, annotated - select for diffs
Fri Oct 20 15:40:52 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.7: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.7: +74 -14 lines
Split the preconfiguration code off into its own location. Make it possible to preconfigure TCP setup.
Revision 1.30.2.7: download - view: text, markup, annotated - select for diffs
Fri Oct 20 07:02:51 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.6: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.6: +5 -1 lines
Too many bugs fixed to mention. This code just seems to BREED them. Many interfaces were also simplified or generally cleaned up in an attempt to curb this problem.
Revision 1.30.2.6: download - view: text, markup, annotated - select for diffs
Thu Oct 19 15:55:44 1995 UTC (16 years, 3 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.5: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.5: +16 -3 lines
Sync with today's sources: o Implement the 2.0.5->2.1 upgrade procedure (gah). o Bring in Coranth's support for configuration of anon ftp and Samba plus some changes of my own. o More attempts to actually write the documentation in english. o Update docs to contain more 2.1-centric information.
Revision 1.30.2.5: download - view: text, markup, annotated - select for diffs
Sat Oct 7 11:55:37 1995 UTC (16 years, 4 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.4: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.4: +6 -6 lines
Whole mass of changes from first code review. Eliminate some long-standing bogons, try to make things more fault tolerant in general, bring in the first version of my new package installation menu.
Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Wed Oct 4 12:08:25 1995 UTC (16 years, 4 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.3: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.3: +6 -6 lines
General cleanup - sanitize use of variables. Do more rational things in a number of other instances.
Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 4 07:55:03 1995 UTC (16 years, 4 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.2: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.2: +5 -5 lines
Make the release name to load a configurable parameter. Don't gratuitously shutdown network after NFS or FTP install. Centralize release version string to one location included by everyone. Bring in new options screen.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 20 10:43:12 1995 UTC (16 years, 4 months ago) by jkh
Branches: old_RELENG_2_1_0
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.1: +18 -10 lines
1. Pick a proper default netmask in the TCP/IP install screen. 2. Handle the `all disk for FreeBSD' case more gracefully. Submitted by: joerg
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 18 16:52:38 1995 UTC (16 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
This mega-commit brings in Jordan's latest sysinstall version.. This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago...
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 21 10:02:59 1995 UTC (16 years, 6 months ago) by rgrimes
Branches: old_RELENG_2_1_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
date: 1995/06/19 23:29:49; author: gpalmer; state: Exp; lines: +3 -3 Fix bogon in network address checking code. It nows allows the number 255 in the first three fields, although 255 in the last octet is still considered an error, as it is still a broadcast address (AFAIK). Noticed By: ljg@space.physics.uiowa.edu (Larry Granroth) Reviewed by: Submitted by: Obtained from:
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jun 11 19:30:12 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: old_RELENG_2_1_0_BP
Branch point for: old_RELENG_2_1_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +46 -12 lines
Merge RELENG_2_0_5 into HEAD
Revision 1.29.2.8: download - view: text, markup, annotated - select for diffs
Tue Jun 6 06:08:29 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
CVS tags: old_RELENG_2_0_5_RELEASE
Diff to: previous 1.29.2.7: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.7: +3 -2 lines
Write out /etc/hosts entries a little more intelligently.
Revision 1.29.2.7: download - view: text, markup, annotated - select for diffs
Mon Jun 5 08:34:59 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.6: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.6: +2 -2 lines
Head-off possible misunderstanding in tcpip menu. Corrent name of help doc.
Revision 1.29.2.6: download - view: text, markup, annotated - select for diffs
Sun Jun 4 05:13:39 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.5: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.5: +10 -5 lines
o Add a new parameter to get() method; now we can figure out which device we are without cheating! o Make a real tape install. o Make the floppy install loop properly through a media set, asking for media changes at reasonable times. o Clean up some menus.
Revision 1.29.2.5: download - view: text, markup, annotated - select for diffs
Fri Jun 2 00:52:25 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.4: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.4: +2 -1 lines
Fix a bad bug where the tcp setup dialog wasn't presented in the case where only one network device existed.
Revision 1.29.2.4: download - view: text, markup, annotated - select for diffs
Thu Jun 1 09:42:31 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.3: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.3: +2 -1 lines
1. Write out /etc/hosts even when user picks TCPIP setup later on. 2. See if I've fixed X11R6 extraction. 3. Fix writing out of network_interfaces to sysconfig.
Revision 1.29.2.3: download - view: text, markup, annotated - select for diffs
Thu Jun 1 05:13:20 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.2: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.2: +4 -2 lines
Don't spit out bogus ifconfig_<iface> lines when the interface is serial. Always initialize lo0 in addition to other interfaces.
Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Wed May 31 10:17:45 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.1: +20 -6 lines
1. Go to an entirely different paradigm for "OK" and "Cancel"; I managed to give Julian what he wanted without changing Dialog. Each menu that doesn't immediately return now has an "Exit" item at the bottom, and Cancel actually _cancels_. 2. Re-work the distribution stuff to not gratuitously init/shutdown the media device multiple times. 3. Make all menu-using functions now respect the fact that menus return a status (so you can tell if they were truly cancelled). 4. Write out /etc/hosts as late as possible.
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Wed May 31 00:17:12 1995 UTC (16 years, 8 months ago) by jkh
Branches: old_RELENG_2_0_5
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +16 -6 lines
If there's only one possible network device, don't even bother putting up the menu.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 30 08:29:00 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: old_RELENG_2_0_5_BP
Branch point for: old_RELENG_2_0_5
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -7 lines
Remove trailing whitespace.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 29 12:32:41 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
CVS tags: old_RELENG_2_0_5_ALPHA
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
A small tweak to layout.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 29 11:01:41 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Sync up my work for the night. This should implement ALL possible installation methods and provide a fairly robust set of menu options. This should also fix a few more bugs on Poul-Henning's latest gripe list.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 28 23:12:09 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Add various missing seat belts.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 28 09:31:44 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -65 lines
Sync up with Poul.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun May 28 03:05:06 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -3 lines
Humanize Poul-Henning's code. Status values should be properly respected now.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat May 27 23:52:55 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
1. Make this compile again after Poul's changes to the get() strategy routine. 2. Improve the tcpip menu slightly.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 27 23:39:34 1995 UTC (16 years, 8 months ago) by phk
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Major cleanup. Mediaroutines now get asked about a file. All the multi part stuff centralized. The final check is backwards or something so it always said it failed, even it it didn't. Fixed tcpip address check to not be stupid, 10.0.255.1 is legal.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 26 22:08:59 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Netmask is unused now - we can delete it.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri May 26 21:37:53 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -7 lines
Don't add the default route in ppp - we'll only add it again later.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 26 21:16:02 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -4 lines
Fix a few bogons.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 26 20:31:01 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Ask name of "other" ftp site in correct place. Make TIOCCONS redirection for console messages work properly; we no longer open /dev/console for all I/O - we use the VTYs directly.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 26 19:28:06 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +37 -3 lines
Clean up the configuration stuff a bit more - we should now populate /etc with good things(tm). Fire off ppp with all the proper initial options set.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 26 08:58:35 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Tighten up the TCP/IP dialog a little. Simply install procedure a bit.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri May 26 08:41:51 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +93 -204 lines
Totally revamp the TCP/IP dialog; now network selection makes a bit more sense. Root floppy (which actually may be able to go completely away at some point soon!) is now loadable from ftp/nfs/dos as well as CDROM and (of course) floppy. Fix more problems on Poul's Gripe List.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu May 25 18:48:32 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Bring in all my fixes to Poul's gripe list as of last night.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 25 01:52:04 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Cleanup.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 24 01:27:15 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -3 lines
Add a final configuration menu and the beginnings of the backing code for it. The ftp installation method is working well enough to test. Many more bug fixes, says Gary.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 23 18:06:16 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +24 -1 lines
Add my first cut at TCP/IP device configuration. If this works, the ftp installation method should now function. We'll know as soon as my make release builds the floppies. I'm just committing this out of my release tree now so that it doesn't get clobbered again.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 21 15:40:54 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +61 -27 lines
1. Start syncing up the network strategy code so that folks like Poul and Justin can see it. 2. Attempt to fix the redisplay problems in label.c some more. Not clearing the screen each time is certainly faster, but it's causing all sorts of problems.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 18 16:44:41 1995 UTC (16 years, 8 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -36 lines
Dispose of old, #if 0'd, out code which has been proved to be no longer needed.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 18 16:36:14 1995 UTC (16 years, 8 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Correct a conditional which could cause a off-by-one error in certain circumstances.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 18 13:18:35 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
1. Add serial devices to list of possible network device candidates. 2. Rework tcpip.c a bit so that devices which have been configured also have the enabled flag set.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 18 09:02:06 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
1. Primitive bad144 support (I believe an additional command is needed, but won't know until Poul wakes up again). 2. Make vsystem() put its output on the debugging fd. 3. DTRT with root filesystem placement - now I see how this has to work (thanks, Poul). 4. Many miscellaneous spelling errors fixed and general cleanup.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 17 14:39:58 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -7 lines
Commit my latest so that Gary can sync up - this version should also be the grounds for our first round of testing in the release I'm rolling. It doesn't load the distributions yet, but it should do everything else.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 17 12:09:11 1995 UTC (16 years, 8 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +192 -36 lines
Hopefully the last version of this file. Add a lot more comments, and actually give the data back to sysinstall in a coherent fashion now.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 16 20:00:51 1995 UTC (16 years, 8 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +71 -36 lines
Oops - Jordan managed to grab my ``work in progress file'' which doesn't even come close to compiling. This file compiles, and should work.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 16 11:37:27 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +106 -54 lines
This will now compile and even scribble helpfully on your disks. It remains to be seen how successfully. The distribution loading code is still not here yet, but the partition/newfs/mount/cpio-extract cycle is as complete as it's ever going to get, modulo possible bug fixes. The TCP/IP setup screen is also sort of here, albeit in a highly-changing state due to the fact that per-interface information isn't being kept right now but is being added (thanks, Gary!).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 16 02:53:28 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
This does _not yet compile_; I'm simply bringing in my changes from this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly.
