index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ifupdown.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+2
*
ifupdown: small optimization (avoid doing useless work if we are
Denis Vlasenko
2007-05-02
1
-10
/
+10
*
ifupdown: mke it possible to use DHCP clients different from udhcp.
Denis Vlasenko
2007-05-02
1
-25
/
+29
*
ifupdown: reread state file before rewriting it.
Denis Vlasenko
2007-05-02
1
-36
/
+37
*
- very minor size tweak.
Bernhard Reutner-Fischer
2007-03-19
1
-4
/
+4
*
ifupdown: do not complain if !/var/run/ifstate
Denis Vlasenko
2007-03-09
1
-1
/
+1
*
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-07
1
-1
/
+1
*
ifupdown: code to deconstruct the state_list gracefully
Denis Vlasenko
2007-03-06
1
-4
/
+17
*
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-06
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2007-01-29
1
-15
/
+9
*
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-29
1
-1
/
+1
*
remove casts from xmalloc()
Denis Vlasenko
2006-12-19
1
-4
/
+2
*
ifupdown: do not print and/or execute empty commands ("").
Denis Vlasenko
2006-12-19
1
-9
/
+7
*
ifupdown: parse() returning NULL and returning "" is not the same,
Denis Vlasenko
2006-12-19
1
-11
/
+14
*
ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations
Denis Vlasenko
2006-12-18
1
-80
/
+76
*
fix remaining survivors of the return(a) cleanup
Denis Vlasenko
2006-11-27
1
-5
/
+5
*
ifupdown:
Denis Vlasenko
2006-11-23
1
-6
/
+9
*
ifupdown: save some 100+ bytes of code in addstr()
Denis Vlasenko
2006-11-23
1
-45
/
+35
*
dhcprelay: new applet
Denis Vlasenko
2006-11-20
1
-0
/
+9
*
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-25
1
-7
/
+2
*
strip -> $(STRIP); fix "unused variable" warning
Denis Vlasenko
2006-10-16
1
-1
/
+1
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
ifupdown: stop emitting annoying/misleading error messages.
Denis Vlasenko
2006-10-11
1
-33
/
+55
*
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-06
1
-9
/
+8
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
ifupdown: Debian users contributed improvement to it
Denis Vlasenko
2006-10-02
1
-23
/
+27
*
ifupdown: make dhcp start/stop scripts user configurable
Denis Vlasenko
2006-09-28
1
-0
/
+16
*
ifupdown: fix for standalone shell; removed hardcoded PATH
Denis Vlasenko
2006-09-27
1
-41
/
+23
*
ifupdown: style cleanup, no code changes
Denis Vlasenko
2006-09-26
1
-266
/
+260
*
ifupdown: getopt_ulflags'ification.
Denis Vlasenko
2006-09-23
1
-59
/
+29
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-30
/
+18
*
More removal of "#if 0" content.
"Robert P. J. Day"
2006-07-01
1
-4
/
+0
*
only enable count_bit functions when actually needed to fix warning reported ...
Mike Frysinger
2006-06-20
1
-1
/
+2
*
Size reductions, mostly switching things to use libbb functions.
Rob Landley
2006-05-29
1
-61
/
+8
*
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
1
-5
/
+5
*
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-05-07
1
-8
/
+8
*
Remove code for protocols we don't properly support. (Most of this could
Rob Landley
2006-04-14
1
-38
/
+1
*
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-03
1
-1
/
+1
*
Fix from Glenn McGrath.
Rob Landley
2006-03-22
1
-1
/
+1
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Fixup to make warnings from the last patch go away.
Rob Landley
2006-03-01
1
-5
/
+5
*
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-03-01
1
-8
/
+7
*
Cleanup from Glenn McGrath.
Rob Landley
2006-02-28
1
-46
/
+18
*
Patch from Glenn McGrath to remove code that opens a file but does nothing
Rob Landley
2006-02-26
1
-12
/
+1
*
just whitespace
Tim Riker
2006-01-25
1
-2
/
+2
*
- several functions depend on IPv4 or IPv6 od IPX support.
Bernhard Reutner-Fischer
2005-12-14
1
-0
/
+3
[next]