1. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  2. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  3. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  4. 2ea12d8 tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST by Jeremie Koenig · 15 years ago
  5. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  6. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  7. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  8. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  9. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  10. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  11. d6513cf tcpsvd,udpsvd: fix uid/gid printing when run with -u by Denys Vlasenko · 15 years ago
  12. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  13. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  14. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  15. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  16. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  17. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  18. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  19. c0cd9f2 Fix trivial problems: "make clean" cleaning too much by Denis Vlasenko · 17 years ago
  20. 165f5b3 tcpudp: trivial build fix by Denis Vlasenko · 17 years ago
  21. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  22. 4866e90 svn add/svn rm to actually move tcp/udpsvd... by Denis Vlasenko · 17 years ago[Renamed (98%) from ipsvd/tcpudp.c]
  23. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
  24. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  25. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  26. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 17 years ago
  27. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  28. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  29. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  30. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  31. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  32. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  33. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  34. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  35. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  36. f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
  37. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  38. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  39. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  40. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  41. beaca81 fix typo in comment by Denis Vlasenko · 18 years ago
  42. 29fe726 nc: port nc 1.10 to busybox by Denis Vlasenko · 18 years ago
  43. 1ca332b reword comment by Denis Vlasenko · 18 years ago
  44. 7946879 Add/improve comment, shorten some usage texts. No code changes. by Denis Vlasenko · 18 years ago
  45. 64a1512 ipsvd: use IP:PORT syntax for environment vars. Pros: by Denis Vlasenko · 18 years ago
  46. 02fd668 ipsvd: make udpsvd work similar to tcpsvd (multiple parallel by Denis Vlasenko · 18 years ago
  47. b933ac1 ipsvd: fixes and improvements after testing by Denis Vlasenko · 18 years ago