2009-03-11 |
Denis Vlasenko | *: remove LOG_NOWAIT |
blob | commitdiff | raw |
2009-03-11 |
Denis Vlasenko | docs/logging_and_backgrounding.txt: new mini-doc |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Denis Vlasenko | inetd: fix a case when we have zero services |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Denis Vlasenko | inetd: use config parser. by Vladimir |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Denis Vlasenko | inetd: do not trash errno in signal handlers; |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Bernhard Reutner... | - very minor shrinkage (-9b) |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Denis Vlasenko | revert last two commits. vfork cannot be used in subrou... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Denis Vlasenko | *: introduce and use xfork() |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Denis Vlasenko | inetd: small shrink for NOMMU case |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Denis Vlasenko | *: whitespace fixes, no code changes |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Denis Vlasenko | inetd: use change_identity(). |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: fix fallout from -Wunused-parameter |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | tcpsvd,udpsvd: make them NOMMU-capable |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | libbb: introduce and use sigprocmask_allsigs and sigact... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | libbb: introduse and use signal_[no_]SA_RESTART_empty_m... |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | nc: remove a bit of bloat |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | inetd: make it NOMMU-capable and IPv6-friendly. Lots... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Denis Vlasenko | less,klogd,syslogd,nc,tcpudp: exit on signal by killing... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Denis Vlasenko | *: tidy up usage of char **environ |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Denis Vlasenko | libbb: introduce and use safe_waitpid (loops in EINTR) |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Denis Vlasenko | save a bit of code with *strchrnul = '\0' trick |
blob | commitdiff | raw | diff to current |
2007-11-18 |
Denis Vlasenko | ip: stop propagating argc; optimize ip_parse_common_args |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Denis Vlasenko | inetd: revert bogus fix for bug 1562; shrink inetd... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Denis Vlasenko | telnet: use poll, it's shorter |
blob | commitdiff | raw | diff to current |
2007-10-30 |
Denis Vlasenko | inetd: fix bug 1562 "inetd does not set argv[0] properl... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | vi: don't wait 50 ms before reading ESC sequences |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Denis Vlasenko | 'simple' error message functions by Loic Grenie <loic... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Denis Vlasenko | inetd: move struct fields around -> save .25 k of code |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Denis Vlasenko | inetd: make some fields smaller, move data out of data... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | introduce and use xdup2(int, int) |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Denis Vlasenko | several *.c files: |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Bernhard Reutner... | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]... |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Denis Vlasenko | make pidfile writing configurable. |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Denis Vlasenko | move everything to new NOMMU helpers, except udhcp |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Denis Vlasenko | inetd,ed,msh: data/bss reduction (in mss, more than... |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Denis Vlasenko | NOMMU re-exec trick shuld not depend on existence of... |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Denis Vlasenko | inetd: indent labels uniformly |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | exterminate u_intXXX. |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Denis Vlasenko | openvt,getty,vfork_daemon_rexec,mount: tighten up fd... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Denis Vlasenko | httpd: use fd#1 in inetd mode |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Denis Vlasenko | inetd: preparatory patch, no code changes |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Denis Vlasenko | Rename bb_sanitize_stdio -> bb_sanitize_server_stdio |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Denis Vlasenko | inetd: open log after daemonization |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Denis Vlasenko | By popular request reinstate fakeidentd's standalone... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Denis Vlasenko | fakeinetd: attempted ipv6-ization (and it's done) |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Denis Vlasenko | introduce LONE_CHAR (optimized strcmp with one-char... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Denis Vlasenko | u_short, ulong exterminated |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Denis Vlasenko | introduce setsockopt_reuseaddr(int fd), setsockopt_broa... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | inetd: deindent main loop, other readability enhancements |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Denis Vlasenko | inetd: reformat with tabs for indentation |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Denis Vlasenko | Implement optional syslog logging using ordinary |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Rob Landley | Unbreak allbareconfig a bit. (The telnetd.c fix is... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Bernhard Reutner... | - merge -r15463:15564 from busybox_scratch branch throu... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Rob Landley | Convert setuid/setgid users to xsetuid/xsetgid. |
blob | commitdiff | raw | diff to current |
2006-07-02 |
"Robert P. J. Day" | Standardize on the vi editing directives being on the... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Bernhard Reutner... | - s/defined(__uClinux__)/BB_NOMMU/ |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xdaemon() |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Bernhard Reutner... | - typo: s/biltin/builtin/g |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Rob Landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Bernhard Reutner... | - add platform.h. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
"Vladimir N. Oleynik" | change osbolete sigpause() to sigsuspend() |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Rob Landley | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn... |
blob | commitdiff | raw | diff to current |
2005-10-05 |
"Vladimir N. Oleynik" | more lost changes BSD signals -> SysV signals. Noticed... |
blob | commitdiff | raw | diff to current |
2005-10-05 |
"Vladimir N. Oleynik" | BSD signals -> SysV signals, int->socklet_t. Noticed... |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Mike Frysinger | dont typecast lvalue since gcc hates that |
blob | commitdiff | raw | diff to current |
2005-10-03 |
"Vladimir N. Oleynik" | sync inetd with slackware-10.2 inetd (OpenBSD-1.79... |
blob | commitdiff | raw | diff to current |
2005-08-01 |
Paul Fox | commiting: |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mike Frysinger | use socklen_t instead of size_t with socket related... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Paul Fox | applying fix from: |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Eric Andersen | Fix broken macro |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Eric Andersen | Robin Farine writes: |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Glenn L McGrath | Patch from Vodz, cleanup memory usage, send strdup... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Glenn L McGrath | remove duplicate header declarations |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Glenn L McGrath | Dont use same variable and struct name |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Glenn L McGrath | Formatting |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Glenn L McGrath | remove debugging |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Eric Andersen | Mark Lord writes: |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Glenn L McGrath | Redo getconfigent, save 150 bytes, still small memory... |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Glenn L McGrath | Fix up a couple of bugs i introduced in yesterdays... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | Modify bb_lookup_port to allow the protocol to be speci... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | The functions setconfig, enter and bump_nofile were... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Glenn L McGrath | Use 1 line for function name and return value, |
blob | commitdiff | raw | diff to current |
next |