1. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  2. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  3. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  4. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  5. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  6. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  7. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  8. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  9. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  10. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  11. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  12. df822f2 We need xsetuid() and xsetgid() because per-user process resource limits can by Rob Landley · 18 years ago
  13. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  14. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  15. 1cca948 Upgrade netcat a lot. Make -e able to take the rest of the command line as by Rob Landley · 18 years ago
  16. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 18 years ago
  17. 5d9c42a Slowly pulling more common headers into libbb.h. Andre pointed out that by Rob Landley · 19 years ago
  18. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 19 years ago
  19. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
  20. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  21. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  22. 6ab0378 by Paul Fox · 19 years ago
  23. 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
  24. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  25. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
  26. b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
  27. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  28. 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
  29. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  30. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  31. 5edc102 Slight sanity fix: data is void *, not char *. And it's called data by Rob Landley · 19 years ago
  32. 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
  33. 8379053 - move llist to top of file so we can potentially use it in all prototypes easily by Bernhard Reutner-Fischer · 19 years ago
  34. 399d2b5 Rich Felker suggested removing dprintf() from watch, and one thing led to by Rob Landley · 19 years ago
  35. 80b8ff0 A pending item in my tree I might as well check in: I plan to migrate calloc() by Rob Landley · 19 years ago
  36. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  37. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 19 years ago
  38. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  39. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  40. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  41. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  42. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  43. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  44. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  45. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  46. a23a6d7 - include netinet/in.h for struct sockaddr_in. Closes bug #735 by Bernhard Reutner-Fischer · 19 years ago
  47. f785255 Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__ by Mike Frysinger · 19 years ago
  48. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  49. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  50. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  51. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  52. dae6aa2 Fixup to the previous (portability) patch. Linux actually does need by Rob Landley · 19 years ago
  53. 1f305dc Portability patch from rfelker. The bb_asprintf.c thing needs an eventual by Rob Landley · 19 years ago
  54. 883e0e8 Missed one in the get_line_from_file() update... by Rob Landley · 19 years ago
  55. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  56. 0c6ff43 remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION by "Vladimir N. Oleynik" · 19 years ago
  57. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  58. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  59. e885d53 Tito writes: by Mike Frysinger · 19 years ago
  60. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  61. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  62. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  63. cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  64. 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
  65. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  66. 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  67. 56b2171 - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  68. 5209e18 - add prototype for llist_add_to_end to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  69. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  70. 0d65565 add a attribute_noreturn macro by Mike Frysinger · 19 years ago
  71. d4cffd1 - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. by Bernhard Reutner-Fischer · 19 years ago
  72. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  73. f912ebb - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen by Bernhard Reutner-Fischer · 19 years ago
  74. 7fe6520 This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse by "Vladimir N. Oleynik" · 19 years ago
  75. f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
  76. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  77. 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
  78. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  79. e0537f6 Bernhard Fischer suggested that get_terminal_width_height() should return by Rob Landley · 19 years ago
  80. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  81. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  82. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
  83. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  84. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  85. e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
  86. 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
  87. 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
  88. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  89. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  90. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  91. 52499cb Tito writes: by Eric Andersen · 20 years ago
  92. 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  93. 36adca8 Patch from Bastian Blank: by Eric Andersen · 21 years ago
  94. ed9ecf7 Patch from Bastian Blank: by Eric Andersen · 21 years ago
  95. 6f9a778 Do not use getpass(3) by Eric Andersen · 21 years ago
  96. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  97. 3cac0c7 Add prototypes for safe_strtol and friends by Eric Andersen · 21 years ago
  98. 15c3512 Sometimes i get carried away with the use of function pointers, im sure by Glenn L McGrath · 21 years ago
  99. 68474f3 Make sure stdlib.h is always included before dmalloc.h to avoid problems by Manuel Novoa III · 21 years ago
  100. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago