Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-19 | make shell math operations style more succulent | Mike Frysinger | |
Convert the style: var=$((${var} + 1)) to: : $(( var += 1 )) The latter is easier to read imo. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-23 | Fix logic, thanks to Maryasin Semen | Roy Marples | |
2008-10-10 | Shorten common messages for prefixed output. | Roy Marples | |
2008-09-04 | Fix iwconfig parsing on Linux, #111 thanks to Andrew Gaffney. | Roy Marples | |
2008-07-24 | Typo | Roy Marples | |
2008-07-09 | Don't set silly defaults that may brake users. | Roy Marples | |
2008-05-27 | Work with madwifi craptastic drivers. Hopefuly prism54 still works. | Roy Marples | |
2008-04-20 | Fix force_preferred, #60. | Roy Marples | |
2008-03-26 | Merge net.OS into net | Roy Marples | |