1. 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
  2. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  3. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  4. 4bd0c2a fix musl problem with dirname, now for all users of bb_make_directory() by Denys Vlasenko · 8 years ago
  5. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  6. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  7. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  10. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  11. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  12. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  13. 11152e3 mkdir: fix "uname 0222; mkdir foo/bar" case by Denis Vlasenko · 16 years ago
  14. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  15. 501bfe2 stat: fix option -Z segv (bug 1454) by Denis Vlasenko · 17 years ago
  16. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  17. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  18. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  19. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  20. 2842659 Patch from Michael Tokarev: by Eric Andersen · 20 years ago
  21. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  22. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  23. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  24. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  25. 4298e87 Dont try and make the "/" directory by Glenn L McGrath · 22 years ago
  26. 891ee64 Fail straight away rather than recursively printing error messages :) by Glenn L McGrath · 22 years ago
  27. b3f7261 Fix error messages conditions, and make them the same as GNU mkdir. by Glenn L McGrath · 22 years ago
  28. 193697d Dont return an error if the directory already existed by Glenn L McGrath · 22 years ago
  29. 210aa14 Fix warning by Glenn L McGrath · 22 years ago
  30. fbef225 Rewrite, its smaller by Glenn L McGrath · 22 years ago
  31. ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
  32. 2a953ae Fix a memory leak if parent directory creation failed. by Matt Kraai · 23 years ago
  33. 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
  34. 764303f stdlib.h defined free(), which this needs by Eric Andersen · 23 years ago
  35. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago