Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | |
(patch by Gabriel L. Somlo <somlo@cmu.edu>) | |||
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-12-19 | ifupdown: do not print and/or execute empty commands (""). | Denis Vlasenko | |
2006-12-19 | ifupdown: parse() returning NULL and returning "" is not the same, | Denis Vlasenko | |
it turned out! wow... okay, fixing my buglet... | |||
2006-12-18 | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko | |
2006-11-27 | fix remaining survivors of the return(a) cleanup | Denis Vlasenko | |
2006-11-23 | ifupdown: | Denis Vlasenko | |
ifconfig said to set iface up before it processes hw %hwaddress%, which then of course fails. Thus we run two separate ifconfig | |||
2006-11-23 | ifupdown: save some 100+ bytes of code in addstr() | Denis Vlasenko | |
2006-11-20 | dhcprelay: new applet | Denis Vlasenko | |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko | |
2006-10-16 | strip -> $(STRIP); fix "unused variable" warning | Denis Vlasenko | |
(patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>) | |||
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | |
Renaming... | |||
2006-10-11 | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | |
Patch by Gabriel Somlo <somlo at cmu.edu> | |||
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | |
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. |