aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* more use const for interface of libbb/compare_string_array, example usage for...vodz2005-11-261-1/+2
* more use libbb/bb_msg_read_errorvodz2005-11-251-1/+1
* Move interface.c to networking directory since it's only used by ifconfig.landley2005-11-222-2094/+0
* My last change to this file broke tar x. Sigh. (Trying to make sure we worklandley2005-11-121-4/+5
* Fix bug 424: doing full_read breaks things like cat which should return alandley2005-11-041-1/+1
* When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.landley2005-11-041-57/+27
* Fix cp /dev/null filename, and a few in-passing cleanups.landley2005-11-011-59/+44
* Somebody suggested this, but I've forgotten who.landley2005-10-271-1/+2
* Shaun Jackman noted that limits.h defines path_max and isn't included fromlandley2005-10-251-0/+1
* more constvodz2005-10-201-19/+19
* - don't update copyright years. He might release it, but apparently will havealdot2005-10-151-1/+1
* - an empty middle term in ?: violates ISO Caldot2005-10-151-31/+22
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-152-1/+5
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-64/+117
* usage bb_dev_nullvodz2005-10-121-2/+2
* bb_dev_nullvodz2005-10-123-6/+6
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-36/+72
* The check for EROFS was wrong. For example, if you try to mount a filesystemlandley2005-10-111-4/+3
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-101-2/+0
* - size reduction of pidofaldot2005-10-071-1/+1
* - add llist_free_one() and llist_free() to libbbaldot2005-10-061-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-062-31/+60
* another more correction for getopt_ulflags() documentation (examples)vodz2005-10-051-5/+8
* more correction for getopt_ulflags() documentation by author of this fuck logicvodz2005-10-051-5/+6
* - add proper separators. sorry for the noise..aldot2005-10-051-1/+1
* - add a bit more documentation to vodz' recent additions.aldot2005-10-051-8/+26
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ...vodz2005-10-051-14/+42
* use updated bb_getopt_ulflags() for ps appletvodz2005-10-041-3/+27
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-293-12/+8
* - rename llist_add_to.c to llist.caldot2005-09-293-17/+53
* 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 the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-14/+2
* - consolidated password helpersaldot2005-09-201-0/+179
* - consolidated password helpers into bb_pwd.caldot2005-09-206-305/+0
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-202-7/+13
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-161-3/+3
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-141-1/+1
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-141-3/+3
* This code exists to compensate for ancient broken build environments which,landley2005-09-073-231/+2
* Amir Shalem writes:vapier2005-09-061-7/+7
* - sync traceroute with Slackware-10.1vodz2005-09-061-5/+12
* get_terminal_width_height.c was in there twice.landley2005-09-051-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-124/+149
* Actually returning ret might be good.landley2005-09-051-0/+2
* According to bug #63, crond is unhappy with crontab lines that don't end in alandley2005-09-011-4/+8
* Bernhard Fischer suggested that get_terminal_width_height() should returnlandley2005-09-011-22/+7
* make sure __NF_sysfs exists before trying to use itvapier2005-08-271-0/+9
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.landley2005-08-221-0/+1