aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up accumulated whitespace damagevda2007-03-074-6/+6
* ifupdown: code to deconstruct the state_list gracefullyvda2007-03-061-8/+27
* ping: don't measure times if ping payload is less than 8 bytes;vda2007-03-032-12/+8
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* init: code readability enhancements; very small code changesvda2007-02-171-10/+5
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputvda2007-02-131-2/+0
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-115-6/+6
* ping: support -I addr in family neutral manner; reuse a bit of common codevda2007-02-091-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier2007-02-081-11/+5
* tftp: fix IPv6 falloutvda2007-02-071-1/+1
* fix #ifdef ENABLE_xxx -> #ifvda2007-02-071-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+15
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-0/+10
* - indentaldot2007-02-041-9/+20
* udhcp: use improved gethostbyname replacement from IPv6 codevda2007-02-041-0/+5
* mount: (try to) support cifs with IPv6vda2007-02-041-1/+7
* add x to IPv6 functions which can dievda2007-02-041-20/+21
* suppress warnings about easch <applet>_main() havingvda2007-02-031-2/+2
* lineedit: add missing #if/#endifvda2007-02-031-0/+2
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSvda2007-02-031-5/+1
* preparatory patch for -Wwrite-strings #4vda2007-01-291-4/+4
* preparatory patch for -Wwrite-strings #2vda2007-01-293-4/+4
* preparatory patch for -Wwrite-strings #1vda2007-01-291-1/+1
* use bb_sanitize_stdio() where appropriatevda2007-01-271-1/+1
* fix warning in find.cvda2007-01-271-1/+1
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!vda2007-01-261-2/+2
* bb_parse_mode: do not do umask() needlessly.vda2007-01-261-34/+18
* Unify ping and ping6. ping has -4 and -6 which forcevda2007-01-241-0/+2
* accumulated post-1.4.0 fixesvda2007-01-243-8/+5
* fix warning from needlessly-global functionsvda2007-01-224-2/+9
* remove empty source filesvda2007-01-221-1/+0
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-223-27/+24
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-221-2/+22
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...aldot2007-01-221-2/+2
* - sed -i -e "/\$Id:/d;"aldot2007-01-221-1/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-224-31/+32
* exterminate u_intXXX.vda2007-01-221-2/+2
* comment out unused old networking API partsvda2007-01-221-8/+16
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-0/+1798
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-222-0/+60
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-211-2/+5
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...aldot2007-01-201-1/+1
* strdup -> xstrdupvda2007-01-191-1/+1
* ls: use get_cached_username/groupnamevda2007-01-191-3/+3
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-192-4/+12
* sed,get_line_from_file: improve commentsvda2007-01-171-2/+3
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdiovda2007-01-141-1/+1
* By popular request reinstate fakeidentd's standalone mode.vda2007-01-141-0/+24
* small fixes to ipv6 infrastructurevda2007-01-131-0/+2
* random small size optimizationsvda2007-01-123-1/+15