index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
Age
Commit message (
Expand
)
Author
2003-08-29
"This function was not updating the argc and argv pointers to reflect
Glenn L McGrath
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-07-14
On second thought, this is a better way to fix things
Eric Andersen
2003-07-14
Don't use Linux kernel headers
Eric Andersen
2003-06-20
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-04-26
iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-02-15
Patch from Bastian Blank
Glenn L McGrath
2003-02-12
Don't use HZ -- use sysconf(_SC_CLK_TCK)
Eric Andersen
2003-01-27
This seems sufficient for ifup and ifdown to actually work
Eric Andersen
2003-01-22
Fix a typo that broke it so busybox won't build
Eric Andersen
2003-01-21
header update
Glenn L McGrath
2003-01-14
Eliminate most instances where we use linux kernel headers
Eric Andersen
2003-01-14
Eliminate use of kernel header file
Eric Andersen
2003-01-13
Option to allow ifupdown use ip commands instead of ifconfig, add flush
Glenn L McGrath
2003-01-05
fixes for ia64
Glenn L McGrath
2002-12-16
Only included headers that are used.
Glenn L McGrath
2002-12-16
fix warning
Glenn L McGrath
2002-12-11
undefine sysinfo to prevent breakage on ia64
Glenn L McGrath
2002-12-02
Use compare_string_array in ipaddress to save a few bytes, minor cleanups
Glenn L McGrath
2002-12-02
Save a few more bytes
Glenn L McGrath
2002-12-02
Save a hundred bytes or so on the do_iproute function
Glenn L McGrath
2002-12-01
Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...
Glenn L McGrath
2002-11-28
Clean up error messages
Glenn L McGrath
2002-11-28
Minor error messages changes
Glenn L McGrath
2002-11-28
Cleanup error messages
Glenn L McGrath
2002-11-28
Cleanup error messages
Glenn L McGrath
2002-11-28
Syntax error
Glenn L McGrath
2002-11-28
Style, error_msg
Glenn L McGrath
2002-11-28
Use standard error messages
Glenn L McGrath
2002-11-28
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2002-11-18
Use error_msg_and_die, style
Glenn L McGrath
2002-11-15
Patch from Bastian Blank:
Eric Andersen
2002-11-10
Only compile the files in this dir if the IP applet is enabled
Glenn L McGrath
2002-11-10
IP applet by Bastian Blank <waldi@debian.org>
Glenn L McGrath