aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * do not use `a' quoting style in commentsDenys Vlasenko2017-08-025-6/+6
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-024-4/+4
* | timeout: provide a basic implementation for WIN32Ron Yorston2017-08-221-0/+35
* | Merge branch 'busybox' into mergeRon Yorston2017-08-021-9/+39
|\|
| * test: fix 4-argument caseDenys Vlasenko2017-07-311-9/+39
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-1/+1
|\|
| * tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-2483-345/+345
|\|
| * basename: do not use argcDenys Vlasenko2017-07-211-5/+4
| * config: deindent all help textsDenys Vlasenko2017-07-2182-245/+245
| * Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
| * od_bloaty: fix floating point outputRon Yorston2017-07-191-1/+2
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1879-89/+89
| * Tweaks from mass recompile for 1.27.1 releaseDenys Vlasenko2017-07-181-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2017-07-188-159/+183
|\|
| * printf: fix format string sanity checkRon Yorston2017-07-181-2/+2
| * arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko2017-07-161-69/+96
| * uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko2017-07-141-3/+9
| * dd: fix status=none. Closes 10066Denys Vlasenko2017-07-141-4/+3
| * cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko2017-07-142-35/+29
| * cat: allow compiling out -n and -bKang-Che Sung2017-07-141-21/+38
| * shuf: fix random line selection. Closes 9971Denys Vlasenko2017-07-091-1/+1