Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Unfortunately, without rewriting sum, this bugfix adds 19 (!) bytes. | |||
2007-01-26 | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko | |
chmod: better name for a variable | |||
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 | |
- TODO add tee, readahead and splice support to uClibc and use it in busybox! | |||
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 | |
ls: use fully-buffered stdout (can it be problematic on VERY slow/hanging NFS mounts?) | |||
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 | |
- remove some dead code | |||
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 | |
This one is a bit risky but did work for me in cursory testing.. | |||
2007-01-17 | - peruse get_terminal_width_height and remove legacy code for ancient | Bernhard Reutner-Fischer | |
slowaris versions. | |||
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 | |
(cleanup) | |||
2007-01-17 | - constify some read-only members and remove superfluous casts | Bernhard Reutner-Fischer | |
(cleanup) | |||
2007-01-17 | - reuse option_mask32 for state-handling in main | Bernhard Reutner-Fischer | |
- improve check for errors from fcntl | |||
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 | |
stty -echo didn't work. Introduced by me :( | |||
2007-01-12 | stty: rearrange functions, avoiding the need in forward declarations. | Denis Vlasenko | |
No other code chages. | |||
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2007-01-07 | - FIXME: someone broke diff -r | Bernhard Reutner-Fischer | |
- minor shrinkage i had lying around text data bss dec hex filename 7002 8 88 7098 1bba diff.o.orig 6936 8 81 7025 1b71 diff.o | |||
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 | |
(currently we don't support that) sort: fixes. testsuites fixed: sort with non-default leading delim 1 sort with non-default leading delim 2 sort key doesn't strip leading blanks, disables fallback global sort | |||
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 | |
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||
2007-01-03 | chown: fix handling of "user.group" notation | Denis Vlasenko | |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | |
(and networking/libiproute/linux/ since it become empty). Style fixes. | |||
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 | |
can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT) | |||
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko | |
sort: fix -u to match coreutils 6.3 msh: compile fix (my fault) | |||
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 ↵ | Mike Frysinger | |
with size_t types | |||
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-28 | fix build without shadow support | Denis Vlasenko | |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | |
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | |||
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | |
find: one_char -> LONE_CHAR | |||
2006-12-22 | tail: -50 text bytes | Denis Vlasenko | |
2006-12-22 | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | |
2006-12-22 | removal of commented-out cruft | Denis Vlasenko | |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | |
(we have bb_copyfd_exact_size now for that kind of usage) | |||
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko | |
user interaction if stdout is not a tty. size optimizations |