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