1. 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
  2. bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
  3. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  4. 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
  5. ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
  6. 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
  7. dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
  8. c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
  9. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  10. c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
  11. 890bd5d ipcs: tweak output orer to match util-linux 2.28 by Denys Vlasenko · 7 years ago
  12. c6ce1c9 ipcrm,ipcs: make them NOEXEC by Denys Vlasenko · 7 years ago
  13. 7943be1 ipcrm: code shrink by Denys Vlasenko · 7 years ago
  14. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  15. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  16. 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
  17. 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
  18. ec98e3a freeramdisk: make NOEXEC by Denys Vlasenko · 7 years ago
  19. ae84418 losetup: make NOEXEC by Denys Vlasenko · 7 years ago
  20. 354b104 fatattr: make NOEXEC by Denys Vlasenko · 7 years ago
  21. 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
  22. 4dea1ed script: -f means "flush", not "fsync" by Denys Vlasenko · 7 years ago
  23. 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
  24. dd55d5d script: make -t independent of scriptreplay by Denys Vlasenko · 7 years ago
  25. b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
  26. 035e715 readprofile: do not close/free just before exiting by Denys Vlasenko · 7 years ago
  27. 277081e blkdiscard: make it NOEXEC by Denys Vlasenko · 7 years ago
  28. bf18239 blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default by Denys Vlasenko · 7 years ago
  29. 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
  30. 83a6c8d umount: make it NOEXEC by Denys Vlasenko · 7 years ago
  31. fdb9235 pivot_root: make it NOFORK by Denys Vlasenko · 7 years ago
  32. 9f59849 blockdev, fsfreeze, fstrim, mountpoint: make NOEXEC by Denys Vlasenko · 7 years ago
  33. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  34. 6514785 mesg: make in NOFORK by Denys Vlasenko · 7 years ago
  35. 74c05f5 chat: trim help text by Denys Vlasenko · 7 years ago
  36. 72d725d getopt: make it NOEXEC by Denys Vlasenko · 7 years ago
  37. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  38. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  39. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  40. e9a5a69 rdate: tweak comments, no code changes by Denys Vlasenko · 7 years ago
  41. 8cae43c swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL by Denys Vlasenko · 7 years ago
  42. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  43. 73c47f6 volume_id: enable minix detection by Denys Vlasenko · 7 years ago
  44. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  45. 61f9d76 swapon/swapoff: trim config help text by Denys Vlasenko · 7 years ago
  46. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  47. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  48. 08dfafc fix more instances of ": $((a++))" in shell scripts by Denys Vlasenko · 7 years ago
  49. 8ea061e blkdiscard: provide our own BLK[SEC]DISCARD if necessary by Denys Vlasenko · 7 years ago
  50. ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
  51. b0c0b6d setpriv: remove dependency on libcap headers by Denys Vlasenko · 7 years ago
  52. 2bfe783 setpriv: factor out capability name printing by Denys Vlasenko · 7 years ago
  53. cf5748c setpriv: code shrink, and grouping capability code together by Denys Vlasenko · 7 years ago
  54. 6842d00 setpriv: allow modifying ambient capabilities by Patrick Steinhardt · 7 years ago
  55. 0f49f6f setpriv: allow modifying inheritable caps by Patrick Steinhardt · 7 years ago
  56. 5e09874 setpriv: dump ambient capabilities by Patrick Steinhardt · 7 years ago
  57. f34c701 setpriv: dump capability bounding set by Patrick Steinhardt · 7 years ago
  58. ad63102 setpriv: dump inheritable capability set by Patrick Steinhardt · 7 years ago
  59. 10c53b8 setpriv: dump no-new-privs info by Patrick Steinhardt · 7 years ago
  60. 6798486 setpriv: dump user and group info by Denys Vlasenko · 7 years ago
  61. 6a3bcf3 setpriv: prepare option parsing logic for additional opts by Patrick Steinhardt · 7 years ago
  62. d253b55 setpriv: do not process remaining args by Patrick Steinhardt · 7 years ago
  63. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  64. 45100b8 unshare: fix help text; select LONG_OPTS instead depending on them by Denys Vlasenko · 8 years ago
  65. 62d1e98 setpriv: new applet by Assaf Gordon · 8 years ago
  66. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  67. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  68. 0cecbe7 Sort more misplaced applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  69. 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
  70. 67918b3 fallocate: new applet by Denys Vlasenko · 8 years ago
  71. b9512fa fsfreeze: new applet by Denys Vlasenko · 8 years ago
  72. e3b65ab switch_root: don't bail out when console doesn't exist by Andrei Gherzan · 8 years ago
  73. a98db79 Revert "umount: make -d always active, add -D to suppress it" by Denys Vlasenko · 8 years ago
  74. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  75. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  76. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  77. 7dd906a xxd: make -p output lines actually end with a newline by Denys Vlasenko · 8 years ago
  78. 62a9b18 xxd: implement -p by Denys Vlasenko · 8 years ago
  79. 8a2657c hexdump/xxd: a bit more condensed formats by Denys Vlasenko · 8 years ago
  80. 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
  81. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  82. 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
  83. 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
  84. 704c606 fdisk: add typical values of -H and -S to --help by Denys Vlasenko · 8 years ago
  85. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  86. c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
  87. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  88. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
  89. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  90. 710b6ce fdisk_gpt: simplify GPT partition name printing by Denys Vlasenko · 8 years ago
  91. 29516ac fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var by Denys Vlasenko · 8 years ago
  92. 5b966c6 Make "hd" independently selectable by Denys Vlasenko · 8 years ago
  93. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  94. 10880cc Make mkfs.vfat and mkdosfs individually selectable by Denys Vlasenko · 8 years ago
  95. 0581a2f Make mke2fs and mkfs.ext2 individually selectable by Denys Vlasenko · 8 years ago
  96. f417ffd Make swapon and swapoff individually selectable. by Denys Vlasenko · 8 years ago
  97. c314ca9 Make setarch/linux32/linux64 independently selectable by Denys Vlasenko · 8 years ago
  98. 713b513 more: accept and ignore a bunch of options by Denys Vlasenko · 8 years ago
  99. b09ab44 mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly by Denys Vlasenko · 8 years ago
  100. 5093c8c mount: tweak "IPv6 scoped addr" commit by Denys Vlasenko · 8 years ago