aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* made "test" an ash built-in.pgf2006-06-081-1/+1
* - make find_mount_point conditional on df and eject; Fixes `make hosttools´ onaldot2006-05-261-2/+3
* - patch from Robert P. J. Day to use filter instead of findstring.aldot2006-05-151-2/+2
* Autodetect parts of a multipart file, from Robert P. Day's suggestion.landley2006-05-121-19/+10
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-081-1/+1
* Remove a link that leaked in from the pending llist_t changes.landley2006-05-081-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-2/+2
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-1/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-121-1/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-1/+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-2/+8
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-101-1/+1
* Bug spotted by Stephane Billiart: losetup depends on loop.c.landley2006-03-231-0/+1
* Patch from Shaun Jackman to make loop.c build only when needed.landley2006-03-211-1/+2
* - revert back to r14406aldot2006-03-131-56/+49
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-1/+1
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+7
* - remove unused lists *-maldot2006-03-021-1/+1
* - fixes parallel builds (make -j)aldot2006-03-011-50/+52
* Forgot to check this in last night, part of the hash_fd breakup.landley2006-02-211-3/+3
* make the build system puuuuuuuuuuurtyvapier2006-02-021-11/+9
* - fix typo i introduced yesterday.aldot2006-01-311-1/+1
* - make linking against libcrypt optional by looking if pw_encrypt() oraldot2006-01-301-2/+8
* - shared libbusybox.aldot2006-01-151-33/+62
* patch from tito: consolidate delay functions as bb_do_delay()landley2006-01-061-1/+1
* Move interface.c to networking directory since it's only used by ifconfig.landley2005-11-221-1/+0
* Somebody suggested this, but I've forgotten who.landley2005-10-271-1/+2
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-1/+2
* bb_dev_nullvodz2005-10-121-1/+1
* - add llist_free_one() and llist_free() to libbbaldot2005-10-061-1/+1
* - rename llist_add_to.c to llist.caldot2005-09-291-2/+10
* spwd bulid now, (typo)vodz2005-09-261-1/+1
* Patch from Amir Shalem to make busybox compile on a uClibc that has no shadowlandley2005-09-251-3/+5
* use brief license linevapier2005-09-241-14/+2
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-6/+12
* This code exists to compensate for ancient broken build environments which,landley2005-09-071-2/+2
* get_terminal_width_height.c was in there twice.landley2005-09-051-1/+1
* implemented a builtin echo command in ash. moved the guts of thepgf2005-08-091-1/+2
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* Add bb_msg_read_errorandersen2005-04-161-1/+1
* egor duda writes:andersen2004-10-081-8/+10
* Tito writes,bug12004-09-151-1/+1
* Tito writes:andersen2004-09-021-1/+1
* Patch from Bastian Blank:andersen2004-06-221-1/+1
* Do not use getpass(3)andersen2004-05-011-1/+1
* Fix/eliminate use of atolandersen2004-03-061-3/+10
* Make the loop support stuff be much less evil, and make it copeandersen2004-02-061-6/+0
* Merge common parts of sha1sum and md5sum, which is everything except thebug12003-11-101-1/+1