aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * free,stat: make NOEXECDenys Vlasenko2017-08-071-1/+1
| * users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-4/+4
| * sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-063-0/+3
| * stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko2017-08-061-4/+6
| * stty: make in NOEXECDenys Vlasenko2017-08-041-1/+1
| * make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-043-3/+4
| * mktemp: make it NOEXECDenys Vlasenko2017-08-041-1/+1
| * new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-033-12/+19
| * config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko2017-08-031-1/+1
| * new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-034-6/+6
| * NOFORK fixesDenys Vlasenko2017-08-024-5/+15