- a6e48de fdisk: add HFS / HFS+ partition type by Denys Vlasenko · 4 years, 10 months ago
- d3539be Remove stime() function calls by Alistair Francis · 5 years ago
- b230fdf taskset: tighten the check for stride values by Denys Vlasenko · 5 years ago
- a82fb1b taskset: implement stride argument by Denys Vlasenko · 5 years ago
- e558660 taskset: update comment by Denys Vlasenko · 5 years ago
- 162ac7f taskset: add support for taking/printing CPU list (-c option) by Denys Vlasenko · 5 years ago
- e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 5 years ago
- 27f0e8a fdisk_aix: fix aliasing warning, comment out unused global variables by Denys Vlasenko · 5 years ago
- d8e4ce0 fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 3b69ba7 mount,losetup: use /dev/loop-control is it exists by Denys Vlasenko · 6 years ago
- 023ae75 blockdev: add usage comment, no code changes by Denys Vlasenko · 6 years ago
- 45e3967 libbb: move netlink socket binding to the utility function by Denys Vlasenko · 6 years ago
- 498cec2 mdev: add support to run as daemon by Jan Klötzke · 6 years ago
- 728e53d mdev: use option parser helper by Jan Klötzke · 6 years ago
- d04b726 mdev: move action processing into separate functions by Jan Klötzke · 6 years ago
- 726cbb1 losetup: Add partition scanning option by Jack O'Sullivan · 6 years ago
- 309f5e3 losetup: implement -c by Denys Vlasenko · 6 years ago
- 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
- 43d09e7 chrt: fix for SCHED_RESET_ON_FORK bit by Denys Vlasenko · 6 years ago
- ae5ca6f chrt: do not segfault if policy number is unknown by Denys Vlasenko · 6 years ago
- 35082fc blockdev: code shrink by Denys Vlasenko · 6 years ago
- 2bbd1e1 Fix off by one error in FAT16 <=> FAT32 detection by Thomas Frauendorfer · 6 years ago
- df1ff10 config: add size information for three more applets by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 51283b8 mdev: suppress aliasing warning by Denys Vlasenko · 6 years ago
- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- 31a04d9 docs: add embedded-scripts.txt by Ron Yorston · 6 years ago
- 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
- 1ab3899 fdisk: code shrink by Denys Vlasenko · 6 years ago
- c104549 fdisk: sync up with some util-linux 2.31 behavior by Denys Vlasenko · 6 years ago
- 163e637 fdisk: use strtoul[l] instead of atoi, closes 11176 by Denys Vlasenko · 6 years ago
- 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
- 8ef9eff fdisk: placate warning of strncpy not copying NUL byte by Denys Vlasenko · 6 years ago
- 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- 8bc418f fdisk: remove "Partition N does not end on cylinder boundary" message by Denys Vlasenko · 7 years ago
- 254e473 nsenter: fix parsing of -t, -S and -G options by Euan Harris · 7 years ago
- 40394cb nsenter: Rename --network option to --net by Euan Harris · 7 years ago
- 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
- 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
- 3be4b9b fstrim: do not check that specified file is on a block device by Denys Vlasenko · 7 years ago
- 0e09ded readprofile: code shrink by Denys Vlasenko · 7 years ago
- 7798282 ipcs: further code shrink by Denys Vlasenko · 7 years ago
- f7fa800 ipcs: code shrink by Denys Vlasenko · 7 years ago
- 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
- b083e8c umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified by Denys Vlasenko · 7 years ago
- 7398892 mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms by Denys Vlasenko · 7 years ago
- 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- a497231 chrt: code shrink by Denys Vlasenko · 7 years ago
- 66ad9be chrt: use correct min/max priorities by Denys Vlasenko · 7 years ago
- 0f6e435 chrt: add support for SCHED_IDLE by Povilas Kanapickas · 7 years ago
- 1616fb8 chrt: add support for SCHED_BATCH by Povilas Kanapickas · 7 years ago
- e411cd0 volume_id: add LittleFS detection by Sven-Göran Bergh · 7 years ago
- c4144ca renice: add comment about getpwnam/NOFORK interaction by Denys Vlasenko · 7 years ago
- 9967978 renice: use BUILD_BUG_ON() by Denys Vlasenko · 7 years ago
- cbdc37c cal: make it NOEXEC by Denys Vlasenko · 7 years ago
- 4261341 umount: ignore -c by Shawn Landden · 7 years ago
- 1b51090 unshare: -r should map root to user, not the other way around by Denys Vlasenko · 7 years ago
- b5a0d9d unshare: -r implies -U, not -u by Denys Vlasenko · 7 years ago
- f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
- 160d027 blkdiscard: Only build on Linux by James Clarke · 7 years ago
- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 0180b57 setpriv: placete "declaration of 'index' shadows a global declaration" warning by Denys Vlasenko · 7 years ago
- 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
- bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
- 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
- 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
- ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
- 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
- dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
- c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
- 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
- c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
- 890bd5d ipcs: tweak output orer to match util-linux 2.28 by Denys Vlasenko · 7 years ago
- c6ce1c9 ipcrm,ipcs: make them NOEXEC by Denys Vlasenko · 7 years ago
- 7943be1 ipcrm: code shrink by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
- 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
- ec98e3a freeramdisk: make NOEXEC by Denys Vlasenko · 7 years ago
- ae84418 losetup: make NOEXEC by Denys Vlasenko · 7 years ago
- 354b104 fatattr: make NOEXEC by Denys Vlasenko · 7 years ago
- 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
- 4dea1ed script: -f means "flush", not "fsync" by Denys Vlasenko · 7 years ago
- 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
- dd55d5d script: make -t independent of scriptreplay by Denys Vlasenko · 7 years ago
- b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
- 035e715 readprofile: do not close/free just before exiting by Denys Vlasenko · 7 years ago
- 277081e blkdiscard: make it NOEXEC by Denys Vlasenko · 7 years ago
- bf18239 blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default by Denys Vlasenko · 7 years ago
- 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
- 83a6c8d umount: make it NOEXEC by Denys Vlasenko · 7 years ago
- fdb9235 pivot_root: make it NOFORK by Denys Vlasenko · 7 years ago