Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) | Denis Vlasenko | 2007-03-21 | 1 | -11/+28 |
| | |||||
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 6 | -26/+26 |
| | |||||
* | ls: fix segfault-if-standalone-shell, add big fat comment. | Denis Vlasenko | 2007-03-19 | 1 | -2/+3 |
| | |||||
* | chown, env: stop using statics | Denis Vlasenko | 2007-03-14 | 2 | -14/+14 |
| | |||||
* | missed hunk of "stop using big static buffer for inode hash" | Denis Vlasenko | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 3 | -11/+3 |
| | | | | | (patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :( | ||||
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 2 | -2/+3 |
| | | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp> | ||||
* | fix buglets found by randomconfig run | Denis Vlasenko | 2007-03-11 | 2 | -3/+4 |
| | |||||
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 8 | -39/+310 |
| | |||||
* | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | 2007-03-09 | 1 | -113/+104 |
| | | | | so that we have no forward declarations | ||||
* | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko | 2007-03-09 | 2 | -78/+80 |
| | | | | microscopic code improvements. | ||||
* | chown: fix comment, fix verbose message | Denis Vlasenko | 2007-03-08 | 1 | -16/+15 |
| | |||||
* | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | 2007-03-08 | 3 | -28/+109 |
| | | | | | chmod: cosmetic fixes expr: smallish help for dumb compilers | ||||
* | diff: make -U0 work | Denis Vlasenko | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 |
| | |||||
* | who: stop using static buffer, small size optimizations | Denis Vlasenko | 2007-03-07 | 1 | -17/+25 |
| | |||||
* | ls: w/o -l follow symlinks to dirs for commandline args | Denis Vlasenko | 2007-02-28 | 1 | -8/+10 |
| | |||||
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -19/+1 |
| | |||||
* | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | 2007-02-17 | 2 | -5/+11 |
| | |||||
* | diff: fix access past end of array | Denis Vlasenko | 2007-02-11 | 1 | -36/+13 |
| | |||||
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 3 | -4/+5 |
| | | | | libbb: rename xgetcwd and xreadlink | ||||
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 5 | -5/+5 |
| | |||||
* | - fix buglet introduced in r17351 in find_param(). Closes #1193 | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -4/+5 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 72 | -2/+73 |
| | | | | no preceding prototype | ||||
* | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | Bernhard Reutner-Fischer | 2007-02-03 | 1 | -2/+2 |
| | |||||
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 11 | -25/+25 |
| | |||||
* | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | 2007-01-27 | 1 | -13/+19 |
| | |||||
* | - sum -r TODO should not print the filename as oposed to -s | Bernhard Reutner-Fischer | 2007-01-27 | 1 | -16/+21 |
| | | | | Unfortunately, without rewriting sum, this bugfix adds 19 (!) bytes. | ||||
* | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko | 2007-01-26 | 1 | -3/+3 |
| | | | | chmod: better name for a variable | ||||
* | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -11/+11 |
| | |||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -4/+2 |
| | |||||
* | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -6/+4 |
| | |||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | - reuse retval for the option handling. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -5/+5 |
| | | | | - TODO add tee, readahead and splice support to uClibc and use it in busybox! | ||||
* | - small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 |
| | |||||
* | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -9/+8 |
| | |||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 |
| | |||||
* | ls: stop doing time() for each file in "ls -l" | Denis Vlasenko | 2007-01-19 | 1 | -1/+14 |
| | | | | | ls: use fully-buffered stdout (can it be problematic on VERY slow/hanging NFS mounts?) | ||||
* | ls: use get_cached_username/groupname | Denis Vlasenko | 2007-01-19 | 1 | -9/+5 |
| | |||||
* | - reinstate paranoia check in wrapf(). | Bernhard Reutner-Fischer | 2007-01-18 | 1 | -2/+3 |
| | |||||
* | stop using global variable needlessly | Denis Vlasenko | 2007-01-18 | 1 | -28/+30 |
| | |||||
* | - remove superfluous define that expanded to "!strcmp" | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -22/+3 |
| | | | | - remove some dead code | ||||
* | - reuse return code of vsnprintf to avoid pulling in strlen | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -3/+3 |
| | |||||
* | - merge display_changed() and display_all() | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -69/+22 |
| | | | | This one is a bit risky but did work for me in cursory testing.. | ||||
* | - peruse get_terminal_width_height and remove legacy code for ancient | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -69/+10 |
| | | | | slowaris versions. | ||||
* | - rewrite find_param to use index_in_str_array | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -1/+21 |
| | |||||
* | - manually inline tty_value_to_baud and remove string_to_baud_or_die | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -10/+5 |
| | | | | (cleanup) | ||||
* | - constify some read-only members and remove superfluous casts | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -12/+11 |
| | | | | (cleanup) | ||||
* | - reuse option_mask32 for state-handling in main | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -36/+33 |
| | | | | - improve check for errors from fcntl | ||||
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 2 | -2/+2 |
| |