index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
release
/
sysinstall
/
tcpip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deal with new "auto" setting for network_interfaces.
jkh
1999-09-19
1
-1
/
+1
*
Only do dhclient once; it has its own internal retry which is more than
jkh
1999-09-06
1
-8
/
+10
*
Oh crud, did I ever screw the pooch! Rather than sync this with -stable,
jkh
1999-09-02
1
-29
/
+109
*
MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,
jkh
1999-09-01
1
-109
/
+29
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Quiet some overly chatty debug output, do some minor cleanups to
jkh
1999-08-21
1
-13
/
+12
*
Re-enable play-nice-with-DHCP option now that bpf is the default
jkh
1999-08-07
1
-3
/
+1
*
Intentionally do the wrong thing in using the initial DHCP values for
jkh
1999-07-22
1
-1
/
+3
*
Wait for dhclient in a far saner fashion.
jkh
1999-07-19
1
-4
/
+9
*
cleanup pass over new stuff.
jkh
1999-07-19
1
-14
/
+5
*
Another batch of fixes for dhcp support in sysinstall, now dragging
jkh
1999-07-19
1
-63
/
+79
*
Some additional optimizations for using DHCP.
jkh
1999-07-18
1
-5
/
+9
*
Miscellaneous fixes for dhcp client support.
jkh
1999-07-18
1
-2
/
+3
*
Re-enable DHCP client support again (but optional and turned off by default
jkh
1999-07-16
1
-12
/
+59
*
Erm, correct mighty braino in previous "don't annoy me" change.
jkh
1999-05-07
1
-7
/
+10
*
Commit a more general version of the last patch; don't do any back-filling
jkh
1999-05-07
1
-18
/
+21
*
Argh, those last two commits snuck in with the other one by mistake.
jkh
1999-05-06
1
-1
/
+3
*
Fix includes; I had a slightly different Makefile than everyone else
jkh
1999-05-06
1
-1
/
+16
*
Totally change the way variables are accounted for in sysinstall.
jkh
1999-02-05
1
-9
/
+9
*
o Break fixups into binary fixups and XFree86 based fixups.
jkh
1998-11-15
1
-2
/
+2
*
Accept gateway value of NO
jkh
1998-08-31
1
-2
/
+2
*
Put all variables in VAR_ #define's to force a single location for all
pst
1997-09-17
1
-2
/
+3
*
Add a new netInteractive variable so that the interactiveness of the TCP
jkh
1997-09-17
1
-3
/
+9
*
Make upgrade potentially a little less interactive.
jkh
1997-09-08
1
-7
/
+9
*
1. Add a noWarn flag so that scripts can turn warnings off.
jkh
1997-06-18
1
-2
/
+2
*
YAMF22
jkh
1997-06-12
1
-2
/
+2
*
YAMF22
jkh
1997-06-12
1
-2
/
+2
*
1. Make it possible to set up all the TCP/IP values from a script.
jkh
1997-06-09
1
-30
/
+41
*
Add a registration screen so we can finally start counting our little user
jkh
1997-03-09
1
-1
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Properly check status of menu return.
jkh
1997-02-17
1
-1
/
+6
*
Finally DTRT with tcpOpenDialog(); it should have never diddled
jkh
1997-02-17
1
-11
/
+17
*
o Try to be more aggressive about reading in old configuration data
jkh
1997-02-14
1
-1
/
+1
*
Don't unilaterally decide to skip network configuration if running multi-user;
jkh
1997-02-11
1
-3
/
+2
*
Now that I know which parts of the installation really need it (since
jkh
1997-01-17
1
-1
/
+1
*
Use a better dialog for flagging field validation errors.
jkh
1997-01-16
1
-1
/
+1
*
Keep our serial ports distinct so that first device is not found for
jkh
1997-01-15
1
-1
/
+1
*
Set defaults more rationally through the item selection loop.
jkh
1997-01-15
1
-19
/
+13
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Do something I've wanted to do for quite some time - collapse all the
jkh
1997-01-03
1
-167
/
+44
*
Now that I've got my source tree sorted out, bring all the things
jkh
1996-12-14
1
-11
/
+11
*
Fix trunctation of domainname.
jkh
1996-12-12
1
-2
/
+2
*
As Paul has just pointed out, much of my strncpy() usage was either
jkh
1996-12-09
1
-21
/
+19
*
Eliminate great evil in the networking code. That's all I'm gonna say.
jkh
1996-12-09
1
-56
/
+1
*
Joerg's changes to add screen font and screenmap setting.
jkh
1996-11-07
1
-2
/
+2
*
Make the save_userconfig() stuff conditional and turned off by default
jkh
1996-10-05
1
-3
/
+2
*
Correct check for ensuring that the network configuration isn't fiddled with
jkh
1996-10-05
1
-9
/
+9
*
Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog.
jkh
1996-09-01
1
-34
/
+11
*
Try to make screen update more efficient (less flickering) by more
jkh
1996-08-03
1
-4
/
+3
*
Fix even more lurking bogons - why do I never find these until the last
jkh
1996-07-08
1
-5
/
+9
[next]