hush: move testsuite files from hush-bugs to hush-parsing
[oweals/busybox.git] / coreutils /
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-19 Denis Vlasenkodd: NOEXEC fix
2007-04-19 Denis Vlasenkodd: fix skip= parse error (spotted by Dirk Clemens...
2007-04-19 Denis Vlasenkostty: fix option parsing bug (spotted by Sascha Hauer...
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-16 Bernhard Reutner... - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkostyle fixes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - use enum for the OPs as suggested by vda. No obj...
2007-04-10 Denis Vlasenkoecho: fix regression ("echo" with no arguments didn...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkocomm: eliminate statics
2007-04-05 Denis Vlasenkodiff: fix segfault on empty dirs (Peter Korsgaard ...
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-04-04 Bernhard Reutner... - minor shrinkage
2007-04-04 Bernhard Reutner... - remove bss users. Shrinkage while at it. See XXX...
2007-04-04 Bernhard Reutner... - remove some bss users.
2007-04-04 Bernhard Reutner... - remove superfluous bss user (flags) and manually...
2007-04-02 Bernhard Reutner... - use bb_error_msg
2007-04-02 Bernhard Reutner... - use xregcomp. Untested. vda, isn't there a regfree...
2007-04-02 Bernhard Reutner... - remove some unneeded forward declarations. No obj...
2007-04-02 Bernhard Reutner... - remove args from bss, minor misc shrinkage while...
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-03-31 Denis Vlasenkouniq: getopt32-ization. -38 bytes.
2007-03-30 Bernhard Reutner... - fix compilation if FEATURE_TR_CLASSES is off. Sorry...
2007-03-30 Bernhard Reutner... - debloat test. untested.
2007-03-30 Bernhard Reutner... - fix bug where we did not reject invalid classes like...
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Bernhard Reutner... - move additional fancy options not mandated by SUSv3...
2007-03-26 Denis Vlasenkodiff: fix SEGV (NULL deref) in diff -N
2007-03-26 Denis Vlasenkosplit: let me join bikeshed painting frenzy :)
2007-03-26 Bernhard Reutner... - check the suffix proper plus misc touch up
2007-03-26 Bernhard Reutner... - implement suffices as required by SUSv3
2007-03-26 Bernhard Reutner... - shrink a tiny bit (-8b)
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-21 Denis Vlasenkocmp: support 3rd and 4th arguments if DESKTOP=y (needed...
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-19 Denis Vlasenkols: fix segfault-if-standalone-shell, add big fat comment.
2007-03-14 Denis Vlasenkochown, env: stop using statics
2007-03-14 Denis Vlasenkomissed hunk of "stop using big static buffer for inode...
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-03-11 Denis Vlasenkofix buglets found by randomconfig run
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-03-09 Denis Vlasenkoprintf: allow hex/oct numbers; move functions around
2007-03-09 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-08 Denis Vlasenkochown: fix comment, fix verbose message
2007-03-08 Denis Vlasenkochown: support -H -L -P if ENABLE_DESKTOP
2007-03-07 Denis Vlasenkodiff: make -U0 work
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-07 Denis Vlasenkowho: stop using static buffer, small size optimizations
2007-02-28 Denis Vlasenkols: w/o -l follow symlinks to dirs for commandline...
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-11 Denis Vlasenkodiff: fix access past end of array
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Bernhard Reutner... - fix buglet introduced in r17351 in find_param()....
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Bernhard Reutner... - include busybox.h before looking at an eventual ...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-27 Bernhard Reutner... - sum -r TODO should not print the filename as oposed...
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-24 Bernhard Reutner... - remove nested function. Saves ~30 bytes.
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-20 Bernhard Reutner... - make pre SUSv3 option handling dependant on INCLUDE_SUSv2
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-20 Bernhard Reutner... - reuse retval for the option handling.
2007-01-20 Bernhard Reutner... - small size tweaks
2007-01-20 Bernhard Reutner... - make read_stduu() and read_base64() void, small size...
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-19 Denis Vlasenkols: stop doing time() for each file in "ls -l"
2007-01-19 Denis Vlasenkols: use get_cached_username/groupname
2007-01-18 Bernhard Reutner... - reinstate paranoia check in wrapf().
2007-01-18 Denis Vlasenkostop using global variable needlessly
2007-01-17 Bernhard Reutner... - remove superfluous define that expanded to "!strcmp"
2007-01-17 Bernhard Reutner... - reuse return code of vsnprintf to avoid pulling in...
2007-01-17 Bernhard Reutner... - merge display_changed() and display_all()
2007-01-17 Bernhard Reutner... - peruse get_terminal_width_height and remove legacy...
2007-01-17 Bernhard Reutner... - rewrite find_param to use index_in_str_array
2007-01-17 Bernhard Reutner... - manually inline tty_value_to_baud and remove string_t...
2007-01-17 Bernhard Reutner... - constify some read-only members and remove superfluou...
2007-01-17 Bernhard Reutner... - reuse option_mask32 for state-handling in main
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-12 Denis Vlasenkorandom small size optimizations
next