aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+30
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-5/+7
* We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley2006-07-151-0/+2
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-1/+10
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-111-6/+0
* Upgrade netcat a lot. Make -e able to take the rest of the command line asRob Landley2006-07-101-0/+1
* Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.Rob Landley2006-07-061-0/+15
* Slowly pulling more common headers into libbb.h. Andre pointed out thatRob Landley2006-06-241-0/+5
* Since rangecoder is just a bunch of C functions, move it into the one userRob Landley2006-06-201-0/+1
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-2/+2
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-1/+1
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley2006-06-141-0/+1
* made "test" an ash built-in.Paul Fox2006-06-081-0/+1
* need prototype for new vfork_daemon()Mike Frysinger2006-06-071-0/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-0/+2
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-051-16/+13
* Header file cleanup. platform.h apparently needs to be included early on so itRob Landley2006-05-311-9/+21
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-1/+1
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley2006-05-281-0/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-0/+2
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-2/+2
* Slight sanity fix: data is void *, not char *. And it's called dataRob Landley2006-05-261-2/+2
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-4/+6
* - move llist to top of file so we can potentially use it in all prototypes ea...Bernhard Reutner-Fischer2006-05-261-9/+10
* Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley2006-05-251-0/+2
* A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley2006-05-191-0/+1