aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * cat,nl: fix handling of open errorsDenys Vlasenko2018-11-292-4/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-11-282-24/+54
|\|
| * printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-0/+8
| * dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
| * dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-301-9/+24
| * printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-2/+2
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-09-104-89/+31
|\|
| * timeout: fix arguments to match coreutilsDenys Vlasenko2018-08-031-9/+12
| * extend fractional duration support to "top -d N.N" and "timeout"Denys Vlasenko2018-08-032-75/+9
| * ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
| * cp: placate gcc8Denys Vlasenko2018-08-011-1/+1
* | Merge branch 'busybox'Ron Yorston2018-07-257-34/+93
|\|
| * cp: add missing quote in config snippetDenys Vlasenko2018-07-171-1/+1
| * cp: optional --reflink supportDenys Vlasenko2018-07-131-0/+24
| * sort: add -V "sort version"Denys Vlasenko2018-07-081-20/+27
| * nproc: implement --all --ignore=Nharoon maqsood2018-07-061-10/+34
| * install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko2018-06-221-1/+5
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-242-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-3/+7
|\|
| * cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2018-04-291-3/+3
| * shell: add comments about [[, no code changesDenys Vlasenko2018-04-101-0/+4
* | ls, stat: don't try to read symlinksRon Yorston2018-04-102-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-04-094-11/+83
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
| * sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-061-12/+12
| * sort: move misplaced commentDenys Vlasenko2018-04-041-2/+2
| * sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-041-6/+80
* | fsync: avoid a gratuitous difference from upstreamRon Yorston2018-04-031-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko2018-03-311-1/+1
* | timeout: futher improvementsRon Yorston2018-03-271-7/+19
* | timeout: return exit code 125 if option parsing failsRon Yorston2018-03-241-1/+4
* | timeout: bring exit status into line with coreutilsRon Yorston2018-03-241-3/+10
* | win32: save a few bytes in device file supportRon Yorston2018-03-231-6/+1
* | win32: restrict visibility of special devicesRon Yorston2018-03-152-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-1/+1
|\|
| * md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
* | dd: mention /dev/zero and /dev/urandom in help messageRon Yorston2018-03-061-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-03-013-44/+103
|\|
| * df: do "rootfs" check soonerDenys Vlasenko2018-02-231-4/+5
| * df: 4TB+ support on 32 bits archDenys Vlasenko2018-02-231-8/+15
| * od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
| * sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
| * sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
| * sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57