Log of /trunk/net.BSD
Directory Listing
Revision
2919 -
Directory Listing
Modified
Tue Sep 25 12:20:25 2007 UTC
(10 years, 7 months ago)
by
uberlord
outdent properly
Revision
2895 -
Directory Listing
Modified
Wed Sep 19 13:53:40 2007 UTC
(10 years, 7 months ago)
by
uberlord
/lib/rcscripts -> /lib/rc
Revision
2821 -
Directory Listing
Modified
Tue Aug 7 21:04:27 2007 UTC
(10 years, 8 months ago)
by
uberlord
Return the next available ifindex for BSD too
Revision
2813 -
Directory Listing
Modified
Fri Aug 3 13:54:46 2007 UTC
(10 years, 8 months ago)
by
uberlord
Fix adding multiple IP addresses, #187526.
Revision
2794 -
Directory Listing
Modified
Wed Jul 25 20:58:23 2007 UTC
(10 years, 9 months ago)
by
uberlord
Merge some of reb's OpenBSD fixes in
Revision
2751 -
Directory Listing
Modified
Fri Jul 6 18:03:17 2007 UTC
(10 years, 9 months ago)
by
uberlord
Add and delete IPv6 addresses and routes correctly on FreeBSD, #184430
thanks to Friedrich Oslage.
Revision
2707 -
Directory Listing
Modified
Wed May 16 06:33:25 2007 UTC
(10 years, 11 months ago)
by
uberlord
Allow more modes to work.
Revision
2697 -
Directory Listing
Modified
Sat May 12 21:37:59 2007 UTC
(10 years, 11 months ago)
by
uberlord
Fix forcing preferred APS
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
2570 -
Directory Listing
Modified
Tue Apr 10 12:41:38 2007 UTC
(11 years ago)
by
uberlord
Fix scanning and clear wepkeys when we start
Revision
2565 -
Directory Listing
Modified
Mon Apr 9 18:56:26 2007 UTC
(11 years ago)
by
uberlord
routes_SSID now works, as does iwconfig.sh for BSD
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: |
|