1. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  2. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  3. 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
  4. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  5. 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
  6. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  7. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  8. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  9. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  10. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  11. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  12. a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 17 years ago
  13. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  14. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  15. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 17 years ago
  16. 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 17 years ago
  17. 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 17 years ago
  18. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 17 years ago
  19. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  20. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  21. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  22. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  23. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  24. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  25. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  26. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  27. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  28. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  29. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  30. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 18 years ago
  31. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  32. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  33. c1ef7bd just whitespace by Tim Riker · 19 years ago
  34. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  35. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  36. ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
  37. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  38. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  39. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  40. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  41. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  42. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  43. ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
  44. 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
  45. 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
  46. 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
  47. 11e6947 Fix a bug, ignore the source path when installing to a directory. by Glenn L McGrath · 21 years ago
  48. f4fd3a1 Accept the -c option and do nothing by Glenn L McGrath · 21 years ago
  49. a406a9c Add the -d option by Glenn L McGrath · 21 years ago
  50. eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago