summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko2018-07-303-48/+46
* fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2018-07-302-4/+7
* fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko2018-06-261-1/+1
* randomconfig fixesDenys Vlasenko2018-06-261-1/+1
* restore documentation on the build config languageKartik Agaram2018-06-062-2/+2
* fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko2018-05-261-6/+0
* nsenter: fix parsing of -t, -S and -G optionsEuan Harris2018-05-131-1/+1
* nsenter: Rename --network option to --netEuan Harris2018-05-131-1/+1
* libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* fstrim: do not check that specified file is on a block deviceDenys Vlasenko2018-03-291-3/+11
* readprofile: code shrinkDenys Vlasenko2018-03-111-34/+33
* ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
* ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
* libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-0/+6
* umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko2018-02-201-3/+5
* mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-152-6/+6
* inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-131-1/+5
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
* chrt: code shrinkDenys Vlasenko2018-01-251-8/+8
* chrt: use correct min/max prioritiesDenys Vlasenko2018-01-231-12/+14
* chrt: add support for SCHED_IDLEPovilas Kanapickas2018-01-231-8/+13
* chrt: add support for SCHED_BATCHPovilas Kanapickas2018-01-231-5/+11
* volume_id: add LittleFS detectionSven-Göran Bergh2018-01-193-0/+67
* renice: add comment about getpwnam/NOFORK interactionDenys Vlasenko2018-01-141-1/+1
* renice: use BUILD_BUG_ON()Denys Vlasenko2018-01-141-10/+3
* cal: make it NOEXECDenys Vlasenko2018-01-141-1/+2
* umount: ignore -cShawn Landden2018-01-081-2/+2
* unshare: -r should map root to user, not the other way aroundDenys Vlasenko2017-11-091-3/+3
* unshare: -r implies -U, not -uDenys Vlasenko2017-11-091-1/+1
* Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2017-10-311-0/+3
* blkdiscard: Only build on LinuxJames Clarke2017-10-301-0/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-054-4/+8
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-052-4/+3
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-1844-114/+71
* setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko2017-08-291-4/+4
* run-init: if doing dry run, do not require pid==1Denys Vlasenko2017-08-221-2/+5
* run-init: implement -n "dry run"Denys Vlasenko2017-08-221-34/+43
* run-init: new appletDenys Vlasenko2017-08-212-52/+129
* libbb: move capability names code to libbbDenys Vlasenko2017-08-211-77/+5
* setpriv: code shrinkDenys Vlasenko2017-08-201-9/+7
* setpriv: accept any case in capability namesDenys Vlasenko2017-08-181-1/+1
* fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko2017-08-162-7/+13
* uevent: placate gccDenys Vlasenko2017-08-161-1/+4
* build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-141-1/+0
* fdisk: typo fixDenys Vlasenko2017-08-101-1/+1
* ipcs: tweak output orer to match util-linux 2.28Denys Vlasenko2017-08-091-4/+4
* ipcrm,ipcs: make them NOEXECDenys Vlasenko2017-08-092-18/+18
* ipcrm: code shrinkDenys Vlasenko2017-08-091-24/+16
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-0825-63/+67