2007-01-09 |
Bernhard Reutner... | - shrink by 26 bytes or so |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - vapier wants LD to point to CC, revert my previous... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | - shrink klogd a tiny bit. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bernhard Reutner... | vda, we once had a get_chomped_line_from_file or the... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Denis Vlasenko | ping6: fix sequence numbers (missed ntoh) and ttl display. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Bernhard Reutner... | - guess we need dl too |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Bernhard Reutner... | - set LD to ld |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | Previous "fix" wasn't good enough. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | arp: small fixes for user-supplied device name case |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Bernhard Reutner... | - style fixes and shrink by another 4 bytes while at it. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | httpd: stop adding our own "Content-type:" to CGI output |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #13 - the last for today I think |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #12 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #11 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #10 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #9 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #8 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #7 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #6 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #5 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #4 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #3 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | gzip cleanup part #2 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | a ton of gzip changes, split up in compiled and |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | I *always* forgotting svn add |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Bernhard Reutner... | - FIXME: someone broke diff -r |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Bernhard Reutner... | - a few minor tweaks |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Bernhard Reutner... | - pull taskset.tests from the busybox_scratch branch |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Bernhard Reutner... | - add arp to defconfig |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | add arp applet - thanks to |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | work around gcc's false warning |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Denis Vlasenko | diff: small optimizations; do not try to diff non-seeka... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Denis Vlasenko | syslogs: a bit better wording in explanation how buffering |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bernhard Reutner... | - minor shrinkage: -25 bytes or so. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Denis Vlasenko | "kernel" => "busybox" |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Denis Vlasenko | kill unused variable |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Denis Vlasenko | move [g]zip decompressor state into malloc'ed buffer... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | split inflate_xx_setup() subroutines from inflate_xx() |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | do not expose internal state of [g]zip unpacker. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | Stopped doing assignments inside expressions. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | decompress_unzip: preparatory patch |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | Stop tracking buffer size - it is a constant. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Denis Vlasenko | simplify access to buffer, making code a bit smaller |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bernhard Reutner... | - remove duplicate includes |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Denis Vlasenko | syslogd: start using bb_common_bufsiz1 instead of stack... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Denis Vlasenko | syslogd: stop doing open/fstat/lseek/close on _every_... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Denis Vlasenko | new libbb func: xmalloc_realpath (+ use it where makes... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Denis Vlasenko | syslogd: almost rewritten. Had several obvious bugs... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bernhard Reutner... | - spelling fix |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Denis Vlasenko | klogd: small optimizations |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | fix allnoconfig build. the most useful fix of the month. ;) |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | httpd: read cgi output with full_read, not safe_read |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | wget: always print port# in 'Host' header (smaller... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | ping[6]: don't do htons(a++), it can be a macro |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | wget: print port# in 'Host' header, if different from 80 |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | ftpgetput: fix PASV mode, fix xatou0induced breakage, |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | chown: fix handling of "user.group" notation |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | find: fix misplaced #else (fix by Harald Kuthe <trhoudi... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | fdisk: remove 8k buffer from bss - OSF labels |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | convert calloc to xzalloc |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | extern variable declaration in a .c file is heresy... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | fsck_minix: tiny optimization |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | forgot to svn add util-linux/minix.h :( |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | fbset: move variable from data to bss |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | factor out minix structures/constants into minix.h |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | fsck_minix: optimizations. ~130 bytes |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Denis Vlasenko | introduce small[u]int |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Denis Vlasenko | silly style fixes |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Denis Vlasenko | Remove networking/libiproute/linux/pkt_sched.h |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Mike Frysinger | str2u() is only used when FEATURE_SORT_BIG is enabled |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Mike Frysinger | convert usage compressed command into the new cmd style |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Denis Vlasenko | awk: style fixes |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Denis Vlasenko | awk: undo locale setting for numbers - or else parsing |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Denis Vlasenko | awk: style cleanup. A lot of rw data moved to ro |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Denis Vlasenko | stty: fix width of a field for ppc32 |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Denis Vlasenko | msh: double "static char line[LINELIM]" etc deleted. |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | rt_names: stop allocating 5k in rwdata |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | less: fix <tab><backspace> buglet |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | less: interpret backspace. |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | iproute: remove double get_hz optimization |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | remove commented out #includes etc |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | stop using __u32 etc. uint32_t is there for a reason |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Denis Vlasenko | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Mike Frysinger | convert include/autoconf.h split and include/bbconfigop... |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Mike Frysinger | Yann E. MORIN. writes: i pity the fool who doesnt use... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | about.html: update maintainer name |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | fixdep.c: avoit doing memcmp in most cases |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | saw commit of vapier@busybox.net (thanks!), |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Mike Frysinger | kill off AUTOCONF_INCLUDED (again) since it tends to... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Mike Frysinger | make sure AUTOCONF_TIMESTAMP is filled up properly... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Mike Frysinger | prevent buffer underflows with empty lines |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Mike Frysinger | prevent accessing memory that we dont own |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | next bunch of fixes for bugs found by randconfig |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | done a dozen of randconfig test. guess what? ALL failed... |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Denis Vlasenko | fix for uclibc-without-shadow.h compilation |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Mike Frysinger | we need to use the compiler driver to invoke LD as... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Denis Vlasenko | Add link to post-1.3.1 patches to website |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Mike Frysinger | * precision requires the argument be an integer, not... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Denis Vlasenko | fix build without shadow support |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Denis Vlasenko | bb_xget[pw/gr]nam were horribly misnamed - fixed. |
commit | commitdiff | tree | snapshot |
next |