aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+2
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-15/+0
* | shred: fix up for WIN32 and enable by defaultRon Yorston2018-02-221-0/+6
* | dd: use new device handling to implement /dev/zero and /dev/urandomRon Yorston2018-02-221-13/+10
* | fsync: enable in default configurationRon Yorston2018-02-221-0/+3
* | du: use Windows-compatible print formatsRon Yorston2018-02-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-02-1312-92/+138
|\|
| * cp: fix option handling in non-longopt configDenys Vlasenko2018-02-111-1/+5
| * cksum: code shrinkDenys Vlasenko2018-02-011-23/+24
| * cp: implement -TAaro Koskinen2018-02-011-2/+13
| * dd: add 'fullblock' iflagNicholas Clark2018-01-251-10/+23
| * od_bloaty: fix debug codeDenys Vlasenko2018-01-231-3/+7
| * mv: make it NOEXECDenys Vlasenko2018-01-142-1/+3
| * dd: fixed partial count logicDenys Vlasenko2018-01-101-1/+3
| * dd: exit with 1 if last write was incompleteDenys Vlasenko2018-01-101-5/+7
| * mknod: better --help, much clearer codeDenys Vlasenko2018-01-081-28/+28
| * nice: code shrinkDenys Vlasenko2018-01-081-9/+12
| * chown: fix a mistake in opt_complementary changeDenys Vlasenko2017-12-311-2/+2
| * randomconfig fixesDenys Vlasenko2017-12-314-10/+13
| * env: -u option fails due to typoRon Yorston2017-12-251-1/+1
* | env: fix typo in option stringRon Yorston2017-12-091-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-0318-93/+87
|\|
| * df: Use statvfs instead of non-standard statfsJames Clarke2017-10-301-3/+3
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0514-19/+16
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-055-67/+65
| * date: maybe_set_utc only onceDenys Vlasenko2017-10-051-4/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-09-274-9/+28
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-182-3/+2
| * stty: add cmspar, flusho, extproc attributesDenys Vlasenko2017-09-181-2/+20
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-4/+6
* | timeout: use new kill(2) to signal childRon Yorston2017-09-271-7/+6
* | dd: silence warning on 64-bit systemsRon Yorston2017-08-311-3/+3
* | win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2256-327/+299
|\|
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-3/+2
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-0833-125/+151
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-0815-160/+81
| * expr: make it NOEXECDenys Vlasenko2017-08-071-2/+5
| * df: make NOEXECDenys Vlasenko2017-08-071-1/+1