1. d221d21 Missed one. by Rob Landley · 19 years ago
  2. dc0955b The new, new mount rewrite. (Mount double prime?) Still being debugged, but by Rob Landley · 19 years ago
  3. 0b22c1c Tito unified fdflush and freeramdisk. I tweaked the result a bit. by Rob Landley · 19 years ago
  4. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  5. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  6. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  7. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  8. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  9. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  10. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  11. 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
  12. 5ba2fb2 remove duplicate license notice by Mike Frysinger · 19 years ago
  13. 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
  14. 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
  15. 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
  16. 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  17. b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  18. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  19. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  20. a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
  21. 0a6b0bf add setarch/linux32/linux64 applet by Mike Frysinger · 19 years ago
  22. d05981e Fix off by one error. (I know I had a reason for doing that, but I have _no_ by Rob Landley · 19 years ago
  23. cc6d8d3 Fix umount so it works if there's no /etc/mtab or /proc/mounts, make by Rob Landley · 19 years ago
  24. 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
  25. a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
  26. 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
  27. 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
  28. 5509228 alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sys by Mike Frysinger · 19 years ago
  29. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  30. b399a96 remode warning: const static mix by "Vladimir N. Oleynik" · 19 years ago
  31. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  32. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  33. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  34. c1ef7bd just whitespace by Tim Riker · 19 years ago
  35. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  36. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  37. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  38. 4a1865c - revert last change for now.. by Bernhard Reutner-Fischer · 19 years ago
  39. 5a62284 this applet needlessly big! TODO: bb_getopt_ulflags() by Bernhard Reutner-Fischer · 19 years ago
  40. 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
  41. 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
  42. 71d6ccd With -a, the jump to mount_it_now can skip the initialization of f, and by Rob Landley · 19 years ago
  43. 8b0efdb Both atime and diratime should switch _off_ the corresponding no* flag. by Rob Landley · 19 years ago
  44. 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
  45. ce88793 When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. by Rob Landley · 19 years ago
  46. 5d84c23 Fix chroot, leave console alone if -c not specified, and yank debug code. by Rob Landley · 19 years ago
  47. 7b363fd Some minor cleanups/bugfixes split off from the big remount work: by Rob Landley · 19 years ago
  48. 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
  49. b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
  50. 73bffd4 - remove duplicate entry for switch_root by Bernhard Reutner-Fischer · 19 years ago
  51. 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago
  52. 126da9e - typo: s/sucess/success/g by Bernhard Reutner-Fischer · 19 years ago
  53. a972c87 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  54. 1d589b2 Fix losetup so that it A) actually works again, B) has much better error by Rob Landley · 19 years ago
  55. 969af89 add "-C" format to hexdump by Paul Fox · 19 years ago
  56. 65bb10f reduce bss by "Vladimir N. Oleynik" · 19 years ago
  57. ea97282 bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefile.in for switch_root applet by "Vladimir N. Oleynik" · 19 years ago
  58. 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
  59. 0f34a82 Add a switch_root utility (like kconfig's utils/run_init.c, although not by Rob Landley · 19 years ago
  60. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  61. 5cf9a03 more const, attribute_noreturn saved 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  62. 1f2dc40 data --> bss by "Vladimir N. Oleynik" · 19 years ago
  63. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  64. bb66a6c - initialize the correct variables by Bernhard Reutner-Fischer · 19 years ago
  65. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  66. 54cb5c6 better check usage with options, correct show problem error message, indent by "Vladimir N. Oleynik" · 19 years ago
  67. 4a7252b Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can by Rob Landley · 19 years ago
  68. 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
  69. 95544f7 whitespace sucks by Mike Frysinger · 19 years ago
  70. 75aa192 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  71. 1672255 Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). by Rob Landley · 19 years ago
  72. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  73. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  74. 24cca8d Reduce exported from ipcs applet by "Vladimir N. Oleynik" · 19 years ago
  75. 2d5e4f6 accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little by Mike Frysinger · 19 years ago
  76. b728500 Cleanup patch from Tito. by Rob Landley · 19 years ago
  77. 6943a94 whitespace/syntax cleanups, dont mind me :p by Mike Frysinger · 19 years ago
  78. bc3d4a1 Cleanup patch from Tito. by Rob Landley · 19 years ago
  79. 658d2cf Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to by Rob Landley · 19 years ago
  80. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  81. dbaf97e Fix the warnings, and fix the following two obvious segfaults: by Rob Landley · 19 years ago
  82. 9a64314 Amir Shalem found some bugs in the new mount code; unknown options didn't get by Rob Landley · 19 years ago
  83. f4c684a When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() by Rob Landley · 19 years ago
  84. de5fd23 If we goto singlemount, do _not_ try to continue through the loop we jumped by Rob Landley · 19 years ago
  85. 6e98521 Stephane Billiart noticed that the return code of the new mount was horked. by Rob Landley · 19 years ago
  86. 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
  87. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  88. 3f6f317 applying fix from: by Paul Fox · 19 years ago
  89. 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 20 years ago
  90. 6eb1e41 Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use by Rob Landley · 20 years ago
  91. 8b2d02e Add readprofile applet support. by Paul Mundt · 20 years ago
  92. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  93. 7eb6457 moved to e2fsprogs too by Mike Frysinger · 20 years ago
  94. 3b59821 remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff in it by Mike Frysinger · 20 years ago
  95. de9f1f7 import lsattr and chattr from e2fsprogs by Mike Frysinger · 20 years ago
  96. f547d67 fix typoe (buildddir -> builddir) by Mike Frysinger · 20 years ago
  97. b31566e minor style touchups by Mike Frysinger · 20 years ago
  98. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  99. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  100. b225e2a Fixup some warnings by Eric Andersen · 20 years ago