1. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  2. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  3. b8fa7e8 quick patch - have removed stranges for me by "Vladimir N. Oleynik" · 19 years ago
  4. cef737f moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  5. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  6. 8cbaa45 remove duplicate depend, its work for bb_mkdepend by "Vladimir N. Oleynik" · 19 years ago
  7. 2f01eb1 correct build bbconfig applet, correct previous change by "Vladimir N. Oleynik" · 19 years ago
  8. 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  9. bc37480 by "Vladimir N. Oleynik" · 19 years ago
  10. a0ae6de quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction by "Vladimir N. Oleynik" · 19 years ago
  11. 9ed1094 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
  12. d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
  13. 8d3c40d more C-compatibily, Thanks Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  14. 2b306e9 small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS by "Vladimir N. Oleynik" · 19 years ago
  15. 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
  16. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  17. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  18. 658d2cf Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to by Rob Landley · 19 years ago
  19. d0c41a8 destroy bug [0000381] by "Vladimir N. Oleynik" · 19 years ago
  20. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  21. 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
  22. d00b3a5 Bernhard Fischer provided a mountpoint(1) applet. This is apparently something by Rob Landley · 19 years ago
  23. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  24. 4240364 commiting: 0000028 03-16-05 patch: new setsid applet by Paul Fox · 19 years ago
  25. 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
  26. 6f978db eat leading whitespace with preprocessor by Mike Frysinger · 19 years ago
  27. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  28. 90161c9 Fixup makedevs to handle regular files, and also fix by Eric Andersen · 19 years ago
  29. 2ada89b a bit more polish by Eric Andersen · 19 years ago
  30. 54e57da a bit of polish on makedevs by Eric Andersen · 19 years ago
  31. 1b7058c the makedevs config option was pretty much totally broken by Eric Andersen · 19 years ago
  32. e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
  33. 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 19 years ago
  34. 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 19 years ago
  35. 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 19 years ago
  36. 06813d0 Tito posted a devfsd error message fix. It's highly deprecated and will by Rob Landley · 19 years ago
  37. 16cd02e Clean up strings.c to use busybox's option processing. Bug 006, apparently. by Rob Landley · 19 years ago
  38. 4079b00 Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), by Rob Landley · 19 years ago
  39. 9ea8836 Add automatic umount support to eject command. Patch from Tito, by Rob Landley · 19 years ago
  40. 55e2cf6 import eject by Peter Willis / Tito Ragusa by Mike Frysinger · 19 years ago
  41. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  42. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  43. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  44. 1387910 Improve the setuid situation a bit, and make it more apparent by Eric Andersen · 20 years ago
  45. cbcdbc4 Fix incorrect arguments being passed to mknod by Eric Andersen · 20 years ago
  46. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  47. e71e760 Fix up brain damage with the way major and minor are used to create a dev_t by Eric Andersen · 20 years ago
  48. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  49. 7991ad1 Patch by Paul Whittaker, make busybox dc compatable with GNU dc. by Glenn L McGrath · 20 years ago
  50. f828da0 Avoid a naming conflict with include/bits/fcntl.h by Eric Andersen · 20 years ago
  51. 98e4eab Include some documentation posted to the list by vodz by Eric Andersen · 20 years ago
  52. 07e1ccd Woops, the previous commit was an accident, its supplied in the patch, by Glenn L McGrath · 20 years ago
  53. 84b6264 Device table support for makedevs, the previous behaviour can been by Glenn L McGrath · 20 years ago
  54. edaf391 Bugfixes by Glenn L McGrath · 20 years ago
  55. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  56. b2aa776 Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
  57. bfb5157 Tito noticed a printf that should have been a bb_error_msg. by Eric Andersen · 21 years ago
  58. 06d4ec2 Fix broken arg parsing (was not passing pointer to items so p, argc, and argv by Eric Andersen · 21 years ago
  59. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  60. fa134cd Patch from Florian Schirmer. compile fix for debug builds by Glenn L McGrath · 21 years ago
  61. 9079ad0 Fixup braces (patch from Thomas Geulig), run through indent and manually adjust. by Glenn L McGrath · 21 years ago
  62. 7e8f41c Avoid naming conflict with symbol in newer glibc headers by Eric Andersen · 21 years ago
  63. 5b0d7de Bug fix from Tito. by Glenn L McGrath · 21 years ago
  64. b89fcd4 Fix compile error, the indenting really needs to be fixed here by Glenn L McGrath · 21 years ago
  65. 8f3bc4c New applet, rx, by Christopher Hoover by Glenn L McGrath · 21 years ago
  66. f18bd89 Tito writes: by Eric Andersen · 21 years ago
  67. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  68. 416c242 Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled by Eric Andersen · 21 years ago
  69. 3860b2e Patch from Tito, size optimisation, cleanup noise when in debugging by Glenn L McGrath · 21 years ago
  70. 5be6a20 Correct Matteo's email address by Glenn L McGrath · 21 years ago
  71. 2849209 Patch from Steven Scholz to send the output from 'time' by Eric Andersen · 21 years ago
  72. 2053a8c the dc applet now needs libm -Erik by Eric Andersen · 21 years ago
  73. a928774 Goetz Bock writes: by Eric Andersen · 21 years ago
  74. a48b0a3 last_patch116 from vodz: by Eric Andersen · 21 years ago
  75. 5289969 Tito writes: by Eric Andersen · 21 years ago
  76. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  77. 6fe55ae old gcc by Tim Riker · 21 years ago
  78. 2af7000 Do not use kernel headers by Eric Andersen · 21 years ago
  79. 17d21fa New applet, devfsd, by Matteo Croce and Tito by Glenn L McGrath · 21 years ago
  80. a55d72b Patch from Steven Scholz, fix some warnings by Glenn L McGrath · 21 years ago
  81. 0708585 Patch from Tito, size optimisation and fix error in exit code of -V option by Glenn L McGrath · 21 years ago
  82. e16ab47 Patch from Tito, Reduces the size of busybox's strings applet from 1900 to by Glenn L McGrath · 21 years ago
  83. c43f9ed Update Matteo Croce's email address by Glenn L McGrath · 21 years ago
  84. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  85. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  86. bb13624 save a couple of bytes by Glenn L McGrath · 21 years ago
  87. e01c550 "A little patch for the strings applet of the busybox development tree by Glenn L McGrath · 21 years ago
  88. 523c167 "Typo and/or thinko: scanning till the end of NUL terminated string by Glenn L McGrath · 21 years ago
  89. 2e9c257 Implement a minimalist 'last' which allows the LEAF project to by Eric Andersen · 21 years ago
  90. f1c56a9 quiet some noise by Eric Andersen · 21 years ago
  91. 0a57a79 Patch from Steven Scholz: by Eric Andersen · 21 years ago
  92. 50af12d Sync hdparm -t and -T options with hdparm-5.3, which seems by Eric Andersen · 21 years ago
  93. 9b47661 Avoid shadowing built-in function `log' by Eric Andersen · 21 years ago
  94. 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
  95. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  96. ac00aa7 Some additional description based on a patch from Terje Kvernes by Eric Andersen · 21 years ago
  97. 795c4ba Write some more docs by Eric Andersen · 21 years ago
  98. a501d0f Remove the update utility, that is only relevant to older 2.0.x kernels by Eric Andersen · 21 years ago
  99. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  100. cde8f53 Paul Mundt <lethal@linux-sh.org> writes: by Eric Andersen · 21 years ago