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