Age | Commit message (Expand) | Author |
2008-03-12 | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko |
2008-02-24 | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-26 | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-11-12 | inetd: revert bogus fix for bug 1562; shrink inetd a bit | Denis Vlasenko |
2007-11-06 | telnet: use poll, it's shorter | Denis Vlasenko |
2007-10-30 | inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) | Denis Vlasenko |
2007-10-11 | vi: don't wait 50 ms before reading ESC sequences | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-26 | inetd: move struct fields around -> save .25 k of code | Denis Vlasenko |
2007-09-24 | inetd: make some fields smaller, move data out of data/bss sections | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-17 | several *.c files: | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-24 | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-03-24 | inetd: indent labels uniformly | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2007-01-14 | httpd: use fd#1 in inetd mode | Denis Vlasenko |
2007-01-14 | inetd: preparatory patch, no code changes | Denis Vlasenko |
2007-01-14 | Rename bb_sanitize_stdio -> bb_sanitize_server_stdio | Denis Vlasenko |
2007-01-14 | inetd: open log after daemonization | Denis Vlasenko |
2007-01-14 | By popular request reinstate fakeidentd's standalone mode. | Denis Vlasenko |
2007-01-11 | fakeinetd: attempted ipv6-ization (and it's done) | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko |
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-23 | inetd: deindent main loop, other readability enhancements | Denis Vlasenko |
2006-09-23 | inetd: reformat with tabs for indentation | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-08-28 | Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why | Rob Landley |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |