| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix inadvertently leaked PWD_BUFFER_SIZE | vda | 2007-03-18 | 1 | -1/+1 |
* | gzip: Improve ptr_to_globals trick, allowing gcc | vda | 2007-03-15 | 1 | -1/+2 |
* | copy_file: comment out one condition which is always false. | vda | 2007-03-15 | 1 | -28/+50 |
* | fix TODO: getopt32 should reset optind to 1 itself | vda | 2007-03-15 | 1 | -2/+6 |
* | modify ptr_to_globals trick so that we do not violate | vda | 2007-03-15 | 1 | -1/+2 |
* | swapon: reinstate hole check but reduce it to warning | vda | 2007-03-14 | 1 | -1/+0 |
* | stop using big static buffer for inode hash | vda | 2007-03-14 | 2 | -42/+44 |
* | stop using (yet another) static buffer | vda | 2007-03-14 | 1 | -3/+1 |
* | gzip: reduce global data footprint, part 3 | vda | 2007-03-14 | 1 | -1/+1 |
* | gzip: reduce global data footprint, part 2 | vda | 2007-03-14 | 1 | -0/+2 |
* | Do not fail password check if shadow password does not exist - | vda | 2007-03-13 | 2 | -16/+24 |
* | introduce and use setfscreatecon_or_die | vda | 2007-03-12 | 2 | -1/+11 |
* | next portion of selinux updates: chcon, runcon. From | vda | 2007-03-11 | 2 | -0/+31 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | vda | 2007-03-10 | 1 | -0/+40 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 4 | -6/+6 |
* | ifupdown: code to deconstruct the state_list gracefully | vda | 2007-03-06 | 1 | -8/+27 |
* | ping: don't measure times if ping payload is less than 8 bytes; | vda | 2007-03-03 | 2 | -12/+8 |
* | sort: fix multiple -k (was ignoring all except last) | vda | 2007-02-17 | 1 | -1/+1 |
* | init: code readability enhancements; very small code changes | vda | 2007-02-17 | 1 | -10/+5 |
* | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | vda | 2007-02-13 | 1 | -2/+0 |
* | syslogd: fix "readpath bug" by using readlink instead | vda | 2007-02-11 | 5 | -6/+6 |
* | ping: support -I addr in family neutral manner; reuse a bit of common code | vda | 2007-02-09 | 1 | -1/+1 |
* | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | vapier | 2007-02-08 | 1 | -11/+5 |
* | tftp: fix IPv6 fallout | vda | 2007-02-07 | 1 | -1/+1 |
* | fix #ifdef ENABLE_xxx -> #if | vda | 2007-02-07 | 1 | -1/+1 |
* | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-06 | 1 | -0/+15 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -0/+10 |
* | - indent | aldot | 2007-02-04 | 1 | -9/+20 |
* | udhcp: use improved gethostbyname replacement from IPv6 code | vda | 2007-02-04 | 1 | -0/+5 |
* | mount: (try to) support cifs with IPv6 | vda | 2007-02-04 | 1 | -1/+7 |
* | add x to IPv6 functions which can die | vda | 2007-02-04 | 1 | -20/+21 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -2/+2 |
* | lineedit: add missing #if/#endif | vda | 2007-02-03 | 1 | -0/+2 |
* | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | vda | 2007-02-03 | 1 | -5/+1 |
* | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 1 | -4/+4 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 3 | -4/+4 |
* | preparatory patch for -Wwrite-strings #1 | vda | 2007-01-29 | 1 | -1/+1 |
* | use bb_sanitize_stdio() where appropriate | vda | 2007-01-27 | 1 | -1/+1 |
* | fix warning in find.c | vda | 2007-01-27 | 1 | -1/+1 |
* | fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! | vda | 2007-01-26 | 1 | -2/+2 |
* | bb_parse_mode: do not do umask() needlessly. | vda | 2007-01-26 | 1 | -34/+18 |
* | Unify ping and ping6. ping has -4 and -6 which force | vda | 2007-01-24 | 1 | -0/+2 |
* | accumulated post-1.4.0 fixes | vda | 2007-01-24 | 3 | -8/+5 |
* | fix warning from needlessly-global functions | vda | 2007-01-22 | 4 | -2/+9 |
* | remove empty source files | vda | 2007-01-22 | 1 | -1/+0 |
* | ping6: stop using xgethostbyname2, remove it from libbb. | vda | 2007-01-22 | 3 | -27/+24 |
* | nslookup: full circle. Here we started IPv6 work. Use "new API" | vda | 2007-01-22 | 1 | -2/+22 |
* | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co... | aldot | 2007-01-22 | 1 | -2/+2 |
* | - sed -i -e "/\$Id:/d;" | aldot | 2007-01-22 | 1 | -1/+0 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | vda | 2007-01-22 | 4 | -31/+32 |