aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-21more of pointless beautifuing on the web pageDenis Vlasenko1-10/+10
2008-08-21trim webpage text a bitDenis Vlasenko1-2/+0
2008-08-21- drop outdated paragraph (which additionally contained some mistyped html-li...Bernhard Reutner-Fischer1-11/+1
2008-08-21- misc. minor tweaksBernhard Reutner-Fischer2-8/+9
2008-08-21- point people to the current stable branchBernhard Reutner-Fischer1-1/+1
2008-08-21- tweak markupBernhard Reutner-Fischer1-10/+5
2008-08-21more cosmetic fixes on the websiteDenis Vlasenko1-2/+1
2008-08-21cosmetic fixes on the webpageDenis Vlasenko1-4/+4
2008-08-21- tweak markupBernhard Reutner-Fischer2-2/+2
2008-08-21- bump copyright yearBernhard Reutner-Fischer1-1/+1
2008-08-21- fix markupBernhard Reutner-Fischer1-2/+2
2008-08-21- fix some wrong markup.Bernhard Reutner-Fischer6-161/+161
2008-08-21- correct release date for 1.12.0 and fix a few typosBernhard Reutner-Fischer1-12/+11
2008-08-21announce 1.12.0Denis Vlasenko1-0/+146
2008-08-20Bump version to 1.13.0.svnDenis Vlasenko1-2/+2
2008-08-20This is 1.12.01_12_0Denis Vlasenko1-1/+1
2008-08-20getopt32: do not return pointer to alloca() areasDenis Vlasenko1-1/+12
2008-08-20envdir: fix "envdir with no params" caseDenis Vlasenko1-1/+3
2008-08-20findfs: make it use setuid-ness of busybox binaryDenis Vlasenko1-1/+1
2008-08-20fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko1-116/+17
2008-08-20linedit: fix use-after-freeDenis Vlasenko1-2/+3
2008-08-20libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko1-1/+2
2008-08-20libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2-42/+25
2008-08-19ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko1-6/+30
2008-08-19Updating defconfig, fixing a typo in Config.inDenis Vlasenko3-3/+10
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer6-0/+41
2008-08-17showkey: new applet by VladimirDenis Vlasenko5-1/+156
2008-08-17setfont: new applet by VladimirDenis Vlasenko5-63/+96
2008-08-17libbb: use ptsname_r, it's smallerDenis Vlasenko1-10/+14
2008-08-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko3-11/+20
2008-08-15cut: fix buffer overflow (bug 4544).Denis Vlasenko1-1/+1
2008-08-15chpst: fix "envdir dir" case (bug 4574).Denis Vlasenko1-1/+1
2008-08-15arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko1-2/+2
2008-08-15install: fix long option not taking params (bug 4584)Denis Vlasenko1-3/+3
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko1-21/+16
2008-08-14nmeter: fix read past the end if a buffer. Closes 4594Denis Vlasenko1-2/+4
2008-08-12ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>Denis Vlasenko1-2/+18
2008-08-10sendmail: work around (bogus) gcc warningDenis Vlasenko1-5/+6
2008-08-09fix byte-swapping of compressed help on big-endian machinesDenis Vlasenko1-5/+12
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko3-115/+91
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko5-36/+155
2008-08-06- support relatime / norelatimeBernhard Reutner-Fischer3-1/+8
2008-08-06- fix typoBernhard Reutner-Fischer1-1/+1
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko1-1/+3
2008-08-06fix bug 4464 for real. I am dumb.Denis Vlasenko1-2/+1
2008-08-06modprobe: semi-trivial code shrinkDenis Vlasenko1-52/+47
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko9-22/+20
2008-08-05kbd_mode: remove erroneous & from &var. By Vladimir.Denis Vlasenko1-1/+1
2008-08-05libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko1-1/+1
2008-08-05- reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys?Bernhard Reutner-Fischer1-1/+2