Denys Vlasenko
|
d51ba0b5ab
networking/interface.c: get rid of global data
|
6 년 전 |
Denys Vlasenko
|
82ec89480d
networking/interface.c: get rid of global "smallint interface_opt_a"
|
6 년 전 |
Denys Vlasenko
|
8a5299fcfd
networking/interface.c: code shrink
|
6 년 전 |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 년 전 |
Denys Vlasenko
|
b5a0396716
networking/interface.c: remove superfluous "& 0377"
|
7 년 전 |
Denys Vlasenko
|
1d3a04a3a4
Code style fixes, no code changes
|
8 년 전 |
Denys Vlasenko
|
9844d7e830
Revert "networking: properly initialize ipv6 scope id for printing it"
|
8 년 전 |
Timo Teräs
|
2fb63292f7
networking: properly initialize ipv6 scope id for printing it
|
8 년 전 |
Felix Fietkau
|
f2c043acfc
busybox: fix uninitialized memory when displaying IPv6 addresses
|
8 년 전 |
Denys Vlasenko
|
02859aaeb2
use auto_string() where appropriate to kill a few statics
|
9 년 전 |
Denys Vlasenko
|
a977778893
ifconfig: fix double free fatal error in INET_sprint
|
9 년 전 |
Nicolas Dichtel
|
6761d7da83
networking: fix potential overflow in ife_print6()
|
11 년 전 |
Bartosz Golaszewski
|
c19be75d57
networking: code shrink
|
11 년 전 |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
11 년 전 |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
11 년 전 |
Dan Fandrich
|
f533ec8767
*: simplify Ethernet header includes
|
13 년 전 |
Denys Vlasenko
|
2514302658
Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619
|
13 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denys Vlasenko
|
0f8960542f
*: more empty lines removed. no code changes
|
14 년 전 |
Denys Vlasenko
|
a85b66e0f9
ifconfig: do not truncate interface names. closes bug 1795
|
14 년 전 |
Denys Vlasenko
|
4836331924
libbb: factor out hex2bin() for infiniband address parser
|
14 년 전 |
Denys Vlasenko
|
5342c3f310
clean up redundant, commented-out and misplaced includes
|
14 년 전 |
Denys Vlasenko
|
bb1dcc9aab
more thorough fix for systems with strange socklen_t
|
14 년 전 |
Denys Vlasenko
|
56b3eec162
small optimizations of toupper/tolower
|
15 년 전 |
Denys Vlasenko
|
6935ec9c0b
networking/interface.c: tiny code shrink
|
15 년 전 |
Denis Vlasenko
|
360d9661b6
libbb: add strncpy_IFNAMSIZ
|
16 년 전 |
Denis Vlasenko
|
00d8417631
vi: speedup and code shrink (Walter Harms)
|
16 년 전 |
Denis Vlasenko
|
12ff9dc714
networking/interface.c: better readability (by Walter Harms)
|
16 년 전 |
Denis Vlasenko
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 년 전 |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 년 전 |