oweals/busybox.git
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-13 Bernhard Reutner... - r16075 broke for de-selected FEATURE_UTMP; Partial...
2006-09-12 Rob LandleyRevert duplicate patch.
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-12 Rob LandleyFix from Bernhard for somebody trying to limp along...
2006-09-12 Rob LandleyRandom cleanup hanging around my tree.
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-12 Bernhard Reutner... - fix warning about discarding qualifiers in initialization
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-11 Bernhard Reutner... - Tito pointed out that Rob forgot to add e2fsprogs...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-10 Denis Vlasenkonfsmount: remove some really old code (for kernels...
2006-09-10 Denis Vlasenkonfsmount: delete nfsmount.h
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-10 Denis Vlasenkonfsmount: style fix
2006-09-10 Denis Vlasenkoipcs: silly trick with strings. saves ~200 bytes.
2006-09-10 Rob LandleyCleanup headers and replace the zero padding with an...
2006-09-09 Denis Vlasenkosulogin: minor cleanup.
2006-09-09 Denis Vlasenkosetkeycodes: something horrible happened here
2006-09-09 Denis Vlasenkotop: fixed wrong comment, made error message more clear
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-09 Denis Vlasenkoxopen3(O_RDONLY) -> xopen(O_RDONLY).
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-09-09 Denis Vlasenkowget: wrap one atrociously long line (around 200 chars...
2006-09-09 Denis Vlasenkoudhcp: FEATURE_UDHCP_SYSLOG should be selected only if
2006-09-08 Denis Vlasenkologin: use some ideas from util-linux's login.
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-08 Denis Vlasenkologin: make it saner and smaller by ~0.5k.
2006-09-08 Denis Vlasenkologin: small fixes like \n removal, bb_error_msg'ificat...
2006-09-08 Denis Vlasenkologin: previous commit comment was wrong :)
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-08 Rob LandleyShrinkage/cleanup from Tito.
2006-09-08 Rob LandleyFix warnings.
2006-09-08 Rob LandleySecond drop. More infrastructure in place, especially...
2006-09-08 Rob LandleyA quick cleanup pass of some low-hanging mess.
2006-09-08 Rob LandleyBugfix for: echo '123456789' | sed 's/./|&/5'
2006-09-07 Denis VlasenkoFix (hopefully) bug 976. Need more thorough audit.
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis Vlasenkofix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-07 Denis VlasenkoCONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
2006-09-07 Denis Vlasenkoadding files missed in prev updates (forgot about svn...
2006-09-06 Rob LandleyDenis Vlasenko has started to put stuff on his BusyBox...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-06 Bernhard Reutner... - strip 399424 off the bss by making decompress_uncompr...
2006-09-06 Bernhard Reutner... - mdev and grep use xregcomp. Closes bug #1021
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-05 Rob LandleyThe bb_ prefixes were removed from xasprintf() and...
2006-09-05 Denis Vlasenkorun_shell.c: style fix
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-05 Rob LandleyMight as well commit this to have the history. It...
2006-09-04 Rob LandleyThinko.
2006-09-04 Rob LandleyPatch from Natanael Copa to make start-stop-daemon...
2006-09-03 Denis Vlasenkosulogin: fix bug: -tNNN didn't work
2006-09-03 Denis Vlasenkodpkg: fix buffer overflow (bug 983)
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-09-03 Denis Vlasenkozcip: bb_error_msg had stray newlines; small optimizati...
2006-09-03 Denis Vlasenkozcip: minor fixes
2006-09-03 Denis Vlasenkozcip: fix stdout/err versus syslog output.
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkozcip: convert lots of zero-initialized locals
2006-09-03 Denis Vlasenkozcip: use xfunc() where appropriate
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-09-03 Denis Vlasenkozcip: apply patch from
2006-09-02 Denis Vlasenkotar: tar xf foo.tar dir/dir did not extract all subdirs.
2006-09-02 Denis Vlasenkoping: bind -> xbind
2006-09-02 Denis Vlasenkoping(6): use htons instead of SWAP_BE.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Denis Vlasenkoping6: resolve interface name to number early.
2006-09-02 Denis VlasenkoSync ping and ping6 a bit, fix style and indentation.
2006-09-02 Denis VlasenkoFix endianness issue in ping6
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-09-01 Rob LandleyWalter Harms contributed a section on scripting languag...
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-30 Rob LandleyBernhard Fischer complained about moving --sort-common.
2006-08-29 Rob LandleyThere's some strange bug in glibc that triggers if...
2006-08-29 Bernhard Reutner... - set version back to 1.2.0 like it was before. Add...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Bernhard Reutner... - it's a mistake to remove lib-specific prefixes from...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Mike Frysingerneed libsepol in addtion to libselinux
2006-08-28 Bernhard Reutner... - do maintainers duty by bumping version to 1.3.0-pre0;
2006-08-28 Rob LandleyBugfix from Jason Schoon: send the right signal with -s.
2006-08-28 Rob LandleyMore allbareconfig fixes.
2006-08-28 Rob LandleyJordan Crouse submitted a patch to only include xregcom...
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-28 Bernhard Reutner... - pgf(?) found and fixed that missing dependency (usage...
2006-08-28 Rob LandleyUnbreak allbareconfig a bit. (The telnetd.c fix is...
2006-08-24 Rob LandleyAntti Seppala (with dots over the last two a's) wants...
2006-08-22 Rob LandleyPatch from Yann Morin so modprobe won't return failure...
2006-08-22 Rob Landley"Jordan Crouse" <jordan.crouse@amd.com> says:
2006-08-21 Rob LandleyMichael Opdenacker spotted that makefile should use...
2006-08-21 Rob LandleyOops, Michael pointed out that my cleanup left some...
2006-08-20 Rob LandleyYann E. Morin spotted a broken check_ld macro.
next