aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-4/+3
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-4/+3
* ls: cleanup part 1Denis Vlasenko2006-10-281-4/+4
* recursive_action: add depth paramDenis Vlasenko2006-10-271-4/+4
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-271-268/+250
* Fix minor breakage in previous commitDenis Vlasenko2006-10-261-2/+2
* rename functions to more understandable namesDenis Vlasenko2006-10-261-15/+17
* remove bb_printf and the likeDenis Vlasenko2006-10-261-13/+4
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-1/+3
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-1/+1
* cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko2006-10-211-1/+4
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-191-1/+1
* grep: add support for -rDenis Vlasenko2006-10-141-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-8/+15
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-2/+3
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-0/+4
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-101-0/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-3/+8
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-0/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-22/+48
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-23/+45
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-0/+25
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-1/+2
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-0/+7
* build system overhaulDenis Vlasenko2006-10-051-1/+0
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* random style fixesDenis Vlasenko2006-10-031-14/+16
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-3/+4
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-3/+3
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko2006-09-291-0/+2
* kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko2006-09-271-2/+2
* wget: add (configurable) large file support. Run tested.Denis Vlasenko2006-09-261-0/+2
* The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2006-09-201-3/+4
* change char *string = "foo" -> char string[] = "foo"Denis Vlasenko2006-09-191-26/+26
* Unbreak allbareconfig.Rob Landley2006-09-151-15/+3
* mount: move code from nfsmount.c into mount.cDenis Vlasenko2006-09-141-3/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-111-2/+2
* - merge xstat.c into xfuncs.cBernhard Reutner-Fischer2006-09-111-1/+1
* login: style fixesDenis Vlasenko2006-09-081-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-0/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+12
* uuencode: common implementation for wget and uuencode (closing bug 694)Denis Vlasenko2006-09-031-0/+4
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-9/+19
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-281-2/+0
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-0/+2
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley2006-08-081-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+0