| Commit message (Expand) | Author | Age | Files | Lines |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -2/+2 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 1 | -4/+4 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -2/+2 |
* | httpd: use fd#1 in inetd mode | Denis Vlasenko | 2007-01-14 | 1 | -1/+1 |
* | inetd: preparatory patch, no code changes | Denis Vlasenko | 2007-01-14 | 1 | -63/+64 |
* | Rename bb_sanitize_stdio -> bb_sanitize_server_stdio | Denis Vlasenko | 2007-01-14 | 1 | -2/+2 |
* | inetd: open log after daemonization | Denis Vlasenko | 2007-01-14 | 1 | -2/+1 |
* | By popular request reinstate fakeidentd's standalone mode. | Denis Vlasenko | 2007-01-14 | 1 | -9/+6 |
* | fakeinetd: attempted ipv6-ization (and it's done) | Denis Vlasenko | 2007-01-11 | 1 | -11/+38 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -2/+2 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -1/+1 |
* | u_short, ulong exterminated | Denis Vlasenko | 2006-12-19 | 1 | -3/+3 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -5/+1 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -19/+10 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | inetd: deindent main loop, other readability enhancements | Denis Vlasenko | 2006-09-23 | 1 | -145/+151 |
* | inetd: reformat with tabs for indentation | Denis Vlasenko | 2006-09-23 | 1 | -1217/+1220 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -75/+66 |
* | Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why | Rob Landley | 2006-08-28 | 1 | -0/+1 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -3/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -25/+2 |
* | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | 2006-07-16 | 1 | -3/+3 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -3/+3 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -1/+2 |
* | - typo: s/biltin/builtin/g | Bernhard Reutner-Fischer | 2006-04-10 | 1 | -41/+41 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -2/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -11/+11 |
* | change osbolete sigpause() to sigsuspend() | "Vladimir N. Oleynik" | 2005-11-09 | 1 | -3/+3 |
* | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any | Rob Landley | 2005-11-06 | 1 | -1/+0 |
* | more lost changes BSD signals -> SysV signals. Noticed by Bernhard | "Vladimir N. Oleynik" | 2005-10-05 | 1 | -8/+7 |
* | BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard | "Vladimir N. Oleynik" | 2005-10-05 | 1 | -17/+28 |
* | dont typecast lvalue since gcc hates that | Mike Frysinger | 2005-10-05 | 1 | -1/+1 |
* | sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 | "Vladimir N. Oleynik" | 2005-10-03 | 1 | -910/+1487 |
* | commiting: | Paul Fox | 2005-08-01 | 1 | -5/+2 |
* | use socklen_t instead of size_t with socket related functions | Mike Frysinger | 2005-07-31 | 1 | -5/+6 |
* | applying fix from: | Paul Fox | 2005-07-19 | 1 | -6/+6 |
* | Fix broken macro | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | Robin Farine writes: | Eric Andersen | 2004-06-22 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -2/+2 |
* | Patch from Vodz, cleanup memory usage, send strdup error messages to | Glenn L McGrath | 2004-02-22 | 1 | -11/+22 |
* | remove duplicate header declarations | Glenn L McGrath | 2004-02-22 | 1 | -14/+6 |
* | Dont use same variable and struct name | Glenn L McGrath | 2004-02-18 | 1 | -35/+37 |
* | Formatting | Glenn L McGrath | 2004-02-18 | 1 | -142/+146 |
* | remove debugging | Glenn L McGrath | 2004-02-18 | 1 | -7/+0 |