aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-10-084-47/+1
|\
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+1
| * move storage helpers to libbb.hDenys Vlasenko2018-09-283-46/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-09-103-56/+79
|\|
| * fdisk: code shrinkDenys Vlasenko2018-07-251-5/+27
| * fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko2018-07-253-48/+46
| * fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2018-07-252-4/+7
* | Merge branch 'busybox'Ron Yorston2018-07-257-13/+7
|\|
| * whitespace fixesDenys Vlasenko2018-07-171-1/+1
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-1/+1
|\|
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-1/+0
|\|
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-3/+11
|\|
| * fstrim: do not check that specified file is on a block deviceDenys Vlasenko2018-03-291-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2018-03-152-77/+66
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-03-015-10/+22
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2018-02-138-36/+110
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-4/+4
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-11-038-8/+15
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-09-2745-118/+75
|\|