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
/
tc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
1
-3
/
+2
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-1
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+1
*
*: style fix
Denys Vlasenko
2022-08-30
1
-1
/
+1
*
tc: fix for parsing of "dev IFACE" and printing of "class list"
Denys Vlasenko
2021-07-11
1
-20
/
+22
*
tc: array address is never NULL
Denys Vlasenko
2019-10-25
1
-2
/
+0
*
style fix, no code changes
Denys Vlasenko
2019-05-14
1
-2
/
+4
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
1
-9
/
+13
*
tc: enables this applet
Denys Vlasenko
2018-01-04
1
-31
/
+75
*
ip: better --help
Denys Vlasenko
2017-01-21
1
-15
/
+15
*
Code style fixes, no code changes
Denys Vlasenko
2016-11-28
1
-3
/
+3
*
tc: consolidate its disabled bits
Denys Vlasenko
2016-11-23
1
-1
/
+16
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+1
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-6
/
+6
*
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-13
1
-4
/
+3
*
tc: fix print_rate
Denys Vlasenko
2015-05-24
1
-7
/
+7
*
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
1
-3
/
+0
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+3
*
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2011-06-10
1
-10
/
+10
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+21
*
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
2011-02-10
1
-6
/
+4
*
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-30
1
-2
/
+0
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-2
/
+1
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-7
/
+12
*
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2010-01-06
1
-3
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
*: optimize code size in strtoul calls
Denys Vlasenko
2009-09-23
1
-2
/
+3
*
randomconfig fixes
Denys Vlasenko
2009-08-08
1
-1
/
+1
*
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-05-25
1
-2
/
+2
*
*: bb_error_msg's messages should not be capitalized
Denis Vlasenko
2009-04-29
1
-4
/
+4
*
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2009-03-05
1
-5
/
+3
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
- add WIP stub for tc.
Bernhard Reutner-Fischer
2008-09-04
1
-0
/
+545