oweals/busybox.git
2007-01-07 Denis VlasenkoI *always* forgotting svn add
2007-01-07 Bernhard Reutner... - FIXME: someone broke diff -r
2007-01-07 Bernhard Reutner... - a few minor tweaks
2007-01-07 Bernhard Reutner... - pull taskset.tests from the busybox_scratch branch
2007-01-07 Bernhard Reutner... - add arp to defconfig
2007-01-07 Denis Vlasenkoadd arp applet - thanks to
2007-01-07 Denis Vlasenkowork around gcc's false warning
2007-01-07 Denis Vlasenkodiff: small optimizations; do not try to diff non-seeka...
2007-01-06 Denis Vlasenkosyslogs: a bit better wording in explanation how buffering
2007-01-06 Bernhard Reutner... - minor shrinkage: -25 bytes or so.
2007-01-06 Denis Vlasenko"kernel" => "busybox"
2007-01-06 Denis Vlasenkokill unused variable
2007-01-06 Denis Vlasenkomove [g]zip decompressor state into malloc'ed buffer...
2007-01-05 Denis Vlasenkosplit inflate_xx_setup() subroutines from inflate_xx()
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-05 Denis VlasenkoStopped doing assignments inside expressions.
2007-01-05 Denis Vlasenkodecompress_unzip: preparatory patch
2007-01-05 Denis VlasenkoStop tracking buffer size - it is a constant.
2007-01-05 Denis Vlasenkosimplify access to buffer, making code a bit smaller
2007-01-04 Bernhard Reutner... - remove duplicate includes
2007-01-04 Denis Vlasenkosyslogd: start using bb_common_bufsiz1 instead of stack...
2007-01-04 Denis Vlasenkosyslogd: stop doing open/fstat/lseek/close on _every_...
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-04 Denis Vlasenkosyslogd: almost rewritten. Had several obvious bugs...
2007-01-04 Bernhard Reutner... - spelling fix
2007-01-04 Denis Vlasenkoklogd: small optimizations
2007-01-03 Denis Vlasenkofix allnoconfig build. the most useful fix of the month. ;)
2007-01-03 Denis Vlasenkohttpd: read cgi output with full_read, not safe_read
2007-01-03 Denis Vlasenkowget: always print port# in 'Host' header (smaller...
2007-01-03 Denis Vlasenkoping[6]: don't do htons(a++), it can be a macro
2007-01-03 Denis Vlasenkowget: print port# in 'Host' header, if different from 80
2007-01-03 Denis Vlasenkoftpgetput: fix PASV mode, fix xatou0induced breakage,
2007-01-03 Denis Vlasenkochown: fix handling of "user.group" notation
2007-01-03 Denis Vlasenkofind: fix misplaced #else (fix by Harald Kuthe <trhoudi...
2007-01-03 Denis Vlasenkofdisk: remove 8k buffer from bss - OSF labels
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2007-01-03 Denis Vlasenkofsck_minix: tiny optimization
2007-01-03 Denis Vlasenkoforgot to svn add util-linux/minix.h :(
2007-01-03 Denis Vlasenkofbset: move variable from data to bss
2007-01-03 Denis Vlasenkofactor out minix structures/constants into minix.h
2007-01-03 Denis Vlasenkofsck_minix: optimizations. ~130 bytes
2007-01-03 Denis Vlasenkointroduce small[u]int
2007-01-02 Denis Vlasenkosilly style fixes
2007-01-02 Denis VlasenkoRemove networking/libiproute/linux/pkt_sched.h
2007-01-02 Mike Frysingerstr2u() is only used when FEATURE_SORT_BIG is enabled
2007-01-02 Mike Frysingerconvert usage compressed command into the new cmd style
2007-01-01 Denis Vlasenkoawk: style fixes
2007-01-01 Denis Vlasenkoawk: undo locale setting for numbers - or else parsing
2007-01-01 Denis Vlasenkoawk: style cleanup. A lot of rw data moved to ro
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2007-01-01 Denis Vlasenkomsh: double "static char line[LINELIM]" etc deleted.
2006-12-31 Denis Vlasenkort_names: stop allocating 5k in rwdata
2006-12-31 Denis Vlasenkoless: fix <tab><backspace> buglet
2006-12-31 Denis Vlasenkoless: interpret backspace.
2006-12-31 Denis Vlasenkoiproute: remove double get_hz optimization
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-31 Denis Vlasenkofixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2006-12-31 Mike Frysingerconvert include/autoconf.h split and include/bbconfigop...
2006-12-31 Mike FrysingerYann E. MORIN. writes: i pity the fool who doesnt use...
2006-12-30 Denis Vlasenkoabout.html: update maintainer name
2006-12-30 Denis Vlasenkofixdep.c: avoit doing memcmp in most cases
2006-12-30 Denis Vlasenkosaw commit of vapier@busybox.net (thanks!),
2006-12-30 Mike Frysingerkill off AUTOCONF_INCLUDED (again) since it tends to...
2006-12-30 Mike Frysingermake sure AUTOCONF_TIMESTAMP is filled up properly...
2006-12-30 Mike Frysingerprevent buffer underflows with empty lines
2006-12-30 Mike Frysingerprevent accessing memory that we dont own
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-30 Denis Vlasenkofix for uclibc-without-shadow.h compilation
2006-12-29 Mike Frysingerwe need to use the compiler driver to invoke LD as...
2006-12-28 Denis VlasenkoAdd link to post-1.3.1 patches to website
2006-12-28 Mike Frysinger* precision requires the argument be an integer, not...
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-27 Denis Vlasenkonews.html: Fix bad English
2006-12-27 Denis Vlasenkofix typo
2006-12-27 Denis VlasenkoAnnounce 1.3.1
2006-12-26 Denis Vlasenkoash: is_safe_applet mustn't affect disabled applets
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkoproperly export externs thru *.h files
2006-12-26 Denis Vlasenkoadduser: trivial code movement
2006-12-26 Denis Vlasenkostyle fixes
2006-12-26 Denis Vlasenkochattr: bugfixes and size reduction
2006-12-26 Denis Vlasenkotrivial size reduction
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
2006-12-26 Denis Vlasenkoput small subset of e2fsprogs back in the tree:
2006-12-26 Denis Vlasenkoremove e2fsprogs. Nobody volunteered to clean up that...
2006-12-25 Denis VlasenkoFix irregular capitalization in usage texts
2006-12-25 Denis Vlasenkotrim help texts a bit more
2006-12-25 Denis Vlasenkoless: fix regexp search '/' on large files
2006-12-24 Denis Vlasenkomore usage message cleanups
2006-12-24 Denis VlasenkoCleanup usage messages (-200 bytes).
2006-12-24 Denis Vlasenkorandom tiny size savings
2006-12-24 Denis Vlasenkosmall stupid changes. no code changes
2006-12-24 Denis Vlasenkomissing piece of prev commit: ndelay_off
2006-12-24 Denis Vlasenkoless: implement waiting for input using select(). Rathe...
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-23 Denis Vlasenkosu: fix typo: "argv -= optind" should be +=
next