Log of /trunk/net.Linux
Directory Listing
Revision
2761 -
Directory Listing
Modified
Tue Jul 10 15:07:18 2007 UTC
(10 years, 9 months ago)
by
uberlord
Fix ifconfig using some iproute2 commands.
Revision
2754 -
Directory Listing
Modified
Mon Jul 9 09:14:19 2007 UTC
(10 years, 9 months ago)
by
uberlord
Fix iproute handling of -host and improve iwconfig scanning
Revision
2690 -
Directory Listing
Modified
Tue May 8 16:52:26 2007 UTC
(10 years, 11 months ago)
by
uberlord
When we don't have an address return 1, #176577.
Revision
2683 -
Directory Listing
Modified
Thu May 3 12:19:18 2007 UTC
(10 years, 11 months ago)
by
uberlord
Only use any when >1 interface
Revision
2682 -
Directory Listing
Modified
Thu May 3 11:43:16 2007 UTC
(10 years, 11 months ago)
by
uberlord
Allow ip6to4 tunnels to use any derived address, #170290.
Revision
2670 -
Directory Listing
Modified
Mon Apr 30 13:19:26 2007 UTC
(10 years, 11 months ago)
by
uberlord
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.
Revision
2651 -
Directory Listing
Modified
Wed Apr 25 08:46:41 2007 UTC
(10 years, 11 months ago)
by
uberlord
quiet clip
Revision
2648 -
Directory Listing
Modified
Mon Apr 23 17:19:43 2007 UTC
(10 years, 11 months ago)
by
uberlord
Fix udhcpc for releasing
Revision
2645 -
Directory Listing
Modified
Mon Apr 23 07:54:07 2007 UTC
(11 years ago)
by
uberlord
Attempt to fix clip
Revision
2631 -
Directory Listing
Modified
Thu Apr 19 13:00:59 2007 UTC
(11 years ago)
by
uberlord
Remove default config for ppp
Revision
2629 -
Directory Listing
Modified
Thu Apr 19 12:24:10 2007 UTC
(11 years ago)
by
uberlord
duh, idiot uber
Revision
2628 -
Directory Listing
Modified
Thu Apr 19 12:09:19 2007 UTC
(11 years ago)
by
uberlord
no need for the sed using printf
Revision
2627 -
Directory Listing
Modified
Thu Apr 19 12:05:25 2007 UTC
(11 years ago)
by
uberlord
use printf %s
Revision
2626 -
Directory Listing
Modified
Thu Apr 19 10:52:37 2007 UTC
(11 years ago)
by
uberlord
As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs.
Revision
2625 -
Directory Listing
Modified
Thu Apr 19 07:37:59 2007 UTC
(11 years ago)
by
uberlord
printf is more portable than echo -n
Revision
2624 -
Directory Listing
Modified
Thu Apr 19 06:46:29 2007 UTC
(11 years ago)
by
uberlord
Fix bridge some more, remove superflous warning from vewarn and error when no interface correctly
Revision
2623 -
Directory Listing
Modified
Wed Apr 18 14:42:40 2007 UTC
(11 years ago)
by
uberlord
more pppd fixes
Revision
2622 -
Directory Listing
Modified
Wed Apr 18 14:23:50 2007 UTC
(11 years ago)
by
uberlord
get pppoa the right way around
Revision
2621 -
Directory Listing
Modified
Wed Apr 18 14:21:25 2007 UTC
(11 years ago)
by
uberlord
Try and fix pppd, thanks to zzam for the patch
Revision
2616 -
Directory Listing
Modified
Tue Apr 17 11:27:47 2007 UTC
(11 years ago)
by
uberlord
Fix bridge, vlan and bonding modules to work together, #174792.
Revision
2610 -
Directory Listing
Modified
Mon Apr 16 12:56:43 2007 UTC
(11 years ago)
by
uberlord
Don't search for a space after interface names in /proc/net, #174792 thanks to Mike Auty.
Revision
2584 -
Directory Listing
Modified
Thu Apr 12 15:47:26 2007 UTC
(11 years ago)
by
uberlord
Include old file conf.d/wireless and warn the user
Revision
2574 -
Directory Listing
Modified
Wed Apr 11 10:40:53 2007 UTC
(11 years ago)
by
uberlord
Move carrier detection back into net.sh. Reserve a new hook numbers
Revision
2567 -
Directory Listing
Modified
Tue Apr 10 10:33:44 2007 UTC
(11 years ago)
by
uberlord
Misc network fixes so we work on my stable server. Splash plugin removed as splashtuils-1.4 now ships with its own.
Revision
2554 -
Directory Listing
Modified
Fri Apr 6 19:38:23 2007 UTC
(11 years ago)
by
uberlord
Use character classes in sed
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(11 years ago)
by
uberlord
Rewrite the core parts in C. We now provide librc so other programs can
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.
As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.
Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"
We will still support the old bash array format provided that /bin/sh IS
a link it bash.
ChangeLog for baselayout-1 can be found in our SVN repo.
Sticky Revision: |
|