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. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  3. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 13 years ago
  4. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  5. b175462 readlink: use xmalloc_realpath() by Jeremie Koenig · 14 years ago
  6. a99aa6e readlink: support -n, -v, -s and -q too if support for -f is requested by Denys Vlasenko · 15 years ago
  7. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  8. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  9. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  10. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  11. b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
  12. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  13. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  14. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago[Renamed from debianutils/readlink.c]
  15. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  16. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  17. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 17 years ago
  18. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  19. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  20. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  21. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  22. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  23. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  24. 5371a95 The gnu extension to have realpath() malloc its buffer when handed a NULL by Rob Landley · 18 years ago
  25. 07e42dc Tito pointed out that if readlink doesn't have -f, there's no need to call by Rob Landley · 19 years ago
  26. ba50217 Clean up memory allocation. by Rob Landley · 19 years ago
  27. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  28. c6fbed5 - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04 by Ned Ludd · 19 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  30. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago[Renamed from miscutils/readlink.c]
  31. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  32. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 23 years ago
  33. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  34. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  35. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  36. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 23 years ago
  37. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 23 years ago
  38. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 23 years ago
  39. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 23 years ago
  40. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago