aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: use improved gethostbyname replacement from IPv6 codevda2007-02-041-2/+6
* ifconfig: use IPv6 infrastructurevda2007-02-041-1/+1
* mount: (try to) support cifs with IPv6vda2007-02-041-1/+4
* add x to IPv6 functions which can dievda2007-02-041-4/+4
* BB_EXECLP should call execlp, not execvpvda2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-4/+7
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSvda2007-02-031-0/+10
* preparatory patch for -Wwrite-strings #6vda2007-01-291-4/+4
* preparatory patch for -Wwrite-strings #2vda2007-01-291-0/+2
* preparatory patch for -Wwrite-strings #1vda2007-01-291-1/+1
* fix warning in find.cvda2007-01-271-1/+1
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!vda2007-01-261-1/+1
* fix "expr has no effect" warningvda2007-01-261-1/+1
* fix non-ipv6 compilevda2007-01-261-0/+3
* arping: stop using last gethostbyname2 in the treevda2007-01-251-2/+0
* clean up commented out old codevda2007-01-221-4/+2
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-221-4/+10
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-221-17/+22
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...aldot2007-01-221-1/+1
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-221-0/+6
* comment out unused old networking API partsvda2007-01-221-11/+11
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-221-8/+8
* Convert cmdedit into more generic line input facilityvda2007-01-221-0/+36
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...aldot2007-01-201-1/+1
* ls: use get_cached_username/groupnamevda2007-01-191-10/+12
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-1/+3
* - move the smallint that is platform dependant to it's proper placealdot2007-01-181-11/+0
* Use char for smallint on CRIS as well.pkj2007-01-181-1/+1
* smallint can be a char for amd64 toovda2007-01-181-1/+1
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdiovda2007-01-141-1/+1
* By popular request reinstate fakeidentd's standalone mode.vda2007-01-141-0/+2
* whitespace fixes (leading spaces to tab)vda2007-01-131-2/+2
* random small size optimizationsvda2007-01-121-1/+5
* next part of ipv6-ization. mostly netcat.vda2007-01-121-4/+9
* next part of ipv6-ization is here: wget & httpdvda2007-01-121-0/+1
* Trailing whitespace removal over entire treevda2007-01-111-1/+1
* ipv6-ization efforts continue. Few bugs are found,vda2007-01-111-11/+20
* a bit more IPv6-ization workvda2007-01-101-3/+20
* Improve generic ipv4+ipv6 support in libbb.vda2007-01-101-11/+10
* add arp applet - thanks tovda2007-01-071-0/+37
* new libbb func: xmalloc_realpath (+ use it where makes sense)vda2007-01-041-0/+1
* convert calloc to xzallocvda2007-01-031-0/+1
* introduce small[u]intvda2007-01-031-0/+12
* fix for uclibc-without-shadow.h compilationvda2006-12-301-8/+12
* fix build without shadow supportvda2006-12-281-2/+0
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-8/+10
* merge post-1.3.0 fixesvda2006-12-261-0/+2
* properly export externs thru *.h filesvda2006-12-261-2/+9
* leftover of e2fsck surgeryvda2006-12-261-0/+1
* missing piece of prev commit: ndelay_offvda2006-12-241-0/+1