1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 52f4fe9 id: correct getgroups usage by Denys Vlasenko · 13 years ago
  4. d5ac9c8 groups: make it NOEXEC by Denys Vlasenko · 13 years ago
  5. 33092f1 groups: new applet by Tito Ragusa · 13 years ago
  6. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  7. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 13 years ago
  8. df7b657 id: fix inverted if (!ENABLE_DESKTOP) by Denys Vlasenko · 13 years ago
  9. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  10. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  11. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  12. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  13. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  14. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  15. de7a52f id: do not abort build if we use internal password/group functions. by Denis Vlasenko · 16 years ago
  16. 5ff1265 id: abort the build of uclibc is less than 0.9.30 by Denis Vlasenko · 16 years ago
  17. a643816 - commentary typo fix (tito) by Bernhard Reutner-Fischer · 16 years ago
  18. 6559100 - fix typo in print_user() (tito) by Bernhard Reutner-Fischer · 16 years ago
  19. e7368f1 id: better wording in comments, no code changes by Denis Vlasenko · 16 years ago
  20. 34e68c8 id: coreutils compat by Tito + test script by Denis Vlasenko · 16 years ago
  21. 2228426 id: fix "id <user>" case. Requires getgrouplist(). by Denis Vlasenko · 16 years ago
  22. 0d602e9 id: unsigned long is excessive for option bitmask by Denis Vlasenko · 16 years ago
  23. 4f3209b id: code shrink by Denis Vlasenko · 16 years ago
  24. 0ee1cb0 - implement id -G (Tito Ragusa) by Bernhard Reutner-Fischer · 16 years ago
  25. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  26. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  27. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  28. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  29. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  30. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  31. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  32. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  33. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  34. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  35. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 17 years ago
  36. 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 17 years ago
  37. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 17 years ago
  38. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  39. 7fa0fca fix build without shadow support by Denis Vlasenko · 17 years ago
  40. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 17 years ago
  41. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  42. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  43. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  44. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  45. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  46. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  47. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  48. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  49. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  50. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  51. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  52. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 19 years ago
  53. f15dfc5 Tito writes, by Glenn L McGrath · 20 years ago
  54. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  55. 52499cb Tito writes: by Eric Andersen · 20 years ago
  56. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  57. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  58. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  59. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  60. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  61. 4142d4d Patch from Vladimir N. Oleynik to save 128 bytes by moving error by Eric Andersen · 23 years ago
  62. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  63. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  64. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 23 years ago
  65. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 23 years ago
  66. c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 23 years ago
  67. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 23 years ago
  68. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 23 years ago
  69. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  70. 9cf306d Fix for a potential uninitialized variable, thx to by Eric Andersen · 24 years ago
  71. 6150df3 Some cleanups, based on a patch from Ken Chalmers -Erik by Eric Andersen · 24 years ago
  72. 99e370f Whoops. Forgot to #include <getopt.h>. by Mark Whitley · 24 years ago
  73. aa4f108 Converted option parsing to getopt() and made some minor formatting changes. by Mark Whitley · 24 years ago
  74. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  75. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  76. 5b46d79 Some more portability updates -Erik by Erik Andersen · 24 years ago
  77. 73c8c9c More doc updates -Erik by Erik Andersen · 24 years ago
  78. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  79. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago