1. df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
  2. f54e62a inetd: do not trash errno in signal handlers; by Denis Vlasenko · 16 years ago
  3. 02a1c6a - very minor shrinkage (-9b) by Bernhard Reutner-Fischer · 16 years ago
  4. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  5. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  6. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  7. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  8. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  9. 02f12f5 inetd: small shrink for NOMMU case by Denis Vlasenko · 17 years ago
  10. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  11. 9230582 inetd: use change_identity(). by Denis Vlasenko · 17 years ago
  12. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  13. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  14. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 17 years ago
  15. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  16. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  17. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  18. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  19. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  20. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  21. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  22. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  23. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  24. 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
  25. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  26. 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
  27. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  28. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  29. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  30. 3982407 inetd: move struct fields around -> save .25 k of code by Denis Vlasenko · 17 years ago
  31. 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
  32. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  33. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  34. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  35. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  36. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  37. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  38. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  39. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 18 years ago
  40. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  41. ce074df inetd: indent labels uniformly by Denis Vlasenko · 18 years ago
  42. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  43. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  44. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  45. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  46. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  47. d1a6e8d inetd: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
  48. d97c924 Rename bb_sanitize_stdio -> bb_sanitize_server_stdio by Denis Vlasenko · 18 years ago
  49. ffcef2d inetd: open log after daemonization by Denis Vlasenko · 18 years ago
  50. 7a431b3 By popular request reinstate fakeidentd's standalone mode. by Denis Vlasenko · 18 years ago
  51. f8138d1 fakeinetd: attempted ipv6-ization (and it's done) by Denis Vlasenko · 18 years ago
  52. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  53. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  54. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  55. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  56. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  57. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  58. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  59. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  60. c1876d7 inetd: deindent main loop, other readability enhancements by Denis Vlasenko · 18 years ago
  61. ec17d43 inetd: reformat with tabs for indentation by Denis Vlasenko · 18 years ago
  62. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  63. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  64. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  65. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  66. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  67. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  68. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  69. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  70. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  71. a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 19 years ago
  72. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  73. c1ef7bd just whitespace by Tim Riker · 19 years ago
  74. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  75. ecfd1f6 change osbolete sigpause() to sigsuspend() by "Vladimir N. Oleynik" · 19 years ago
  76. 7ad4b30 Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any by Rob Landley · 19 years ago
  77. c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  78. f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  79. 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
  80. 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
  81. b831753 commiting: by Paul Fox · 19 years ago
  82. 2e3054f use socklen_t instead of size_t with socket related functions by Mike Frysinger · 19 years ago
  83. deac371 applying fix from: by Paul Fox · 19 years ago
  84. 63e5e7bf Fix broken macro by Eric Andersen · 20 years ago
  85. 78a5dde Robin Farine writes: by Eric Andersen · 20 years ago
  86. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  87. df7d84c Patch from Vodz, cleanup memory usage, send strdup error messages to syslog. by Glenn L McGrath · 21 years ago
  88. 34e1469 remove duplicate header declarations by Glenn L McGrath · 21 years ago
  89. 03a0643 Dont use same variable and struct name by Glenn L McGrath · 21 years ago
  90. 82d42db Formatting by Glenn L McGrath · 21 years ago
  91. aac2a19 remove debugging by Glenn L McGrath · 21 years ago
  92. 60bb3f3 Mark Lord writes: by Eric Andersen · 21 years ago
  93. eaf5bc0 Redo getconfigent, save 150 bytes, still small memory leak when by Glenn L McGrath · 21 years ago
  94. 53766c4 Fix up a couple of bugs i introduced in yesterdays cleanup. by Glenn L McGrath · 21 years ago
  95. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  96. a277e02 The functions setconfig, enter and bump_nofile were only called once, marge them into the calling by Glenn L McGrath · 21 years ago
  97. ff6ec8a Use 1 line for function name and return value, by Glenn L McGrath · 21 years ago
  98. 3e77b4e Remove some defined statements by Glenn L McGrath · 21 years ago
  99. c3b134f Changed #define names for common features (superficial) by Glenn L McGrath · 21 years ago
  100. 2faf306 Use bb_get_chomped_line_from_file by Glenn L McGrath · 21 years ago