1. 892d4b6 flock: new applet by Timo Teras · 15 years ago
  2. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  3. 8d4a8d1 mdev: fix a trivial SEGV by Denys Vlasenko · 15 years ago
  4. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  5. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  6. 64bb95a mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. by Denys Vlasenko · 15 years ago
  7. bf1d347 fdisk: do not treat names ending in '0' as partitions by Denys Vlasenko · 15 years ago
  8. 73ccd0c volume_id/linux_swap: detect suspended image signatures too by Vladimir Dronnikov · 15 years ago
  9. b741cd2 whitespace fix by Denys Vlasenko · 15 years ago
  10. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  11. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  12. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  13. baad6d8 mkfs_ext2: fix bad comment. no code changes by Denys Vlasenko · 15 years ago
  14. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  15. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  16. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  17. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  18. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  19. 24dc9ab fbset: add possibility to set timing and sync polarity by Michael Grzeschik · 15 years ago
  20. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  21. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  22. 053ffee hwclock: tiny tweak in comment by Denys Vlasenko · 15 years ago
  23. 0c58cc7 hwclock: make commented-out code compilable by Denys Vlasenko · 15 years ago
  24. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  25. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  26. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  27. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  28. cc42814 mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 by Denys Vlasenko · 15 years ago
  29. b7a0e13 mount: fix goof in last commit; clear errno since we use perror_msg later by Denys Vlasenko · 15 years ago
  30. cb37637 switch_root: more clear error messages by Denys Vlasenko · 15 years ago
  31. 4e60f30 mount: if we mount //host/xxx, add ip=IPADDR to options by Denys Vlasenko · 15 years ago
  32. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  33. 8656676 mount: "already mounted" msg appears only if -v by Denys Vlasenko · 15 years ago
  34. 11a802a lsusb: new applet. +400 bytes by Souf Oued · 15 years ago
  35. 982bc71 lspci: new applet. +573 bytes by Souf Oued · 15 years ago
  36. a732966 mount: prevent second mount -a from mounting everything again by Denys Vlasenko · 15 years ago
  37. 6b5accb mount: add support for -O list. +44 bytes by Michael Abbott · 15 years ago
  38. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  39. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  40. 102ff76 mount: clean up #defines. No code changes by Denys Vlasenko · 15 years ago
  41. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  42. 1612c75 mdev: print line# in error messages by Denys Vlasenko · 15 years ago
  43. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  44. 692bcff mkfs_vfat: fixes for large image cases by Denys Vlasenko · 15 years ago
  45. 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
  46. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  47. 0d8ea64 mkfs.reiser: new applet. needs much polishing by Vladimir Dronnikov · 15 years ago
  48. d784b65 btrfs.c: check first two superblocks, for additional robustness by Denys Vlasenko · 15 years ago
  49. 8930096 volume_id: add FAST_FUNC where appropriate by Denys Vlasenko · 15 years ago
  50. 662e8b7 volume_id: add support for btrfs by Vladimir Dronnikov · 15 years ago
  51. e62a246 mdev: do not die on mknod errors by Denys Vlasenko · 15 years ago
  52. 85ca327 *: random code shrink by Denys Vlasenko · 15 years ago
  53. b04f058 mdev: adjust error message by Bernhard Reutner-Fischer · 15 years ago
  54. 933993a mdev: handle string modes by Bernhard Reutner-Fischer · 15 years ago
  55. 6531f09 mdev: tiny shrinkage by index_in_strings by Bernhard Reutner-Fischer · 15 years ago
  56. 4b8b37f mkfs_ext2: fix compile error by Denys Vlasenko · 15 years ago
  57. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  58. 46e364d mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
  59. 09bbb28 mkfs_ext2: fix a bug where we don't fully respect -n on files by Denys Vlasenko · 15 years ago
  60. 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
  61. 3945bc1 tune2fs: new applet by Vladimir. Only supports -L LABEL by Denys Vlasenko · 15 years ago
  62. 481ca96 mkfs_ext2: 1.41.9 compat by Denys Vlasenko · 15 years ago
  63. 010fb00 mkfs_ext2: make sure we extend the image to requested size by Denys Vlasenko · 15 years ago
  64. eaba484 cosmetics in mkfs_ext2.txt by Denys Vlasenko · 15 years ago
  65. 1d6e447 mkfs_ext2_test: disable incomtatible behavior in standard mke2fs by Denys Vlasenko · 15 years ago
  66. ece01ee mkfs_ext2: e2fsck 1.14.4 compat by Denys Vlasenko · 15 years ago
  67. 2ee2724 mkfs_ext2: explain 256-byte inodes. no code changes by Denys Vlasenko · 15 years ago
  68. 2288d86 mkfs_ext2: explain why 0.5G+ images are a bit different by Denys Vlasenko · 15 years ago
  69. 5e1dbd5 mkfs_ext2: another update by Vladimir by Denys Vlasenko · 15 years ago
  70. a4e4a65 clarify in comment by Denys Vlasenko · 15 years ago
  71. c708a6d mkfs_ext2: further work on small images by Denys Vlasenko · 15 years ago
  72. 82d6433 mkfs_ext2: fixes for small image generation. images up to ~8M are ok now by Denys Vlasenko · 15 years ago
  73. cbeb452 mkfs_ext2: fix 60k image creation by Denys Vlasenko · 15 years ago
  74. 95484c8 mkfs_ext2: further work by Vladimir by Denys Vlasenko · 15 years ago
  75. 69f2e2c mkfs_ext2: small tweak by Denys Vlasenko · 15 years ago
  76. 05647b5 mkfs_ext2: compat fixes by Denys Vlasenko · 15 years ago
  77. e840561 mkfs_ext2: more work. added test script by Denys Vlasenko · 15 years ago
  78. f9d3a91 mkfs_ext2: fixes for huge filesystems by Denys Vlasenko · 15 years ago
  79. 77da1ca mkfs_ext2: make it able to create images larger than 4G by Denys Vlasenko · 15 years ago
  80. 7673e7f mkfs_ext2: shrink by Denys Vlasenko · 15 years ago
  81. 69d9edc mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
  82. 9c2708e mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
  83. 7d8ab84 mkfs_ext2: fix a buglet introduced in last commit by Denys Vlasenko · 15 years ago
  84. 4588775 mkfs_ext2: shrink by Denys Vlasenko · 15 years ago
  85. 823b4e6 mkfs_ext2: new applet by Vladimir by Vladimir Dronnikov · 15 years ago
  86. f5a295d util-linux/mkswap.c: fix warning by Denys Vlasenko · 15 years ago
  87. db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
  88. 784d095 rtcwake: remove a static variable by Denys Vlasenko · 15 years ago
  89. ef5bc2c *: three more NOINLINEs by Denys Vlasenko · 15 years ago
  90. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  91. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  92. be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
  93. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  94. af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
  95. 9aff299 swaponoff: add uuid/label support. By Natanael Copa by Natanael Copa · 15 years ago
  96. ddf7850 fdisk: add a warning and truncate disks with >= 2^32 sectors by Denys Vlasenko · 15 years ago
  97. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  98. ba98603 mount: do not execute "mount.(null)" :) by Denys Vlasenko · 15 years ago
  99. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  100. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago