1. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  2. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  3. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  4. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  5. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  6. 5fa7148 build system: add "release" target find: support -size N (needed for above) by Denis Vlasenko · 18 years ago
  7. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  8. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  9. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  10. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  11. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  12. 2d27e4c tee: fix bug: argv[-1] is a no-no! by Denis Vlasenko · 18 years ago
  13. 43bddf3 small improvements in str -> num convertors by Denis Vlasenko · 18 years ago
  14. ed836cd regularize str -> num convertors by Denis Vlasenko · 18 years ago
  15. c50f370 tar: cache [ug]id->username/groupname mappings. Cuts down amount by Denis Vlasenko · 18 years ago
  16. 0b35470 glibc makedev() is a large inline. Save 700+ bytes by wrapping it by Denis Vlasenko · 18 years ago
  17. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  18. 376ce1e tar: by Denis Vlasenko · 18 years ago
  19. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  20. c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
  21. 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
  22. 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
  23. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  24. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  25. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  26. aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
  27. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  28. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  29. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  30. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  31. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  32. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  33. dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
  34. 1de0830 Fix minor breakage in previous commit by Denis Vlasenko · 18 years ago
  35. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  36. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  37. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  38. c8400a2 wget: wget $'-\207' ... should not be allowed to work. ever. :) by Denis Vlasenko · 18 years ago
  39. f24e1f4 cp: add support for -s, -l. Fix free(nonmalloc) bug. by Denis Vlasenko · 18 years ago
  40. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  41. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  42. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  43. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  44. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  45. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  46. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  47. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  48. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  49. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  50. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  51. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  52. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  53. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  54. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  55. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  56. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  57. cf94446 random style fixes by Denis Vlasenko · 18 years ago
  58. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  59. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  60. 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
  61. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  62. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  63. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  64. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  65. 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
  66. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  67. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  68. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  69. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  70. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  71. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  72. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  73. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  74. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  75. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  76. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  77. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  78. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  79. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  80. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  81. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  82. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  83. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  84. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  85. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
  86. 5d9c42a Slowly pulling more common headers into libbb.h. Andre pointed out that by Rob Landley · 18 years ago
  87. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 19 years ago
  88. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
  89. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  90. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  91. 6ab0378 by Paul Fox · 19 years ago
  92. 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
  93. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  94. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
  95. b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
  96. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  97. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
  98. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  99. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  100. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago