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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
route.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
1
-1
/
+1
*
route: code shrink
Denys Vlasenko
2020-12-19
1
-33
/
+26
*
help text tweaks, mainly expanding one for route
Denys Vlasenko
2020-12-18
1
-9
/
+12
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-3
/
+3
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
route: fix output of "route -n -A inet6"
Tomas Paukrt
2019-10-08
1
-0
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-3
/
+3
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
ioctl(SIOCGIFINDEX) does not require clearing of entire ifr
Denys Vlasenko
2018-03-27
1
-1
/
+1
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+10
*
typo fixes
Denys Vlasenko
2016-07-19
1
-2
/
+2
*
route: fix bogus read error when route table is empty
Denys Vlasenko
2015-02-04
1
-6
/
+11
*
route: improve -A inet6
Denys Vlasenko
2015-02-03
1
-16
/
+15
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
1
-1
/
+1
*
ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...
Denys Vlasenko
2013-01-20
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-7
/
+7
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+9
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
1
-2
/
+2
*
add missing fclose's
Alexey Fomenko
2011-03-02
1
-0
/
+2
*
eliminate aliasing warning in networking/route.c
Denys Vlasenko
2011-01-20
1
-34
/
+37
*
better shared strings trick
Denys Vlasenko
2010-09-01
1
-2
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
ash: fix bug which causes signal6.tests to fail
Denys Vlasenko
2010-05-18
1
-1
/
+1
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-2
/
+2
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)
Denis Vlasenko
2008-09-28
1
-2
/
+2
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
telnet: use poll, it's shorter
Denis Vlasenko
2007-11-06
1
-3
/
+4
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-6
/
+8
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-10
/
+9
*
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
2007-06-19
1
-13
/
+13
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-2
/
+3
*
style fixes
Denis Vlasenko
2007-04-13
1
-1
/
+1
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-2
/
+2
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-1
/
+1
*
- sed -i -e "/\$Id:/d;"
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+0
[next]