oweals/busybox.git
2009-09-08 Bernhard Reutner... Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev...
2009-09-07 Denys VlasenkoTODO: add unicode list
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-07 Denys Vlasenkomodprobe-small: make string buffer code robust; fix...
2009-09-07 Denys Vlasenkomodprobe-small: hopefully fix bug 591 (incorrect detect...
2009-09-06 Denys Vlasenkounzip: more compat if DESKTOP=y
2009-09-06 Denys VlasenkoRevert "unlzma: speedup, by Pascal Bellard (pascal...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-09-06 Denys Vlasenkoexperimentally add mallopt tweaks for reduced memory...
2009-09-05 Denys Vlasenkohush: export PWD
2009-09-04 Denys Vlasenkoinetd: comment tweak. no code changes
2009-09-04 Denys Vlasenkotelnetd: add -w ("inetd wait") option. Can be configur...
2009-09-04 Denys Vlasenkoinetd: be more careful with syslog socket; other small...
2009-09-02 Denys Vlasenkosmall commit tweak in parse_datestr, no code changes
2009-08-31 Denys Vlasenkouniq: shave off whole 10 bytes off, oh my
2009-08-30 Denys Vlasenkoash: better comment. no code changes
2009-08-30 Denys Vlasenkocode shrink in help text code
2009-08-30 Denys Vlasenkouniq: code shrink
2009-08-30 Denys Vlasenkouniq: plug memory leak (patch from OpenWRT project)
2009-08-30 Denys Vlasenkouniq: rename some variables. no code changes
2009-08-30 Denys Vlasenkoash: revent one place where number() doesn't work
2009-08-30 Denys Vlasenkoethr-wake: can use ether_hostton on uclibc >= 0.9.30
2009-08-29 Denys Vlasenkolibunarchive: fix a bug where mode and time is no longe...
2009-08-29 Denys Vlasenkoash: deal with some TODOs (mostly trivial)
2009-08-29 Denys Vlasenkoash: add testsuite for bug 585
2009-08-29 Denys Vlasenkoash: fix handling of Unicode chars in redirects. Fixes...
2009-08-29 Denys Vlasenkoash: trivial simplifications and optimizations
2009-08-28 Denys Vlasenkorpm2cpio: code shrink
2009-08-28 Denys Vlasenkorpm2cpio: handle unseekable input correctly
2009-08-28 Pascal Bellardrpm2cpio: handle bz2 too; code shrink
2009-08-27 Denys Vlasenkoupdate copyright year
2009-08-27 Denys Vlasenkomore help text tweaking
2009-08-27 Denys Vlasenkotrim help texts a bit
2009-08-27 Denys Vlasenkoremove a few extra newlines in help text
2009-08-24 Bernhard Reutner... use .git as EXTRAVERSION
2009-08-23 Denys Vlasenkoash: make "jobs -l" more similar to bash. By Earl Chew...
2009-08-23 Denys VlasenkoStart 1.16.x cycle
2009-08-23 Denys VlasenkoReleasing 1.15.0 1_15_0
2009-08-22 Matthijs van... wget: strip trailing whitespace from e.g. "Content...
2009-08-22 Denys Vlasenkobeep: optimize
2009-08-22 Denys Vlasenkopreliminary work for gcc 4.4.0
2009-08-21 Denys Vlasenkofix duplicate FAST_FUNC FAST_FUNC
2009-08-21 Bernhard Reutner... add config knob for default freq and length
2009-08-21 Bernhard Reutner... add simple beep applet
2009-08-20 Denys Vlasenkoupdate defconfig
2009-08-20 Denys Vlasenkomsh: aliased to hush
2009-08-20 Denys Vlasenkodo not store 1st two bytes of compressed help text
2009-08-20 Denys Vlasenkopatch: support -N. By Olivier Duclos (olivier.duclos...
2009-08-20 Denys Vlasenkohush: enable "lash is deprecated, please use hush inste...
2009-08-20 Denys Vlasenkohush: do not process options after non-option args
2009-08-17 Denys Vlasenkoash: fix bug 571 (jobs %string misbehaving)
2009-08-16 Denys Vlasenkosed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]...
2009-08-14 Denys Vlasenkopgrep: match argv[0] too, not only comm; fix a bug...
2009-08-14 Denys Vlasenkomodprobe: treat tabs in modules.dep as delimiters too...
2009-08-13 Denys Vlasenkotypo fix in comment
2009-08-12 Justin Maggardudhcpc: if got IP successfully, disable -n for future...
2009-08-12 Matthew Stoltenbergvolname: new applet
2009-08-12 Denys Vlasenkohust test: complain if busybox binary can't be found
2009-08-12 Denys Vlasenkohush: fix \<newline> handling on NOMMU
2009-08-12 Denys Vlasenkohush tests: remove the requirement that .config is...
2009-08-12 Denys Vlasenkohush: do not use ps -o in leak_argv1; do not hardcode...
2009-08-10 Denys Vlasenkotail: read only a portion of a file if it's huge. close...
2009-08-09 Denys Vlasenkofdisk: add handling of avr32. closes bug 555
2009-08-09 Denys Vlasenkotail: fix "tail +N file_shorter_than_N"
2009-08-08 Denys Vlasenkorandomconfig fixes
2009-08-05 Denys Vlasenkodd: conv=noerror should skip read errors using lseek...
2009-08-03 Denys Vlasenkocorrect mode of testsuite/rx.tests
2009-08-03 Tomoya Adachinc: fix nc -ll; report vfork errors; make select loop...
2009-08-02 Denys Vlasenkorx: strip padding from last block. closes bug 501.
2009-08-02 Earl Chewrunsv: run ./finish with parameters (runit compat)
2009-08-01 Denys Vlasenkosvlogd: fix bug 521: use line buffering if any filterin...
2009-08-01 Denys Vlasenkolibbb: prevent resursion on malloc failure
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-07-30 Denys Vlasenkoping6: make it setuid just like ping
2009-07-28 Alexander Shishkinmake find_pid_by_name look at /proc/PID/exe too
2009-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2009-07-27 Alexander Shishkinhalt/reboot/poweroff: add a CONFIG_xxx to act SysV...
2009-07-25 Denys Vlasenkodpkg: delete postrm script after it's run, not before...
2009-07-25 Stefani Seiboldunzip: try lseek before resorting to reading
2009-07-24 Denys Vlasenkotftp: add comment, no code changes
2009-07-24 Atsushi Nemototftp[d]: fix block# handling on upload with non-default...
2009-07-24 Denys Vlasenkoman: use man.config, not only man.conf (man version...
2009-07-23 Denys Vlasenkoash: further fixes to debug machinery (closes bug 485)
2009-07-23 Denys Vlasenkoash: make "jobs" work even in subshells
2009-07-23 Denys Vlasenkoash: fix debug machinery a bit
2009-07-23 Denys Vlasenkochmod 755 some files in examples/*
2009-07-21 Eric Lammertstail: implement -F
2009-07-19 Denys Vlasenkoscriptreplay: show help text if run with no arguments
2009-07-19 Denys Vlasenkotcpsvd,udpsvd: fix uid/gid printing when run with -u
2009-07-19 Denys Vlasenkoinit: make comment more understandable. no code changes
2009-07-19 Denys Vlasenkoudhcpc: small simplification
2009-07-19 Denys Vlasenkotypo
2009-07-19 Denys Vlasenkoudhcpc: add/edit comments, no code changes
2009-07-19 Denys Vlasenkoudhcpc: simplify manual renew (make it more similar...
2009-07-18 Denys Vlasenkoremove msh_function.patch. msh is deprecated
2009-07-18 Denys Vlasenkosilly whitespace fix
2009-07-18 Denys Vlasenkofix mount test false positive
2009-07-18 Denys Vlasenkominor tweaks in testsuite
next