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
/
brctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-1
/
+3
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
*
brctl: code shrink
Denys Vlasenko
2019-10-15
1
-3
/
+4
*
brctl: tweak help text, fix comments
Denys Vlasenko
2019-10-12
1
-5
/
+5
*
brctl: fold show_bridge_ports_ into its caller
Denys Vlasenko
2019-10-12
1
-165
/
+153
*
brctl: code shrink
Denys Vlasenko
2019-10-12
1
-32
/
+28
*
brctl: add support for showstp command
Martin Lewis
2019-10-11
1
-3
/
+215
*
brctl: add support for showmacs command
Martin Lewis
2019-10-08
1
-19
/
+92
*
bc: placate compiler warnings
Denys Vlasenko
2019-06-08
1
-1
/
+1
*
brctl: placate compiler warnings
Denys Vlasenko
2019-06-08
1
-0
/
+4
*
brctl: add TODO: "showmacs BR"
Denys Vlasenko
2019-04-13
1
-4
/
+18
*
brctl: simplify str_to_jiffies()
Denys Vlasenko
2019-04-13
1
-48
/
+20
*
brctl: convert remaining commands to work via /sys
Denys Vlasenko
2019-04-13
1
-184
/
+147
*
brctl: make "show" command retrieve data from /sys
Denys Vlasenko
2019-04-12
1
-49
/
+114
*
brctl: use a single buffer for brname and ifname
Bernhard Reutner-Fischer
2018-10-01
1
-7
/
+6
*
brctl: make it NOEXEC
Denys Vlasenko
2017-08-06
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-9
/
+9
*
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
/
+30
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-4
/
+4
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
1
-2
/
+2
*
Aboriginal linux/musl build fixes
Denys Vlasenko
2015-10-05
1
-1
/
+51
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-4
/
+4
*
brctl: fix description and usage
Nicolas Thill
2012-09-29
1
-2
/
+2
*
brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...
Denys Vlasenko
2012-06-10
1
-2
/
+2
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+24
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2010-04-03
1
-2
/
+2
*
brctl: fixing stp parameters incompatibility
Maciek Borzecki
2010-03-23
1
-12
/
+17
*
brctl: Fix comment
Bernhard Reutner-Fischer
2010-03-17
1
-1
/
+1
*
brctl: fix parsing of timespec to allow 0 (setfd, sethello..)
Maciek Borzecki
2010-03-17
1
-2
/
+3
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-4
/
+4
*
brctl: fix compilation on 2.4.x kernels
Denis Vlasenko
2009-01-31
1
-0
/
+14
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-2
/
+2
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
Denis Vlasenko
2008-04-21
1
-2
/
+2
*
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-06
1
-66
/
+114
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-31
/
+38
*
- implement brctl setpathcost, setportprio, setbridgeprio, stp
Bernhard Reutner-Fischer
2008-01-14
1
-21
/
+92
*
- shrink a bit and implement time related fancy features. Improve help texts.
Bernhard Reutner-Fischer
2008-01-13
1
-36
/
+96
*
- save four bytes by manually hoisting the br assignment
Bernhard Reutner-Fischer
2008-01-13
1
-5
/
+4
*
- new applet brctl
Bernhard Reutner-Fischer
2008-01-13
1
-0
/
+87