Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-02-03 | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | Bernhard Reutner-Fischer |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko |
2007-01-27 | - sum -r TODO should not print the filename as oposed to -s | Bernhard Reutner-Fischer |
2007-01-26 | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko |
2007-01-24 | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer |
2007-01-20 | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer |
2007-01-20 | - reuse retval for the option handling. | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweaks | Bernhard Reutner-Fischer |
2007-01-20 | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer |
2007-01-20 | - small size tweak | Bernhard Reutner-Fischer |
2007-01-19 | ls: stop doing time() for each file in "ls -l" | Denis Vlasenko |
2007-01-19 | ls: use get_cached_username/groupname | Denis Vlasenko |
2007-01-18 | - reinstate paranoia check in wrapf(). | Bernhard Reutner-Fischer |
2007-01-18 | stop using global variable needlessly | Denis Vlasenko |
2007-01-17 | - remove superfluous define that expanded to "!strcmp" | Bernhard Reutner-Fischer |
2007-01-17 | - reuse return code of vsnprintf to avoid pulling in strlen | Bernhard Reutner-Fischer |
2007-01-17 | - merge display_changed() and display_all() | Bernhard Reutner-Fischer |
2007-01-17 | - peruse get_terminal_width_height and remove legacy code for ancient | Bernhard Reutner-Fischer |
2007-01-17 | - rewrite find_param to use index_in_str_array | Bernhard Reutner-Fischer |
2007-01-17 | - manually inline tty_value_to_baud and remove string_to_baud_or_die | Bernhard Reutner-Fischer |
2007-01-17 | - constify some read-only members and remove superfluous casts | Bernhard Reutner-Fischer |
2007-01-17 | - reuse option_mask32 for state-handling in main | Bernhard Reutner-Fischer |
2007-01-13 | whitespace fixes (leading spaces to tab) | Denis Vlasenko |
2007-01-12 | random small size optimizations | Denis Vlasenko |
2007-01-12 | stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - | Denis Vlasenko |
2007-01-12 | stty: rearrange functions, avoiding the need in forward declarations. | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2007-01-07 | - FIXME: someone broke diff -r | Bernhard Reutner-Fischer |
2007-01-07 | work around gcc's false warning | Denis Vlasenko |
2007-01-07 | diff: small optimizations; do not try to diff non-seekable stream | Denis Vlasenko |
2007-01-06 | - minor shrinkage: -25 bytes or so. | Bernhard Reutner-Fischer |
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko |
2007-01-03 | chown: fix handling of "user.group" notation | Denis Vlasenko |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko |
2007-01-02 | str2u() is only used when FEATURE_SORT_BIG is enabled | Mike Frysinger |
2007-01-01 | awk: undo locale setting for numbers - or else parsing | Denis Vlasenko |
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-31 | Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w... | Mike Frysinger |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko |
2006-12-28 | fix build without shadow support | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko |
2006-12-22 | tail: -50 text bytes | Denis Vlasenko |
2006-12-22 | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko |