1. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  2. 9983d80 volumeid: fix bug 249 "findfs finds the wrong partition" by Denis Vlasenko · 16 years ago
  3. a2333c8 randomtest fixes by Denis Vlasenko · 16 years ago
  4. 781b672 mkfs.vfat: fix a problem with over-estimating FAT size by Denis Vlasenko · 16 years ago
  5. f54dd09 mkfs.vfat: mkdosfs compat with choosing clyster size by Denis Vlasenko · 16 years ago
  6. 14ee4e6 mkfs.vfat: more of pointless tweaking by Denis Vlasenko · 16 years ago
  7. 020f465 mkfs.vfat: small tweak to comments by Denis Vlasenko · 16 years ago
  8. 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
  9. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  10. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  11. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  12. 7307e06 - bail out if screen resolution does not match PPM dimensions. by Bernhard Reutner-Fischer · 16 years ago
  13. 28ea429 volume_id: abort early on read failures. should help with probing missing fdd's by Denis Vlasenko · 16 years ago
  14. d63cd1b mdev: if /sys/class/block exists, don't scan /sys/block by Denis Vlasenko · 16 years ago
  15. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  16. 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
  17. 870ccd7 do not whine if /sys/block does not exist ... embedded systems dont need stinkin block devices by Mike Frysinger · 16 years ago
  18. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  19. 6a2d0d9 mount: make it more readable by Denis Vlasenko · 16 years ago
  20. 3f8f4b2 placate Rob's qualms about mount.c by Denis Vlasenko · 16 years ago
  21. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  22. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  23. 30e5cf8 mount: cosmetics, no code changes (verified with objdump -drsx) by Denis Vlasenko · 16 years ago
  24. 1e10afc volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes by Denis Vlasenko · 16 years ago
  25. d16950d acpid: new applet by Vladimir. +737 bytes by Denis Vlasenko · 16 years ago
  26. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  27. 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
  28. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  29. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  30. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  31. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  32. 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
  33. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  34. 802a7be add comment explaining previous change by Denis Vlasenko · 16 years ago
  35. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  36. bff06fe blkid: vda forgot to svn add it again. vda is stupid by Denis Vlasenko · 16 years ago
  37. f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
  38. 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
  39. 1e19afd blkid: new applet. We almost had everything needed for it already by Denis Vlasenko · 16 years ago
  40. d5e3059 findfs: fix LUKS and FAT detection routines; do not exit if corrupted by Denis Vlasenko · 16 years ago
  41. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  42. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  43. b66d16a fbset: fix mode matching code: original code may trigger false positive. by Denis Vlasenko · 16 years ago
  44. 7fe21c6 setarch: do not try to use non-existent data in argv[] by Denis Vlasenko · 16 years ago
  45. c77e843 - add new applet rdev (Grant Erickson) - fixes and shrink (me) by Bernhard Reutner-Fischer · 16 years ago
  46. fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
  47. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  48. d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
  49. 8d523cb fbset: shrink code a bit more by Denis Vlasenko · 16 years ago
  50. 09f5ecf fbset: code shrink by Denis Vlasenko · 16 years ago
  51. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  52. df96df9 mdev: do not complain if mdev.conf does not exist; by Denis Vlasenko · 16 years ago
  53. e99a92d - strip implied proto and superfluous "www." domain part. by Bernhard Reutner-Fischer · 16 years ago
  54. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  55. b62bd7b - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP by Bernhard Reutner-Fischer · 16 years ago
  56. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  57. 1d4cd60 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
  58. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  59. e1e5174 - s/super.block/superblock/g; # for consistency; -1b by Bernhard Reutner-Fischer · 16 years ago
  60. c29684a mount: support nfs mount option nordiplus. by Denis Vlasenko · 16 years ago
  61. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  62. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  63. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  64. 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
  65. 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
  66. e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
  67. a87045c mdev: check for "/block/" substring for block dev detection by Denis Vlasenko · 16 years ago
  68. d986048 mdev: if device was moved at creation, at removal coreectly remove by Denis Vlasenko · 16 years ago
  69. 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
  70. 9764d69 fdisk: fix compile failure by Denis Vlasenko · 16 years ago
  71. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  72. 580ce2d mount: support for "-o mand" by Denis Vlasenko · 16 years ago
  73. 67075bb mdev: reinstate "follow symlinks" flag, this time with explanation by Denis Vlasenko · 16 years ago
  74. d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
  75. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  76. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  77. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  78. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  79. 270d5d7 fdisk: cosmetics, and removal of dead data by Denis Vlasenko · 16 years ago
  80. 6eaf0a9 fdisk: move more data to struct globals; shrink code by Denis Vlasenko · 16 years ago
  81. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  82. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  83. e06f61d mkfs_minix, fsck_minix: code shrink by Denis Vlasenko · 16 years ago
  84. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  85. f26e3d2 mount: fix mishandling of proto=tcp/udp by Denis Vlasenko · 16 years ago
  86. d0cc3f4 mount: code shrink without logic changes. Added a comment by Denis Vlasenko · 16 years ago
  87. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
  88. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  89. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  90. 1e93f3c change default rtcwake mode to match changed behavior in upstream util-linux by Mike Frysinger · 17 years ago
  91. 85571d8 make the help for rtcwake reflect the actual default behavior by Mike Frysinger · 17 years ago
  92. 9af7aba - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" by Bernhard Reutner-Fischer · 17 years ago
  93. f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
  94. f9a0784 - add FIXME to use hasmntopt() by Bernhard Reutner-Fischer · 17 years ago
  95. a0e17f7 [u]mount: add/update dietlibc build fix by Denis Vlasenko · 17 years ago
  96. e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
  97. ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
  98. a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
  99. 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
  100. 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago