Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko | |
sort: fix -u to match coreutils 6.3 msh: compile fix (my fault) | |||
2007-01-01 | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko | |
massive amounts of assignments-in-ifs deleted (some of which were VERY nasty) | |||
2006-12-31 | rt_names: stop allocating 5k in rwdata | Denis Vlasenko | |
objsizes: don't show build machinery's object modules | |||
2006-12-31 | less: fix <tab><backspace> buglet | Denis Vlasenko | |
2006-12-31 | less: interpret backspace. | Denis Vlasenko | |
less is officially declared PAGER-capable! ;) (this includes viewing of manpages) | |||
2006-12-31 | iproute: remove double get_hz optimization | Denis Vlasenko | |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko | |
move get_hz to the only caller | |||
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | |
2006-12-31 | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Denis Vlasenko | |
2006-12-31 | convert include/autoconf.h split and include/bbconfigopts.h commands into ↵ | Mike Frysinger | |
the new cmd style | |||
2006-12-31 | Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier ↵ | Mike Frysinger | |
with size_t types | |||
2006-12-30 | about.html: update maintainer name | Denis Vlasenko | |
libbb/Kbuild: less needs xregcomp.o | |||
2006-12-30 | fixdep.c: avoit doing memcmp in most cases | Denis Vlasenko | |
uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names | |||
2006-12-30 | saw commit of vapier@busybox.net (thanks!), | Denis Vlasenko | |
decided to stop doing FOUR memcmp's per each input character. I should have fixed this much earlier... | |||
2006-12-30 | kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights ↵ | Mike Frysinger | |
with the kernel headers | |||
2006-12-30 | make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a ↵ | Mike Frysinger | |
timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile | |||
2006-12-30 | prevent buffer underflows with empty lines | Mike Frysinger | |
2006-12-30 | prevent accessing memory that we dont own | Mike Frysinger | |
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-30 | fix for uclibc-without-shadow.h compilation | Denis Vlasenko | |
2006-12-29 | we need to use the compiler driver to invoke LD as LDFLAGS is in the form ↵ | Mike Frysinger | |
the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work | |||
2006-12-28 | Add link to post-1.3.1 patches to website | Denis Vlasenko | |
2006-12-28 | * precision requires the argument be an integer, not size_t | Mike Frysinger | |
2006-12-28 | fix build without shadow support | Denis Vlasenko | |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | |
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | |||
2006-12-27 | news.html: Fix bad English | Denis Vlasenko | |
2006-12-27 | fix typo | Denis Vlasenko | |
2006-12-27 | Announce 1.3.1 | Denis Vlasenko | |
2006-12-26 | ash: is_safe_applet mustn't affect disabled applets | Denis Vlasenko | |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko | |
2006-12-26 | properly export externs thru *.h files | Denis Vlasenko | |
2006-12-26 | adduser: trivial code movement | Denis Vlasenko | |
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-26 | chattr: bugfixes and size reduction | Denis Vlasenko | |
2006-12-26 | trivial size reduction | Denis Vlasenko | |
2006-12-26 | leftover of e2fsck surgery | Denis Vlasenko | |
2006-12-26 | put small subset of e2fsprogs back in the tree: | Denis Vlasenko | |
lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*. | |||
2006-12-26 | remove e2fsprogs. Nobody volunteered to clean up that mess | Denis Vlasenko | |
2006-12-25 | Fix irregular capitalization in usage texts | Denis Vlasenko | |
2006-12-25 | trim help texts a bit more | Denis Vlasenko | |
2006-12-25 | less: fix regexp search '/' on large files | Denis Vlasenko | |
2006-12-24 | more usage message cleanups | Denis Vlasenko | |
2006-12-24 | Cleanup usage messages (-200 bytes). | Denis Vlasenko | |
Remove busybox_main from applet table since it is called via separate check | |||
2006-12-24 | random tiny size savings | Denis Vlasenko | |
2006-12-24 | small stupid changes. no code changes | Denis Vlasenko | |
2006-12-24 | missing piece of prev commit: ndelay_off | Denis Vlasenko | |
2006-12-24 | less: implement waiting for input using select(). Rather tricky business. | Denis Vlasenko | |
But we do not read entire input anymore up-front. | |||
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | |
find: one_char -> LONE_CHAR | |||
2006-12-23 | su: fix typo: "argv -= optind" should be += | Denis Vlasenko | |