Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-31Apply post 1.12.3 fixes, bump to 1.12.41_12_41_12_stableDenis Vlasenko
2008-11-29apply post-1.12.2 fixes, bump version to 1.12.31_12_3Denis Vlasenko
2008-11-09apply post-1.12.1 patches, bump version to 1.12.21_12_2Denis Vlasenko
2008-09-28apply post-1.12.0 fixes, bump version to 1.12.11_12_1Denis Vlasenko
2008-08-21This is 1.12.01_12_0Denis Vlasenko
2008-08-21getopt32: do not return pointer to alloca() areasDenis Vlasenko
2008-08-21envdir: fix "envdir with no params" caseDenis Vlasenko
2008-08-20findfs: make it use setuid-ness of busybox binaryDenis Vlasenko
2008-08-20fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko
2008-08-20linedit: fix use-after-freeDenis Vlasenko
2008-08-20libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko
2008-08-20libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko
2008-08-20ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko
2008-08-20Updating defconfig, fixing a typo in Config.inDenis Vlasenko
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer
2008-08-17showkey: new applet by VladimirDenis Vlasenko
2008-08-17setfont: new applet by VladimirDenis Vlasenko
2008-08-17libbb: use ptsname_r, it's smallerDenis Vlasenko
2008-08-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko
2008-08-16cut: fix buffer overflow (bug 4544).Denis Vlasenko
2008-08-16chpst: fix "envdir dir" case (bug 4574).Denis Vlasenko
2008-08-16arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko
2008-08-15install: fix long option not taking params (bug 4584)Denis Vlasenko
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko
2008-08-15nmeter: fix read past the end if a buffer. Closes 4594Denis Vlasenko
2008-08-12ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>Denis Vlasenko
2008-08-11sendmail: work around (bogus) gcc warningDenis Vlasenko
2008-08-10fix byte-swapping of compressed help on big-endian machinesDenis Vlasenko
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-08-06- support relatime / norelatimeBernhard Reutner-Fischer
2008-08-06- fix typoBernhard Reutner-Fischer
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko
2008-08-06fix bug 4464 for real. I am dumb.Denis Vlasenko
2008-08-06modprobe: semi-trivial code shrinkDenis Vlasenko
2008-08-06*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko
2008-08-06kbd_mode: remove erroneous & from &var. By Vladimir.Denis Vlasenko
2008-08-06libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer
2008-08-05randomconfig fixesDenis Vlasenko
2008-08-05man: teach it to use .lzma if requested by .configDenis Vlasenko
2008-08-05man: yet another fixlet to "manpage link" codeDenis Vlasenko
2008-08-05man: fixlet for man linksDenis Vlasenko
2008-08-05man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>Denis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer
2008-08-05whitespace fixes, no code changedDenis Vlasenko
2008-08-05xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko
2008-08-05modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko
2008-08-04fix some testsuite false positivesDenis Vlasenko