aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-041-26/+7
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-184-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-05-2916-528/+1070
|\|
| * ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot2017-05-261-6/+8
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
| * factor: fix stray semicolonDenys Vlasenko2017-04-171-1/+1
| * factor: support "no-argvs" usageDenys Vlasenko2017-04-141-17/+39
| * factor: improve comments for sieving logic... also fix a typoDenys Vlasenko2017-04-131-2/+2
| * factor: improve comments for sieving logicDenys Vlasenko2017-04-131-2/+6
| * factor: tweak commentsDenys Vlasenko2017-04-131-1/+3