aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2019-11-01taskset: add support for taking/printing CPU list (-c option)Denys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-10-04fdisk_aix: fix aliasing warning, comment out unused global variablesDenys Vlasenko
2019-10-04fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-06-08blockdev: add usage comment, no code changesDenys Vlasenko
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-06-03mdev: add support to run as daemonJan Klötzke
2019-06-03mdev: use option parser helperJan Klötzke
2019-06-03mdev: move action processing into separate functionsJan Klötzke
2019-05-30losetup: Add partition scanning optionJack O'Sullivan
2019-05-23losetup: implement -cDenys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2019-04-05chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko
2019-04-05chrt: do not segfault if policy number is unknownDenys Vlasenko
2019-03-30blockdev: code shrinkDenys Vlasenko
2019-03-15Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer
2018-12-28config: add size information for three more appletsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-12-08mdev: suppress aliasing warningDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27docs: add embedded-scripts.txtRon Yorston
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-07-25fdisk: code shrinkDenys Vlasenko
2018-07-25fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko
2018-07-25fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko
2018-07-17whitespace fixesDenys Vlasenko
2018-06-26fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko
2018-06-26randomconfig fixesDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko
2018-05-13nsenter: fix parsing of -t, -S and -G optionsEuan Harris
2018-05-13nsenter: Rename --network option to --netEuan Harris
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-03-29fstrim: do not check that specified file is on a block deviceDenys Vlasenko
2018-03-11readprofile: code shrinkDenys Vlasenko
2018-03-08ipcs: further code shrinkDenys Vlasenko
2018-03-08ipcs: code shrinkDenys Vlasenko
2018-02-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko
2018-02-20umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2018-01-25chrt: code shrinkDenys Vlasenko
2018-01-23chrt: use correct min/max prioritiesDenys Vlasenko
2018-01-23chrt: add support for SCHED_IDLEPovilas Kanapickas