Age | Commit message (Expand) | Author |
2007-03-26 | libbb: rework NOMMU helper API so that it makes more sense | Denis Vlasenko |
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko |
2007-03-24 | #ifdef out re_execed on MMU machines | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-18 | include <stddef.h> so that ptrdiff_t is again available | Denis Vlasenko |
2007-03-17 | punt useless header as pointed out by src.obsolete.headers | Mike Frysinger |
2007-03-15 | gzip: Improve ptr_to_globals trick, allowing gcc | Denis Vlasenko |
2007-03-15 | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko |
2007-03-15 | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko |
2007-03-14 | arp, networking/interface.c: eliminate statics | Denis Vlasenko |
2007-03-14 | stop using big static buffer for inode hash | Denis Vlasenko |
2007-03-14 | gzip: bbunzip integration fixes | Denis Vlasenko |
2007-03-12 | introduce and use setfscreatecon_or_die | Denis Vlasenko |
2007-03-11 | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-03-09 | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko |
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | 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-17 | init: code readability enhancements; very small code changes | Denis Vlasenko |
2007-02-17 | klogd: code de-obfuscation with small code size reduction | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-02-09 | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko |
2007-02-08 | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | Mike Frysinger |
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko |
2007-02-07 | fix #ifdef ENABLE_xxx -> #if | Denis Vlasenko |
2007-02-06 | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | Denis Vlasenko |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko |
2007-02-04 | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko |
2007-02-04 | ifconfig: use IPv6 infrastructure | Denis Vlasenko |
2007-02-04 | mount: (try to) support cifs with IPv6 | Denis Vlasenko |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko |
2007-02-04 | BB_EXECLP should call execlp, not execvp | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-02-03 | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2007-01-27 | fix warning in find.c | Denis Vlasenko |
2007-01-26 | fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! | Denis Vlasenko |
2007-01-26 | fix "expr has no effect" warning | Denis Vlasenko |
2007-01-26 | fix non-ipv6 compile | Denis Vlasenko |
2007-01-25 | arping: stop using last gethostbyname2 in the tree | Denis Vlasenko |
2007-01-22 | clean up commented out old code | Denis Vlasenko |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko |
2007-01-22 | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko |
2007-01-22 | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co... | Bernhard Reutner-Fischer |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko |