Denis Vlasenko
|
4cccc03768
remove useless casts (type*) xzalloc(...)
|
18 years ago |
Denis Vlasenko
|
28703015ab
u_short, ulong exterminated
|
18 years ago |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
18 years ago |
Denis Vlasenko
|
04291bc5ae
httpd: slight reduction of #ifdef forest
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 years ago |
Denis Vlasenko
|
6edaddec02
traceroute: fix compilation if netinet/protocols.h is missing
|
18 years ago |
Denis Vlasenko
|
7c1ed2e922
traceroute: do not look up icmp protocol# in /etc, it is well-known :)
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
Bernhard Reutner-Fischer
|
13068a4fdb
- typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK
|
18 years ago |
Rob Landley
|
081e38483e
Remove xcalloc() and convert its callers to xzalloc(). About half of them
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
afb94ecf2b
Convert setuid/setgid users to xsetuid/xsetgid.
|
18 years ago |
Rob Landley
|
c9c1a41c58
A couple things that got tangled up in my tree, easier to check in both than
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Mike Frysinger
|
f8346038e9
kill off pointless malloc.h include
|
18 years ago |
Mike Frysinger
|
b66c931fad
kill pointless memory.h includes
|
18 years ago |
Bernhard Reutner-Fischer
|
67f641e75b
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
19 years ago |
Mike Frysinger
|
294254ce6b
rfelker writes in Bug 740: s/u_char/unsigned char/
|
19 years ago |
Bernhard Reutner-Fischer
|
9f4a1e1c75
- add and use ATTRIBUTE_ALIGNED(num_bytes)
|
19 years ago |
Eric Andersen
|
0cb6f35c33
fix up annoying signed/unsigned and mixed type errors
|
19 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |
"Vladimir N. Oleynik"
|
f704b27b5b
|
19 years ago |
"Vladimir N. Oleynik"
|
6c35c7c976
usage bb_dev_null
|
19 years ago |
"Vladimir N. Oleynik"
|
45a8ed89c6
- sync traceroute with Slackware-10.1
|
19 years ago |