aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-1/+6
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+5
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-0/+8
* build system: add "release" targetvda2006-12-121-10/+11
* passwd: made smaller by ~130 bytes. size can go negativevda2006-12-011-1/+1
* fix support for globally disabling --long-options.vda2006-11-291-1/+3
* Provide our own isdigit macro. saves more than 400 bytes.vda2006-11-271-1/+5
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-22/+11
* Closing bug 730. libbb run_parts is using scandir (a GNUism),vda2006-11-261-1/+0
* tee: fix bug: argv[-1] is a no-no!vda2006-11-251-1/+1
* small improvements in str -> num convertorsvda2006-11-251-6/+0
* regularize str -> num convertorsvda2006-11-251-34/+1
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-0/+1
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itvda2006-11-241-0/+6