1. 9c291f2 taskset: fix for PID longer than 12 chars by Denys Vlasenko · 3 years, 7 months ago
  2. 2512817 taskset: implement -a by Denys Vlasenko · 3 years, 7 months ago
  3. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 7 months ago
  4. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 7 months ago
  5. f02b64d ionice: implement -t by Denys Vlasenko · 3 years, 7 months ago
  6. 46d315a blockdev: support --get/setra by Denys Vlasenko · 3 years, 7 months ago
  7. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 7 months ago
  8. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 7 months ago
  9. 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 7 months ago
  10. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 4 years ago
  11. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  12. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  13. 6cfec7d mount: Surround syslog.h with the config check by Lauri Kasanen · 4 years, 1 month ago
  14. a2f18d9 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  15. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years, 1 month ago
  16. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years, 1 month ago
  17. d3c3688 hwclock: improve --help (-l is a compatible shortcut for --localtime) by Denys Vlasenko · 4 years, 1 month ago
  18. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years, 1 month ago
  19. caba1a1 tweak help texts by Denys Vlasenko · 4 years, 1 month ago
  20. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years, 1 month ago
  21. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years, 1 month ago
  22. 84d5edd help text: replace [OPTIONS] with actual options (if not too long) by Denys Vlasenko · 4 years, 1 month ago
  23. 5d553bc more --help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  24. ef2366c nsenter: stop option parsing on 1st non-option by Denys Vlasenko · 4 years, 1 month ago
  25. 56ee576 mount: fix incorrect "success" exitcode if loop device setup fails by Denys Vlasenko · 4 years, 1 month ago
  26. 34c5115 mount: implement -o nosymfollow, remove bogus -o union by Denys Vlasenko · 4 years, 1 month ago
  27. 696c38d mount: add -o nostrictatime and -o [no]lazytime by Denys Vlasenko · 4 years, 1 month ago
  28. b1eedfc mount: do not guess mount as NFS if "hostname:" contains slashes by Denys Vlasenko · 4 years, 1 month ago
  29. b4f93f5 mount: do not guess bind mounts as nfs by Denys Vlasenko · 4 years, 1 month ago
  30. 6599e38 mount: make filesystems[] array byte-aligned by Denys Vlasenko · 4 years, 1 month ago
  31. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  32. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  33. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  34. 03eb6eb mdev: clear LOGMODE_STDIO only directly before daemonizing by Denys Vlasenko · 4 years, 2 months ago
  35. cb143b9 uevent: make it survive ENOBUFS by Denys Vlasenko · 4 years, 2 months ago
  36. 1c9cd9b mdev: clean up by Denys Vlasenko · 4 years, 2 months ago
  37. 768153b mdev: add -v to increase log verbosity by Jan Klötzke · 5 years ago
  38. e9003ca mdev: add syslog logging mode by Jan Klötzke · 5 years ago
  39. d560030 mdev: re-initialize if uevent messages were lost by Jan Klötzke · 5 years ago
  40. e3f4759 mdev: move daemon setup to dedicated function by Jan Klötzke · 4 years, 2 months ago
  41. a569fd3 uevent: increase netlink buffer sizes by Denys Vlasenko · 4 years, 2 months ago
  42. 3cd55d4 mdev: increase netlink buffer sizes by Jan Klötzke · 5 years ago
  43. 2c92d1e volume_id: improve struct layout (smaller offesets, smaller insns on x86) by Denys Vlasenko · 4 years, 2 months ago
  44. c20e42e util-linux: support erofs filesystem by Norbert Lange · 4 years, 6 months ago
  45. 89f063b chrt: support for musl C library by Christian Eggers · 4 years, 2 months ago
  46. 32e1f69 compat: move hexdump -R functionality to xxd -r by Denys Vlasenko · 4 years, 3 months ago
  47. dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 3 months ago
  48. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 3 months ago
  49. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 3 months ago
  50. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 5 months ago
  51. 1a5d6fc hwclock: Fix settimeofday for glibc v2.31+ by Eddie James · 4 years, 5 months ago
  52. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 5 months ago
  53. 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 5 years ago
  54. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 7 months ago
  55. a6e48de fdisk: add HFS / HFS+ partition type by Denys Vlasenko · 5 years ago
  56. d3539be Remove stime() function calls by Alistair Francis · 5 years ago
  57. b230fdf taskset: tighten the check for stride values by Denys Vlasenko · 5 years ago
  58. a82fb1b taskset: implement stride argument by Denys Vlasenko · 5 years ago
  59. e558660 taskset: update comment by Denys Vlasenko · 5 years ago
  60. 162ac7f taskset: add support for taking/printing CPU list (-c option) by Denys Vlasenko · 5 years ago
  61. e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 5 years ago
  62. 27f0e8a fdisk_aix: fix aliasing warning, comment out unused global variables by Denys Vlasenko · 5 years ago
  63. d8e4ce0 fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink by Denys Vlasenko · 5 years ago
  64. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  65. 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 6 years ago
  66. 023ae75 blockdev: add usage comment, no code changes by Denys Vlasenko · 6 years ago
  67. 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
  68. 498cec2 mdev: add support to run as daemon by Jan Klötzke · 6 years ago
  69. 728e53d mdev: use option parser helper by Jan Klötzke · 6 years ago
  70. d04b726 mdev: move action processing into separate functions by Jan Klötzke · 6 years ago
  71. 726cbb1 losetup: Add partition scanning option by Jack O'Sullivan · 6 years ago
  72. 309f5e3 losetup: implement -c by Denys Vlasenko · 6 years ago
  73. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  74. 43d09e7 chrt: fix for SCHED_RESET_ON_FORK bit by Denys Vlasenko · 6 years ago
  75. ae5ca6f chrt: do not segfault if policy number is unknown by Denys Vlasenko · 6 years ago
  76. 35082fc blockdev: code shrink by Denys Vlasenko · 6 years ago
  77. 2bbd1e1 Fix off by one error in FAT16 <=> FAT32 detection by Thomas Frauendorfer · 6 years ago
  78. df1ff10 config: add size information for three more applets by Denys Vlasenko · 6 years ago
  79. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  80. 51283b8 mdev: suppress aliasing warning by Denys Vlasenko · 6 years ago
  81. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  82. 31a04d9 docs: add embedded-scripts.txt by Ron Yorston · 6 years ago
  83. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  84. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  85. abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
  86. 1ab3899 fdisk: code shrink by Denys Vlasenko · 6 years ago
  87. c104549 fdisk: sync up with some util-linux 2.31 behavior by Denys Vlasenko · 6 years ago
  88. 163e637 fdisk: use strtoul[l] instead of atoi, closes 11176 by Denys Vlasenko · 6 years ago
  89. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  90. 8ef9eff fdisk: placate warning of strncpy not copying NUL byte by Denys Vlasenko · 7 years ago
  91. 817a202 randomconfig fixes by Denys Vlasenko · 7 years ago
  92. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  93. 8bc418f fdisk: remove "Partition N does not end on cylinder boundary" message by Denys Vlasenko · 7 years ago
  94. 254e473 nsenter: fix parsing of -t, -S and -G options by Euan Harris · 7 years ago
  95. 40394cb nsenter: Rename --network option to --net by Euan Harris · 7 years ago
  96. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  97. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  98. 3be4b9b fstrim: do not check that specified file is on a block device by Denys Vlasenko · 7 years ago
  99. 0e09ded readprofile: code shrink by Denys Vlasenko · 7 years ago
  100. 7798282 ipcs: further code shrink by Denys Vlasenko · 7 years ago