aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* made "test" an ash built-in.pgf2006-06-081-0/+1
* need prototype for new vfork_daemon()vapier2006-06-071-0/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-071-0/+2
* Header cleanup on two more networking files (move libbb.h to the top andlandley2006-06-051-16/+13
* Header file cleanup. platform.h apparently needs to be included early on so itlandley2006-05-311-9/+21
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-1/+1
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitslandley2006-05-281-0/+1
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-0/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* Slight sanity fix: data is void *, not char *. And it's called datalandley2006-05-261-2/+2
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-4/+6
* - move llist to top of file so we can potentially use it in all prototypes ea...aldot2006-05-261-9/+10
* Rich Felker suggested removing dprintf() from watch, and one thing led tolandley2006-05-251-0/+2
* A pending item in my tree I might as well check in: I plan to migrate calloc()landley2006-05-191-0/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-1/+1
* Make md5 calculation always go through an the buffer so that A) we don'tlandley2006-05-161-1/+1
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-081-2/+2
* Not quite compiler independent, but we've never tried to be gcc independentlandley2006-05-041-6/+0
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-0/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-0/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-121-0/+2
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-0/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-0/+1
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-0/+3
* - include netinet/in.h for struct sockaddr_in.aldot2006-04-111-0/+1
* Robert P. J. Day writes: even in the header file, make it clear that the rout...vapier2006-04-111-0/+3
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-101-0/+2
* - move buffer allocation schemes to libbb.haldot2006-04-031-0/+18
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-1/+1
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-0/+2
* Fixup to the previous (portability) patch. Linux actually does needlandley2006-03-091-1/+0
* Portability patch from rfelker. The bb_asprintf.c thing needs an eventuallandley2006-03-091-0/+1
* Missed one in the get_line_from_file() update...landley2006-02-241-1/+1