aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+3
* ifupdown: stop emitting annoying/misleading error messages.vda2006-10-111-0/+4
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-101-0/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-3/+8
* start_stop_daemon: add -N <nice> compatvda2006-10-081-0/+1
* correct largefile support, add comments about it.vda2006-10-081-22/+48
* attempt to regularize atoi mess.vda2006-10-081-23/+45
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-071-0/+25
* dnsd fix; option_mask32 added. dnsd needs more love.vda2006-10-061-1/+2
* httpd: add -u user[:grp] supportvda2006-10-051-0/+7
* build system overhaulvda2006-10-051-1/+0
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* random style fixesvda2006-10-031-14/+16
* runit/chpst: "change process state" utilityvda2006-10-031-3/+4
* g[un]zip: add support for -v (verbose).vda2006-10-011-3/+3
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-291-0/+2