aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-2/+2
* wget: add (configurable) large file support. Run tested.vda2006-09-261-0/+2
* The Software Freedom Law Center wants us to add a copyright notice to thelandley2006-09-201-3/+4
* change char *string = "foo" -> char string[] = "foo"vda2006-09-191-26/+26
* Unbreak allbareconfig.landley2006-09-151-15/+3
* mount: move code from nfsmount.c into mount.cvda2006-09-141-3/+0
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"vda2006-09-111-2/+2
* - merge xstat.c into xfuncs.caldot2006-09-111-1/+1
* login: style fixesvda2006-09-081-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-0/+2
* Implement optional syslog logging using ordinaryvda2006-09-061-1/+12
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-031-0/+4
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-9/+19
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-281-2/+0
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-091-0/+2
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-081-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-1/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+30
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-5/+7
* We need xsetuid() and xsetgid() because per-user process resource limits canlandley2006-07-151-0/+2
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-1/+10
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withlandley2006-07-111-6/+0
* Upgrade netcat a lot. Make -e able to take the rest of the command line aslandley2006-07-101-0/+1
* Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.landley2006-07-061-0/+15
* Slowly pulling more common headers into libbb.h. Andre pointed out thatlandley2006-06-241-0/+5
* Since rangecoder is just a bunch of C functions, move it into the one userlandley2006-06-201-0/+1
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-2/+2
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-1/+1
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-0/+1