aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-3/+0
* Merge branch 'busybox' into mergeRon Yorston2014-03-114-12/+169
|\
| * shuf: trim help textDenys Vlasenko2014-03-071-4/+4
| * shuf: do not use strings for -i RANGE caseDenys Vlasenko2014-03-071-3/+5
| * shuf: improve help textBartosz Golaszewski2014-03-071-3/+3
| * shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski2014-03-071-1/+2
| * shuf: new appletDenys Vlasenko2014-03-051-0/+150
| * ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko2014-02-271-1/+1
| * catv: suppress compiler warningDenys Vlasenko2014-02-031-7/+9
| * uname: fix up usage documentationMike Frysinger2014-01-311-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-01-211-3/+7
|\|
| * sort: check global flags on fallback sortBartosz Golaszewski2014-01-191-2/+6
| * sort.c: remove a magic number from compare_keys()Bartosz Golaszewski2014-01-191-1/+1
* | date: add dummy stimeRon Yorston2014-01-191-5/+0
* | date: emulate %e formatRon Yorston2014-01-191-8/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-133-6/+6
|\|
| * tail: adjust help/usage textsCristian Ionescu-Idbohrn2014-01-102-5/+5
| * chown: fix help textDenys Vlasenko2014-01-091-1/+1
* | Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston2014-01-073-15/+1
* | Remove feature that allows stat -f to be disabledRon Yorston2014-01-062-26/+4
* | Use the preprocessor to fake st_blocksRon Yorston2014-01-053-17/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-025-18/+45
|\|
| * expand: use printable_string instead of hard-coding implementationMichael Tokarev2013-12-161-10/+3
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-292-3/+3
| * tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-161-1/+4
| * touch: add conditional support for -hDenys Vlasenko2013-09-111-4/+35
* | Merge branch 'busybox' into mergeRon Yorston2013-08-2710-174/+167
|\|
| * dd: code shrinkDenys Vlasenko2013-08-201-3/+4
| * dd: code shrinkDenys Vlasenko2013-08-201-2/+2
| * dd: code shrinkDenys Vlasenko2013-08-201-5/+6
| * dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko2013-08-201-4/+1
| * dd: code shrinkDenys Vlasenko2013-08-201-12/+24
| * dd: fail if swab is attempted on odd-sized blockDenys Vlasenko2013-08-201-10/+21
| * dd: fix example in a comment. No code changes.Denys Vlasenko2013-08-191-1/+1
| * dd: support conv=swabDenys Vlasenko2013-08-191-6/+23
| * dd: do not reuse local variables for unrelated values.Denys Vlasenko2013-08-191-6/+8
| * Whitespace fixesDenys Vlasenko2013-07-301-1/+1
| * catv: code shrinkDenys Vlasenko2013-07-301-6/+9
| * Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-302-54/+23
| * Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-136-40/+11
| * tail: code shrinkDenys Vlasenko2013-07-081-16/+15
| * foo*sum: Correct syntax errorCristian Ionescu-Idbohrn2013-07-041-1/+1
| * tail: track file size only in -f modeDenys Vlasenko2013-07-021-11/+15
| * foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko2013-07-021-1/+3
| * stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko2013-05-171-1/+6
| * stty: code shrinkDenys Vlasenko2013-05-171-30/+29
* | Merge branch 'busybox' into mergeRon Yorston2013-04-031-1/+1
|\|
| * libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-1/+1
* | Provide fake fchmod implementationRon Yorston2013-03-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-03-198-45/+166
|\|