Age | Commit message (Expand) | Author |
2007-11-20 | Introduce CONTENTS variable into Makefiles to list the contents of the direct... | Roy Marples |
2007-11-19 | Our build chain now works with GNU and BSD make implementations | Roy Marples |
2007-11-14 | Allow bash arrays to be flattened to make some configs easier. | Roy Marples |
2007-11-14 | relicense as 2-clause BSD, with the kind permission of Gentoo | Roy Marples |
2007-11-02 | Fix ppp config, #197775. | Roy Marples |
2007-11-02 | Fix an ifconfig calculation for shells that don't support the newer POSIX she... | Roy Marples |
2007-11-02 | Fixor IP comment and logic thanks to vapier | Roy Marples |
2007-11-01 | Work cleanly with bridges on kernels without TCP, #197791. | Roy Marples |
2007-11-01 | Fix some more, #180888. | Roy Marples |
2007-10-30 | Use default IFS here | Roy Marples |
2007-10-30 | Fix vconfig and remove debug | Roy Marples |
2007-10-30 | You can now spoof the source address for arping as the third parameter in gat... | Roy Marples |
2007-10-30 | Embed newlines in __IFS to save our identing | Roy Marples |
2007-10-29 | Network config arrays are now split by embedded new lines instead of being ev... | Roy Marples |
2007-10-09 | txqueuelen_eth0= now works, #190538. | Roy Marples |
2007-10-03 | Default to tunctl so we can create the device as a specific user, #194588 tha... | Roy Marples |
2007-09-24 | Fix pppd metric, #193574 thanks to Martin Väth. | Roy Marples |
2007-09-19 | /lib/rcscripts -> /lib/rc | Roy Marples |
2007-09-18 | var no longer used | Roy Marples |
2007-08-21 | Fix pppd getting the interface metric. | Roy Marples |
2007-08-10 | Need to specify table for busybox. | Roy Marples |
2007-08-07 | Always give ppp a defaultmetric | Roy Marples |
2007-08-07 | Add a defaultmetric to ppp if we have metric_$IFACE | Roy Marples |
2007-08-07 | More pppd fixes | Roy Marples |
2007-08-07 | Fix chat connects for pppd | Roy Marples |
2007-08-03 | Fix static IPv6 routes, #187514. | Roy Marples |
2007-07-31 | Remove baselayout-1 stuff | Roy Marples |
2007-07-21 | Work around a bash evaluation error | Roy Marples |
2007-07-15 | Remove hardcoded reference to iwi0 | Roy Marples |
2007-07-15 | adsl module now finds the correct exe, #185276 thanks to Marcello Laganà. | Roy Marples |
2007-07-10 | Fix ifconfig using some iproute2 commands. | Roy Marples |
2007-07-09 | Fix iproute handling of -host and improve iwconfig scanning | Roy Marples |
2007-05-08 | When we don't have an address return 1, #176577. | Roy Marples |
2007-05-03 | Only use any when >1 interface | Roy Marples |
2007-05-03 | Allow ip6to4 tunnels to use any derived address, #170290. | Roy Marples |
2007-04-30 | Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554. | Roy Marples |
2007-04-25 | quiet clip | Roy Marples |
2007-04-23 | Fix udhcpc for releasing | Roy Marples |
2007-04-23 | Attempt to fix clip | Roy Marples |
2007-04-19 | Remove default config for ppp | Roy Marples |
2007-04-19 | duh, idiot uber | Roy Marples |
2007-04-19 | no need for the sed using printf | Roy Marples |
2007-04-19 | use printf %s | Roy Marples |
2007-04-19 | As pppd is mainly a link controller, move it's startup to pppd_pre_start and ... | Roy Marples |
2007-04-19 | printf is more portable than echo -n | Roy Marples |
2007-04-19 | Fix bridge some more, remove superflous warning from vewarn and error when no... | Roy Marples |
2007-04-18 | more pppd fixes | Roy Marples |
2007-04-18 | get pppoa the right way around | Roy Marples |
2007-04-18 | Try and fix pppd, thanks to zzam for the patch | Roy Marples |
2007-04-17 | Fix bridge, vlan and bonding modules to work together, #174792. | Roy Marples |