aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* next bunch of fixes for bugs found by randconfigvda2006-12-301-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-64/+63
* merge post-1.3.0 fixesvda2006-12-264-8/+15
* style fixesvda2006-12-264-11/+8
* chattr: bugfixes and size reductionvda2006-12-261-2/+2
* leftover of e2fsck surgeryvda2006-12-262-2/+11
* small stupid changes. no code changesvda2006-12-241-3/+0
* missing piece of prev commit: ndelay_offvda2006-12-241-6/+5
* use xbind, xconnect where appropriate.vda2006-12-231-1/+2
* fix recognitions of -SIGname signalsvda2006-12-231-7/+8
* find: fix spurious -exec error messagesvda2006-12-231-2/+7
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-6/+26
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-1/+10
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-3/+2
* less: total cleanup and bugfix.vda2006-12-211-5/+2
* less: somewhat buggy applet, but nice. Muchly reducedvda2006-12-201-2/+2
* remove casts from xmalloc()vda2006-12-192-3/+3
* su: make /etc/shells check configurablevda2006-12-191-18/+7
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-181-2/+2
* nc: add missing castvda2006-12-181-0/+31
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* start_stop_daemon: fix bug where any program name was "matching"vda2006-12-171-2/+5
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-163-6/+5
* diff: fix -q exit codevda2006-12-161-6/+6
* build system: small fix for "release" target to workvda2006-12-121-0/+4
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-0/+1
* - cosmetic change to avoid warnings about eventual padding/packing.aldot2006-12-041-9/+9
* sed: improve handling of NULsvda2006-12-021-5/+5
* passwd: made smaller by ~130 bytes. size can go negativevda2006-12-011-35/+33
* passwd: small size optimization. salt generation improvedvda2006-11-301-1/+0
* passwd: rework:vda2006-11-303-13/+13
* cut 0.5k off mkfs.minixvda2006-11-292-9/+11
* fix bug in new str -> num convertorsvda2006-11-281-4/+12
* erase_mtab: do not limit ourself to 40 mtab entriesvda2006-11-271-32/+21
* style cleanup: return(a) -> return a, part 2vda2006-11-273-10/+10
* style cleanup: return(a) -> return a, part 1vda2006-11-272-4/+4
* svn add bb_strtonum.c :(vda2006-11-271-0/+147
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-275-181/+13
* Closing bug 730. libbb run_parts is using scandir (a GNUism),vda2006-11-262-120/+0
* small fixes:vda2006-11-261-11/+19
* tee: fix bug: argv[-1] is a no-no!vda2006-11-252-19/+32
* small improvements in str -> num convertorsvda2006-11-251-3/+13
* regularize str -> num convertorsvda2006-11-254-237/+267
* small optimizationvda2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.vda2006-11-241-8/+7
* tar: sanitize option handlingvda2006-11-244-90/+88
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-241-0/+1
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-243-5/+3
* svn add makedev.c. Forgot as usual... :(vda2006-11-241-0/+19