aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-08-07users,w,who,uptime,renice: make NOEXECDenys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-08-06stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko
2017-08-04stty: make in NOEXECDenys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-04mktemp: make it NOEXECDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-03config: FEDORA_COMPAT option (so far only tweaks uname)Denys Vlasenko
2017-08-03new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko
2017-08-02NOFORK fixesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-31test: fix 4-argument caseDenys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-21basename: do not use argcDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-19od_bloaty: fix floating point outputRon Yorston
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-18Tweaks from mass recompile for 1.27.1 releaseDenys Vlasenko
2017-07-18printf: fix format string sanity checkRon Yorston
2017-07-16arch: new applet (same as unmae -m). ~30 bytes.Denys Vlasenko
2017-07-14uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko
2017-07-14dd: fix status=none. Closes 10066Denys Vlasenko
2017-07-14cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko
2017-07-14cat: allow compiling out -n and -bKang-Che Sung
2017-07-09shuf: fix random line selection. Closes 9971Denys Vlasenko
2017-07-04libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko
2017-05-26ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-17factor: fix stray semicolonDenys Vlasenko
2017-04-14factor: support "no-argvs" usageDenys Vlasenko
2017-04-13factor: improve comments for sieving logic... also fix a typoDenys Vlasenko
2017-04-13factor: improve comments for sieving logicDenys Vlasenko
2017-04-13factor: tweak commentsDenys Vlasenko
2017-04-12catv: convert this bbox-specific applet into "cat -v"Denys Vlasenko
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-04-12Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko
2017-04-11w: new applet, alias to "who -H"Denys Vlasenko
2017-04-11factor: remove debug codeDenys Vlasenko
2017-04-11libbb: move isqrt from factor, use it in diff tooDenys Vlasenko
2017-04-11factor: much faster, and very slightly larger isqrt()Denys Vlasenko
2017-04-10factor: don't be too clever in isqrt - be small insteadDenys Vlasenko
2017-04-10factor: add code to test isqrt() correctnessDenys Vlasenko
2017-04-10factor: 25% faster sievingDenys Vlasenko
2017-04-10factor: better comments, slightl more clever conversion even->oddDenys Vlasenko
2017-04-10factor: fix HALF_FMT usageDenys Vlasenko
2017-04-10factor: fix commentsDenys Vlasenko