aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-06move [g]zip decompressor state into malloc'ed buffer. size:vda1-88/+192
2007-01-05split inflate_xx_setup() subroutines from inflate_xx()vda1-119/+146
2007-01-05do not expose internal state of [g]zip unpacker.vda3-47/+51
2007-01-05Stopped doing assignments inside expressions.vda2-58/+110
2007-01-05decompress_unzip: preparatory patchvda1-56/+56
2007-01-05Stop tracking buffer size - it is a constant.vda1-25/+34
2007-01-05simplify access to buffer, making code a bit smallervda1-80/+90
2007-01-04- remove duplicate includesaldot1-5/+0
2007-01-04syslogd: start using bb_common_bufsiz1 instead of stack/mallocvda3-72/+63
2007-01-04syslogd: stop doing open/fstat/lseek/close on _every_ writevda1-52/+65
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)vda6-93/+103
2007-01-04syslogd: almost rewritten. Had several obvious bugs...vda1-327/+263
2007-01-04- spelling fixaldot1-1/+1
2007-01-04klogd: small optimizationsvda1-24/+25
2007-01-03fix allnoconfig build. the most useful fix of the month. ;)vda1-1/+1
2007-01-03httpd: read cgi output with full_read, not safe_readvda1-11/+10
2007-01-03wget: always print port# in 'Host' header (smaller code)vda1-9/+2
2007-01-03ping[6]: don't do htons(a++), it can be a macrovda2-2/+4
2007-01-03wget: print port# in 'Host' header, if different from 80vda1-2/+9
2007-01-03ftpgetput: fix PASV mode, fix xatou0induced breakage,vda1-35/+59
2007-01-03chown: fix handling of "user.group" notationvda1-13/+12
2007-01-03find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)vda1-2/+3
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsvda3-36/+37
2007-01-03convert calloc to xzallocvda9-45/+44
2007-01-03extern variable declaration in a .c file is heresy - fixing itvda3-5/+9
2007-01-03fsck_minix: tiny optimizationvda1-9/+3
2007-01-03forgot to svn add util-linux/minix.h :(vda2-1/+77
2007-01-03fbset: move variable from data to bssvda2-25/+25
2007-01-03factor out minix structures/constants into minix.hvda2-264/+133
2007-01-03fsck_minix: optimizations. ~130 bytesvda1-44/+47
2007-01-03introduce small[u]intvda2-64/+81
2007-01-02silly style fixesvda1-62/+61
2007-01-02Remove networking/libiproute/linux/pkt_sched.hvda4-434/+28
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledvapier1-0/+2
2007-01-02convert usage compressed command into the new cmd stylevapier1-2/+3
2007-01-01awk: style fixesvda1-27/+23
2007-01-01awk: undo locale setting for numbers - or else parsingvda2-1/+7
2007-01-01awk: style cleanup. A lot of rw data moved to rovda1-294/+293
2007-01-01stty: fix width of a field for ppc32vda3-98/+148
2007-01-01msh: double "static char line[LINELIM]" etc deleted.vda2-89/+140
2006-12-31rt_names: stop allocating 5k in rwdatavda2-106/+87
2006-12-31less: fix <tab><backspace> bugletvda1-5/+5
2006-12-31less: interpret backspace.vda1-0/+13
2006-12-31iproute: remove double get_hz optimizationvda1-7/+3
2006-12-31remove commented out #includes etcvda6-42/+22
2006-12-31stop using __u32 etc. uint32_t is there for a reasonvda16-178/+161
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda3-6/+8
2006-12-31convert include/autoconf.h split and include/bbconfigopts.h commands into the...vapier1-4/+6
2006-12-31Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...vapier1-1/+1
2006-12-30about.html: update maintainer namevda2-1/+3