1. 94c78aa config system: move some options closer to relevalnt tool subdirectories by Denys Vlasenko · 3 years, 2 months ago
  2. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  3. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  4. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  5. 73f743a Remove remnants of disabled "length" applet by Denys Vlasenko · 8 years ago
  6. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  7. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  8. ace8330 stat: make -f optional. This allows to build stat for non-linux systems by Denys Vlasenko · 9 years ago
  9. 64ed5f0 uname: make OS name configurable by Ron Yorston · 9 years ago
  10. 35ae2cc sync: add support for -d -f FILE by Denys Vlasenko · 9 years ago
  11. 97c6491 typo fixes by Maninder Singh · 10 years ago
  12. f22a838 dd: add optional support for status=noxfer/none by Ari Sundholm · 10 years ago
  13. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  14. 1bdbf26 tail: adjust help/usage texts by Cristian Ionescu-Idbohrn · 11 years ago
  15. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  16. b1611d9 hostid: fix behavior on identifiers starting with zeros by Pere Orga · 13 years ago
  17. 7926b98 users: new applet. by Tito Ragusa · 13 years ago
  18. 33092f1 groups: new applet by Tito Ragusa · 13 years ago
  19. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  20. ea023ea disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents by Denys Vlasenko · 14 years ago
  21. 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
  22. 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 14 years ago
  23. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  24. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  25. e4070cb partially migrate coreutils to Config.src and Kbuild.src by Denys Vlasenko · 15 years ago[Renamed (86%) from coreutils/Config.in]
  26. 6c2406a date: optional support for %N. Closes bug 1861. by Denys Vlasenko · 15 years ago
  27. 6dbbac5 Move utmp/wtmp support to "General configuration" section by Denys Vlasenko · 15 years ago
  28. 836f363 tail: document FANCY flags in helptext by Bernhard Reutner-Fischer · 15 years ago
  29. 1359e0d df: explain FANCY options in helptext by Bernhard Reutner-Fischer · 15 years ago
  30. 5da9f96 date: introduce FEATURE_DATE_COMPAT; shrink by Denys Vlasenko · 15 years ago
  31. 31416d5 chown: support long options by Matheus Izvekov · 15 years ago
  32. c041e23 fix configure sha256sum problem. Closes bug 895 by Denys Vlasenko · 15 years ago
  33. 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
  34. 88a3768 cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS by Denys Vlasenko · 15 years ago
  35. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  36. 3b5a664 tail: implement -F by Eric Lammerts · 15 years ago
  37. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  38. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  39. 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 15 years ago
  40. df6f95c FEATURE_FANCY_ECHO needs to be accessible for hush by Denis Vlasenko · 16 years ago
  41. bb5f8ed - cosmetic typo in helptext by Bernhard Reutner-Fischer · 16 years ago
  42. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  43. 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
  44. 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
  45. d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
  46. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  47. 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
  48. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  49. a2f4735 forgotten bit of rmdir long options support by Denis Vlasenko · 17 years ago
  50. bcd5fc1 tac: new applet. ~240 bytes. by Denis Vlasenko · 17 years ago
  51. f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
  52. 3952f20 expand, unexpand: new applets from Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  53. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago
  54. 0a537a0 - move additional fancy options not mandated by SUSv3 into a FANCY option by Bernhard Reutner-Fischer · 18 years ago
  55. 10f8f5f - rough prototype for split(1). TODO: Still needs some love since it's way too big.. by Bernhard Reutner-Fischer · 18 years ago
  56. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  57. 7021016 wc: optionally support very large files in wc by Denis Vlasenko · 18 years ago
  58. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  59. 6ab0378 by Paul Fox · 19 years ago
  60. eb29d6c Remove a config entry that leaked in from my tree before I decided to by Rob Landley · 19 years ago
  61. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago
  62. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  63. 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
  64. 4f7953c - add helptext for CONFIG_UNIX2DOS by Bernhard Reutner-Fischer · 19 years ago
  65. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  66. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
  67. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  68. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  69. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  70. 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
  71. 30a6bba Bug 677: there are apparently still people using telnet. by Rob Landley · 19 years ago
  72. 8aa9e57 support 64 arith. Close bug 136 by "Vladimir N. Oleynik" · 19 years ago
  73. c1ef7bd just whitespace by Tim Riker · 19 years ago
  74. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  75. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  76. 45ad0e8 Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. by Rob Landley · 19 years ago
  77. 7f8797c re-order a little for alphabetical by Mike Frysinger · 19 years ago
  78. 9d7010c - add applet nohup(1) by Bernhard Reutner-Fischer · 19 years ago
  79. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  80. 156dc41 commiting patch from bug 71: by Paul Fox · 19 years ago
  81. 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
  82. 2acfd7b Small comm implementatin from Rob Sullivan. Needed to build perl. by Rob Landley · 20 years ago
  83. 9b5f71e stat implementation based upon coreutils by Mike Frysinger · 20 years ago
  84. 4a21170 grab sum from coreutils, clean it up, and make it busybox happy by Mike Frysinger · 20 years ago
  85. 6d1d2e5 add a printenv implementation by Mike Frysinger · 20 years ago
  86. 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago
  87. c0dedd0 Sort rewrite to be SUSv3 compliant. New config option, updated help, and by Rob Landley · 20 years ago
  88. 73db8be Patch from Bastian Blank to add 64 bit support to the test command. by Glenn L McGrath · 20 years ago
  89. aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 20 years ago
  90. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  91. 95ed8d9 Close bracket in description from Peter Willis's eject applet by Glenn L McGrath · 21 years ago
  92. 82364bb New applet, seq. No options, just the basics. by Glenn L McGrath · 21 years ago
  93. 5c0d84a Bring usage upto date, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  94. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
  95. 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
  96. 9716575 Remove config options for sort -u and sort -r, they are always enabled by Glenn L McGrath · 21 years ago
  97. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  98. eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago
  99. c3f2956 Woops, depend on SHA1 not the option by Glenn L McGrath · 21 years ago
  100. 4d5e468 SHA1 options depend on SHA1 by Glenn L McGrath · 21 years ago