Update depmod & modprobe upstream help text in comments
[oweals/busybox.git] / coreutils /
2017-03-24 Denys Vlasenkowhitespace fix
2017-03-23 Denys Vlasenkopaste: delimiter list use should restart for each new...
2017-03-23 Denys Vlasenkotypo fix
2017-03-23 Maxime Costepaste: new applet
2017-03-16 Rostislav Skudnovdd: call fsync() only once before exiting if conv=fsync...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-25 Denys Vlasenkolink: new applet
2017-01-25 Denys Vlasenkoftpd/ls: show directories first
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-23 Denys Vlasenkols: convert DISP_DIRNAME to a bool variable
2017-01-23 Denys Vlasenkols: get rid of opt_flags[], handle -l1c through option_...
2017-01-23 Denys Vlasenkols: handle -x through option_mask32, remove default...
2017-01-23 Denys Vlasenkols: handle -d and -R through option_mask32
2017-01-23 Denys Vlasenkols: handle -p and -F through option_mask32
2017-01-23 Denys Vlasenkols: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same...
2017-01-23 Denys Vlasenkols: make -Z output compatible with GNU coreutils 8.25
2017-01-23 Denys Vlasenkols: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the...
2017-01-23 Denys Vlasenkols: handle -s through option_mask32
2017-01-23 Denys Vlasenkols: handle -i through option_mask32
2017-01-23 Denys Vlasenkols: handle -a and -A through option_mask32
2017-01-23 Denys Vlasenkols: handle all sort options through option_mask32
2017-01-22 Denys Vlasenkols: -1 should be ignored by -l (and options which imply -l)
2017-01-22 Denys Vlasenkols: more correct handling of -c, -u
2017-01-22 Denys Vlasenkols: replace -e with --full-time, add --group-directorie...
2017-01-21 Denys Vlasenkomake --help texts more uniform
2017-01-11 Denys VlasenkoMove FEATURE_AUTOWIDTH config option to two applets...
2017-01-10 Denys Vlasenkoshells: make hush test optional, rename ASH_BUILTIN_foo...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Denys Vlasenkohush: make echo builtin optional
2017-01-08 Denys Vlasenkohush: kill builtin and kill %jobspec support
2016-12-23 Denys VlasenkoMake it possible to select "sh" and "bash" aliases...
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2016-12-03 Denys Vlasenkoinstall: fix musl problem with dirname
2016-11-23 Denys Vlasenkotest: make [ and [[ forms individually selectable
2016-11-23 Denys VlasenkoRemove remnants of disabled "length" applet
2016-11-23 Denys VlasenkoMake dos2unix/unix2dos independently selectable
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-10-02 Denys Vlasenkotest: fix compile error in last commit
2016-10-01 Denys Vlasenkotest: memory leak: free group id list
2016-09-17 Denys Vlasenkofix "aloc" -> "alloc" typos
2016-08-29 Denys Vlasenkosha3sum: fix config text (it's no longer only 512-bit)
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-07-19 Denys Vlasenkotypo fixes
2016-07-11 Denys Vlasenko{md5,shaN}sum: make -c EMPTY fail
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-24 Natanael Copadf: use f_frsize instead of f_bsize for correct sizes
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-02 Denys Vlasenkosort: "-o FILE", not "-o", is the syntax
2016-04-02 Denys Vlasenkosort: help text does not need to say that -mST are...
2016-03-06 Denys Vlasenkols: fix columnar output. Closes 8731
2016-02-01 Rafał Miłeckidd: support iflag=skip_bytes
2016-01-31 Ron Yorstonprintf: short-circuit output when argument to %b includ...
2016-01-17 Denys Vlasenkodos2unix: try to preserve ownership. closes 8311
2016-01-13 Mike Frysingertruncate: use O_WRONLY|O_NONBLOCK
2016-01-13 Ari Sundholmtruncate: always set mode when opening file to avoid...
2015-10-30 Denys Vlasenkostat: make -f optional. This allows to build stat for...
2015-10-26 Richard Genoudtr: support octal ranges
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-19 Denys Vlasenkosort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"
2015-10-19 Denys Vlasenkosort: code shrink
2015-10-19 Denys Vlasenkoremove extra debug printout
2015-10-19 Denys Vlasenkosort: fix key with delimiters breakage
2015-10-19 Denys Vlasenkolibbb: make parse_chown_usergroup_or_die() set unspecif...
2015-10-19 Denys Vlasenkood: get rid of (almost all) statics
2015-10-16 Aaro Koskinencpio: implement -R/--owner
2015-10-15 Denys Vlasenkodu: extra compat: with -k and -m, round sizes up
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-10-05 Denys Vlasenkouudecode: tolerate text input with CR+LF line ends
2015-09-19 Denys Vlasenkosort: fix -kN,M handling (was including last separator...
2015-08-03 Ron Yorstonuname: make OS name configurable
2015-07-31 Mike Frysingerecho: make escape sequences depend on fancy mode
2015-07-21 Denys Vlasenkosync: add support for -d -f FILE
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-06-07 Maninder Singhfix whitespaces
2015-06-07 Junling Zhengchown: fix help text
2015-05-25 Ari Sundholmtruncate: do not die when a file doesn't exist and...
2015-05-25 Maninder Singhtypo fixes
2015-04-21 Denys Vlasenkospecial-case {true,false,test} --help
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-03-22 Denys Vlasenkotruncate: new applet
2015-03-22 Ari Sundholmdd: move suffix struct to xatonum.c
2015-03-12 Ron Yorstonod: fix printing of high-bit chars
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-23 Denys Vlasenkols: heed compiler warning
2015-02-18 Denys Vlasenkols: trivial code shrink
2015-02-16 Denys Vlasenkols: fix year 9999 bug :)
2015-02-07 Ari Sundholmdd: add optional support for status=noxfer/none
2015-01-24 Denys Vlasenkotrim extra newlines in help texts
2014-09-24 Denys Vlasenkoinstall: fix help text
2014-09-24 Aaro Koskineninstall: implement -t DIR
2014-09-20 Ari Sundholmdf: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
2014-09-17 Ari Sundholmdf: implement -T option
2014-07-01 Denys Vlasenkotest: fix mishandling of "test '(' = '('" and similar
next