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