aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2018-01-23chrt: add support for SCHED_BATCHPovilas Kanapickas
2018-01-19volume_id: add LittleFS detectionSven-Göran Bergh
2018-01-14renice: add comment about getpwnam/NOFORK interactionDenys Vlasenko
2018-01-14renice: use BUILD_BUG_ON()Denys Vlasenko
2018-01-14cal: make it NOEXECDenys Vlasenko
2018-01-08umount: ignore -cShawn Landden
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko
2017-10-30blkdiscard: Only build on LinuxJames Clarke
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-29setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko
2017-08-22run-init: if doing dry run, do not require pid==1Denys Vlasenko
2017-08-22run-init: implement -n "dry run"Denys Vlasenko
2017-08-21run-init: new appletDenys Vlasenko
2017-08-21libbb: move capability names code to libbbDenys Vlasenko
2017-08-20setpriv: code shrinkDenys Vlasenko
2017-08-18setpriv: accept any case in capability namesDenys Vlasenko
2017-08-16fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko
2017-08-16uevent: placate gccDenys Vlasenko
2017-08-14build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko
2017-08-10fdisk: typo fixDenys Vlasenko