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
/
tc.c
Age
Commit message (
Expand
)
Author
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-05-24
tc: fix print_rate
Denys Vlasenko
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-06-10
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-02-10
tc: less ugly check for bad sizeof(G)
Denys Vlasenko
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-28
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-06
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-09-23
*: optimize code size in strtoul calls
Denys Vlasenko
2009-08-08
randomconfig fixes
Denys Vlasenko
2009-05-25
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-04-29
*: bb_error_msg's messages should not be capitalized
Denis Vlasenko
2009-03-05
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-04
- add WIP stub for tc.
Bernhard Reutner-Fischer