Denis Vlasenko
|
ce074df814
inetd: indent labels uniformly
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
35d4da0fb5
exterminate u_intXXX.
|
18 years ago |
Denis Vlasenko
|
9af7c9d6b6
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
|
18 years ago |
Denis Vlasenko
|
b64eed6030
httpd: use fd#1 in inetd mode
|
18 years ago |
Denis Vlasenko
|
d1a6e8d320
inetd: preparatory patch, no code changes
|
18 years ago |
Denis Vlasenko
|
d97c9244b1
Rename bb_sanitize_stdio -> bb_sanitize_server_stdio
|
18 years ago |
Denis Vlasenko
|
ffcef2d1f7
inetd: open log after daemonization
|
18 years ago |
Denis Vlasenko
|
7a431b3715
By popular request reinstate fakeidentd's standalone mode.
|
18 years ago |
Denis Vlasenko
|
f8138d1f91
fakeinetd: attempted ipv6-ization (and it's done)
|
18 years ago |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 years ago |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
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
|
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
|
c1876d7364
inetd: deindent main loop, other readability enhancements
|
18 years ago |
Denis Vlasenko
|
ec17d437ab
inetd: reformat with tabs for indentation
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
Rob Landley
|
099ed50f91
Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why
|
18 years ago |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
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 |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Bernhard Reutner-Fischer
|
c418d482ba
- s/defined(__uClinux__)/BB_NOMMU/
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Bernhard Reutner-Fischer
|
2c99851181
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
18 years ago |