aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * make --help texts more uniformDenys Vlasenko2017-01-215-32/+32
| * rdate: time(NULL) is shorter than time(&var)Denys Vlasenko2017-01-201-4/+1
| * rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-201-6/+27
| * fdisk: add typical values of -H and -S to --helpDenys Vlasenko2017-01-191-2/+2
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-12/+4
| * more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko2017-01-111-57/+49
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-1042-145/+5
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-22/+3
|\|
| * df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-22/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-11-2945-626/+784
|\|
| * Code style fixes, no code changesDenys Vlasenko2016-11-282-5/+6
| * fdisk_gpt: simplify GPT partition name printingDenys Vlasenko2016-11-271-2/+2
| * fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2016-11-272-15/+42
| * Make "hd" independently selectableDenys Vlasenko2016-11-231-2/+3
| * Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2341-555/+622
| * Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-163-8/+19
| * Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-163-8/+20
| * Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-143-30/+50
| * Make setarch/linux32/linux64 independently selectableDenys Vlasenko2016-11-131-5/+24
* | Merge branch 'busybox' into mergeRon Yorston2016-10-191-1/+10
|\|
| * more: accept and ignore a bunch of optionsDenys Vlasenko2016-10-111-1/+10
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-198-131/+292
|\|
| * mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
| * mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
| * libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-0/+6
| * fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko2016-09-171-36/+36
| * mdev: create devices from /sys/devDenys Vlasenko2016-09-071-47/+41
| * volume_id: Add support for UBIFSSerj Kalichev2016-09-064-1/+135
| * fdisk: tweak some messagesDenys Vlasenko2016-08-231-19/+24
| * fdisk: print much less cryptic partition tableDenys Vlasenko2016-08-231-87/+103
| * unshare: --network should be --net. Closes 9116Denys Vlasenko2016-08-221-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-0711-32/+31
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-068-16/+10
| * randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-201-1/+1
| * randomconfig fixesDenys Vlasenko2016-06-193-15/+20
* | Merge branch 'busybox' into mergeRon Yorston2016-05-1614-23/+55
|\|
| * flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko2016-04-241-12/+12
| * flock: fix -c; improve error handling of fork+execDenys Vlasenko2016-04-241-2/+17
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-226-8/+8
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-212-5/+6
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-216-3/+10
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-218-9/+18
* | Merge branch 'busybox' into mergeRon Yorston2016-04-047-16/+695
|\|
| * nsenter,unshare: work around older headerDenys Vlasenko2016-04-022-0/+45
| * nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-022-32/+8
| * unshare: remove stale commentDenys Vlasenko2016-04-021-5/+0
| * nsenter: new appletBartosz Golaszewski2016-04-011-0/+286
| * libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-11/+0
| * unshare: new appletBartosz Golaszewski2016-04-011-0/+380
| * mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2