aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-06"kernel" => "busybox"Denis Vlasenko2-4/+4
2007-01-06kill unused variableDenis Vlasenko1-14/+5
2007-01-06move [g]zip decompressor state into malloc'ed buffer. size:Denis Vlasenko1-88/+192
2007-01-05split inflate_xx_setup() subroutines from inflate_xx()Denis Vlasenko1-119/+146
2007-01-05do not expose internal state of [g]zip unpacker.Denis Vlasenko3-47/+51
2007-01-05Stopped doing assignments inside expressions.Denis Vlasenko2-58/+110
2007-01-05decompress_unzip: preparatory patchDenis Vlasenko1-56/+56
2007-01-05Stop tracking buffer size - it is a constant.Denis Vlasenko1-25/+34
2007-01-05simplify access to buffer, making code a bit smallerDenis Vlasenko1-80/+90
2007-01-04- remove duplicate includesBernhard Reutner-Fischer1-5/+0
2007-01-04syslogd: start using bb_common_bufsiz1 instead of stack/mallocDenis Vlasenko3-72/+63
2007-01-04syslogd: stop doing open/fstat/lseek/close on _every_ writeDenis Vlasenko1-52/+65
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko6-93/+103
2007-01-04syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko1-327/+263
2007-01-04- spelling fixBernhard Reutner-Fischer1-1/+1
2007-01-04klogd: small optimizationsDenis Vlasenko1-24/+25
2007-01-03fix allnoconfig build. the most useful fix of the month. ;)Denis Vlasenko1-1/+1
2007-01-03httpd: read cgi output with full_read, not safe_readDenis Vlasenko1-11/+10
2007-01-03wget: always print port# in 'Host' header (smaller code)Denis Vlasenko1-9/+2
2007-01-03ping[6]: don't do htons(a++), it can be a macroDenis Vlasenko2-2/+4
2007-01-03wget: print port# in 'Host' header, if different from 80Denis Vlasenko1-2/+9
2007-01-03ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko1-35/+59
2007-01-03chown: fix handling of "user.group" notationDenis Vlasenko1-13/+12
2007-01-03find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)Denis Vlasenko1-2/+3
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko3-36/+37
2007-01-03convert calloc to xzallocDenis Vlasenko9-45/+44
2007-01-03extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko3-5/+9
2007-01-03fsck_minix: tiny optimizationDenis Vlasenko1-9/+3
2007-01-03forgot to svn add util-linux/minix.h :(Denis Vlasenko2-1/+77
2007-01-03fbset: move variable from data to bssDenis Vlasenko2-25/+25
2007-01-03factor out minix structures/constants into minix.hDenis Vlasenko2-264/+133
2007-01-03fsck_minix: optimizations. ~130 bytesDenis Vlasenko1-44/+47
2007-01-03introduce small[u]intDenis Vlasenko2-64/+81
2007-01-02silly style fixesDenis Vlasenko1-62/+61
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko4-434/+28
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger1-0/+2
2007-01-02convert usage compressed command into the new cmd styleMike Frysinger1-2/+3
2007-01-01awk: style fixesDenis Vlasenko1-27/+23
2007-01-01awk: undo locale setting for numbers - or else parsingDenis Vlasenko2-1/+7
2007-01-01awk: style cleanup. A lot of rw data moved to roDenis Vlasenko1-294/+293
2007-01-01stty: fix width of a field for ppc32Denis Vlasenko3-98/+148
2007-01-01msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2-89/+140
2006-12-31rt_names: stop allocating 5k in rwdataDenis Vlasenko2-106/+87
2006-12-31less: fix <tab><backspace> bugletDenis Vlasenko1-5/+5
2006-12-31less: interpret backspace.Denis Vlasenko1-0/+13
2006-12-31iproute: remove double get_hz optimizationDenis Vlasenko1-7/+3
2006-12-31remove commented out #includes etcDenis Vlasenko6-42/+22
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko16-178/+161
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko3-6/+8
2006-12-31convert include/autoconf.h split and include/bbconfigopts.h commands into the...Mike Frysinger1-4/+6