libbb: new function bb_getgroups() - allocating wrapper around getgroups()
[oweals/busybox.git] / coreutils /
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-05-26 Laurent Bercotls: fix support for long options when FEATURE_LS_COLOR...
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-17 Denys Vlasenkofactor: fix stray semicolon
2017-04-14 Denys Vlasenkofactor: support "no-argvs" usage
2017-04-13 Denys Vlasenkofactor: improve comments for sieving logic... also...
2017-04-13 Denys Vlasenkofactor: improve comments for sieving logic
2017-04-13 Denys Vlasenkofactor: tweak comments
2017-04-12 Denys Vlasenkocatv: convert this bbox-specific applet into "cat -v"
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-12 Denys VlasenkoSort more misplaced applets into coreutils or util...
2017-04-12 Denys VlasenkoSort some miscutils/ applets into coreutils or util...
2017-04-11 Denys Vlasenkow: new applet, alias to "who -H"
2017-04-11 Denys Vlasenkofactor: remove debug code
2017-04-11 Denys Vlasenkolibbb: move isqrt from factor, use it in diff too
2017-04-11 Denys Vlasenkofactor: much faster, and very slightly larger isqrt()
2017-04-10 Denys Vlasenkofactor: don't be too clever in isqrt - be small instead
2017-04-10 Denys Vlasenkofactor: add code to test isqrt() correctness
2017-04-10 Denys Vlasenkofactor: 25% faster sieving
2017-04-10 Denys Vlasenkofactor: better comments, slightl more clever conversion...
2017-04-10 Denys Vlasenkofactor: fix HALF_FMT usage
2017-04-09 Denys Vlasenkofactor: fix comments
2017-04-09 Denys Vlasenkofactor: a bit more simple isqrt
2017-04-09 Denys Vlasenkofactor: simpler isqrt
2017-04-09 Denys Vlasenkofactor: factor2 variable is unused now, drop it
2017-04-09 Denys Vlasenkofactor: expand comments
2017-04-09 Denys Vlasenkofactor: 30% faster code (estimate max possible factor...
2017-04-09 Denys Vlasenkonl: fix copyright message
2017-04-09 Denys Vlasenkofactor: new applet
2017-04-07 Denys Vlasenkonproc: new applet
2017-04-07 Denys Vlasenkoshred: smaller code
2017-04-07 Denys Vlasenkoshred: new applet
2017-04-05 Jody BruchonAdd help text for 'uniq -i'
2017-04-05 Denys Vlasenkonl: use CONFIG_NL, not CONFIG_UNIQ
2017-04-05 Denys Vlasenkonl: new applet; also implement cat -nb (similar functio...
2017-03-30 Jody Bruchonuniq: add -i option to ignore case
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"
next