Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-02 | ifupdown: Debian users contributed improvement to it | Denis Vlasenko | |
2006-09-28 | ifupdown: make dhcp start/stop scripts user configurable | Denis Vlasenko | |
in /etc/network/interfaces. Patch author is Gabriel L. Somlo <somlo@cmu.edu> | |||
2006-09-27 | ifupdown: fix for standalone shell; removed hardcoded PATH | Denis Vlasenko | |
2006-09-26 | ifupdown: style cleanup, no code changes | Denis Vlasenko | |
2006-09-23 | ifupdown: getopt_ulflags'ification. | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-01 | More removal of "#if 0" content. | "Robert P. J. Day" | |
2006-06-20 | only enable count_bit functions when actually needed to fix warning reported ↵ | Mike Frysinger | |
by Bernhard Fischer | |||
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley | |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | |
head, and change all the callers. | |||
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-04-14 | Remove code for protocols we don't properly support. (Most of this could | Rob Landley | |
never be selected via menuconfig anyway.) If somebody wants one of these protocols, ask on the list for us to support it _properly_. | |||
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-03-22 | Fix from Glenn McGrath. | Rob Landley | |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-01 | Fixup to make warnings from the last patch go away. | Rob Landley | |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-02-28 | Cleanup from Glenn McGrath. | Rob Landley | |
2006-02-26 | Patch from Glenn McGrath to remove code that opens a file but does nothing | Rob Landley | |
with it. | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-14 | - several functions depend on IPv4 or IPv6 od IPX support. | Bernhard Reutner-Fischer | |
removes warning about unused code for allbareconfig. | |||
2005-10-28 | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | |
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum | |||
2005-09-29 | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | |
- move llist_add_to_end() from ifupdown.c to libbb/llist.c | |||
2005-09-22 | more remove lost exported | "Vladimir N. Oleynik" | |
2005-04-27 | Do not attempt to free() the application's environment, which is was | Eric Andersen | |
not dynamically allocated. Instead, use a private variable to store the environment array, which is used when we exec applications. | |||
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2005-04-16 | Only define a local environ when not using the prototype from unistd.h | Eric Andersen | |
2004-09-14 | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ↵ | Glenn L McGrath | |
extra const's also. | |||
2004-07-30 | use SIGTERM to kill off udhcpd, not SIGKILL | Eric Andersen | |
2004-07-30 | As noted by Eric Spakman, calling static_down() and then calling | Eric Andersen | |
bootp_down() seems redundant, esp since bootp_down was a subset of static_down, so just use that... | |||
2004-07-26 | add missing ;1_00_rc2 | Eric Andersen | |
2004-07-26 | bother. unrevert my fix. | Eric Andersen | |
2004-07-26 | Make certain that udhcp shuts down the interface | Eric Andersen | |
2004-07-26 | oops | Eric Andersen | |
2004-07-26 | Make certain that udhcp shuts down the interface | Eric Andersen | |
2004-07-23 | Patch from Manousaridis Angelos to bring dhclient down more elegently | Glenn L McGrath | |
2004-07-21 | Patch from Mike Snitzer to fix return codes. | Glenn L McGrath | |
"I have a need to _really_ know if the interface was properly configured via ifup so I made busybox's ifupdown pass the return codes through rather than dropping them on the floor." "All the functions in ifupdown.c return 1 on success and 0 on failure (which happens to the opposite of standard practices but whatever). So it is important for all these functions to not blindly return 1." "The problem with blindly returning ret, even if it is != 1, is the callers expect a 0 or 1 and accumulate the return codes. So a function that makes 3 calls to execute will have a value of 3 accumulated. That value of 1 (success) was almost always returned even if 1 of the commands in the command sequence failed. The attached patch fixes the lack of checking to verify thar result == expected_reult." | |||
2004-07-21 | Patch from Mike Snitzer, bring down dhclient using its correct pid, fix | Glenn L McGrath | |
a grammatical error. | |||
2004-07-20 | Prevent "`bootp_down' was declared implicitly `extern' and later `static'" ↵ | Eric Andersen | |
warning | |||
2004-06-29 | Paul Fox writes: | Eric Andersen | |
hi -- working with ifupdown, i've found a couple of buglets -- the wrong string is passed to an error message. paul | |||
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-04-12 | Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' | Eric Andersen | |
even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down a dhcp connection. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-19 | Manousaridis Angelos writes: | Eric Andersen | |
Hello, I have been using busybox for some time now, for an ARM based platform. I was very pleased when I tried the 1.00preX series, with all the new utilities and daemons. I found out that the ifupdown in busybox does not behave exaclty like the debian version. Then the pre-up script fails, the interface is getting up. Also when the post-up script fails the return value is ignored. Actually everything is always run and the return value is always true. I looked at the original implementation from debian and fixed the busybox version to do the same. A patch is attached if anyone is interested. | |||
2003-09-12 | As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3 | Eric Andersen | |
2003-09-12 | Invoke run-parts on /etc/network/if-*.d per the behavior of | Eric Andersen | |
the upstream ifupdown code... |