aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* header_verbose_list: stop truncating file size in listingvda2006-11-241-5/+6
* tar:vda2006-11-241-1/+0
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-0/+2
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-221-0/+12
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-0/+1
* bb_INET_default[] is really just a const "default",vda2006-11-211-0/+2
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda2006-11-211-2/+1
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-0/+2
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-1/+2
* smart_ulltoa5: make available in libbbvda2006-11-051-0/+1
* replace /proc scanning code by more versatile one.vda2006-11-051-12/+36
* top: improve CPU% calculationvda2006-11-051-2/+2
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+3
* PID should be stored in pid_t, not int or long.vda2006-11-011-4/+3
* ls: cleanup part 1vda2006-10-281-4/+4
* recursive_action: add depth paramvda2006-10-271-4/+4
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-268/+250
* Fix minor breakage in previous commitvda2006-10-261-2/+2
* rename functions to more understandable namesvda2006-10-261-15/+17
* remove bb_printf and the likevda2006-10-261-13/+4
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-1/+3
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-251-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.vda2006-10-211-1/+4
* build system: (try to) get rid of bb_config.h hackvda2006-10-191-1/+1
* grep: add support for -rvda2006-10-141-2/+2
* add open_read_close() and similar stuffvda2006-10-141-8/+15