aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2017-12-31randomconfig fixesDenys Vlasenko
2017-12-25env: -u option fails due to typoRon Yorston
2017-10-30df: Use statvfs instead of non-standard statfsJames Clarke
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05date: maybe_set_utc only onceDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-18stty: add cmspar, flusho, extproc attributesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07expr: make it NOEXECDenys Vlasenko
2017-08-07df: make NOEXECDenys Vlasenko
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