index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
brctl.c
Age
Commit message (
Expand
)
Author
2017-08-06
brctl: make it NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-05
Aboriginal linux/musl build fixes
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-09-29
brctl: fix description and usage
Nicolas Thill
2012-06-10
brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-04-03
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2010-03-23
brctl: fixing stp parameters incompatibility
Maciek Borzecki
2010-03-17
brctl: Fix comment
Bernhard Reutner-Fischer
2010-03-17
brctl: fix parsing of timespec to allow 0 (setfd, sethello..)
Maciek Borzecki
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-01-31
brctl: fix compilation on 2.4.x kernels
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-04-21
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
Denis Vlasenko
2008-04-06
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-03-17
brctl: eliminate stray data object
Denis Vlasenko
2008-01-14
- implement brctl setpathcost, setportprio, setbridgeprio, stp
Bernhard Reutner-Fischer
2008-01-13
- shrink a bit and implement time related fancy features. Improve help texts.
Bernhard Reutner-Fischer
2008-01-13
- save four bytes by manually hoisting the br assignment
Bernhard Reutner-Fischer
2008-01-13
- new applet brctl
Bernhard Reutner-Fischer