Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-11 | fix buglets found by randomconfig run | Denis Vlasenko | |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | |
2007-03-09 | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | |
so that we have no forward declarations | |||
2007-03-09 | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko | |
microscopic code improvements. | |||
2007-03-08 | chown: fix comment, fix verbose message | Denis Vlasenko | |
2007-03-08 | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | |
chmod: cosmetic fixes expr: smallish help for dumb compilers | |||
2007-03-07 | diff: make -U0 work | Denis Vlasenko | |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko | |
2007-03-07 | who: stop using static buffer, small size optimizations | Denis Vlasenko | |
2007-02-28 | ls: w/o -l follow symlinks to dirs for commandline args | Denis Vlasenko | |
2007-02-26 | start_stop_daemon: add -chuid support | Denis Vlasenko | |
2007-02-17 | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | |
2007-02-11 | diff: fix access past end of array | Denis Vlasenko | |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | |
libbb: rename xgetcwd and xreadlink | |||
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | |
2007-02-04 | - fix buglet introduced in r17351 in find_param(). Closes #1193 | Bernhard Reutner-Fischer | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
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 | |
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 |