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
/
route.c
Age
Commit message (
Expand
)
Author
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-16
Always print the routing table header for IPv4:
Robert Griebl
2002-12-11
Eliminate dependancy on kernel header files. Naughty naughty.
Eric Andersen
2002-11-26
use #ifdef CONFIG_* instead of #if CONFIG_*
Glenn L McGrath
2002-08-22
Run through indent, fix comment
Glenn L McGrath
2002-07-03
This patch from Bart Visscher <magick@linux-fan.com> adds
Eric Andersen
2002-05-16
Reduced code size for new -e flag (suggested by vodz)
Robert Griebl
2002-05-14
This patch adds -e (extended information) to route and -r/-e (show routing
Robert Griebl
2001-11-10
Latest patch from vodz:
Eric Andersen
2001-09-05
Another fix from vodz
Eric Andersen
2001-08-27
patch from vodz -- route cleanup to display all route entries
Eric Andersen
2001-08-23
A patch from Jaspreet Singh <jsingh@somanetworks.com>
Eric Andersen
2001-03-21
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-09
A cleanup patch from Jeff Garzik to static-ify a number of
Eric Andersen
2001-03-07
This patch by Vladimir and Larry saves a few bytes.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-18
A small cleanup by Vladimir
Eric Andersen
2001-02-15
Another small formatting change from Larry Doolittle.
Mark Whitley
2001-02-15
Applied patch from Larry Doolittle that does the following:
Mark Whitley
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
implemented displayroute() based on a patch from Vladimir N. Oleynik,
Eric Andersen
2001-02-14
Add in ifconfig and route
Eric Andersen