aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-30grep: fix -FiIan Wienand
2010-04-29swapon: skip noauto entriesLauri Kasanen
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-04-27telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko
2010-04-26dnsd: fix unaligned access problemDenys Vlasenko
2010-04-26ash: refresh stack pointers after makestrspace in rmescapesColin Watson
2010-04-26cmp: remove history comment. it is more natural to keep it in source controlDenys Vlasenko
2010-04-26cmp: ifdefectomyRob Landley
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko
2010-04-26grep: makw -w support unconditionalDenys Vlasenko
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko
2010-04-21ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko
2010-04-20busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko
2010-04-20sed: fix nested {} caseDenys Vlasenko
2010-04-19sed: fix c cmdDenys Vlasenko
2010-04-18vi: discover window size even on serial consoles. optionalDenys Vlasenko
2010-04-18vi: remove superfluous check on filename == ""Denys Vlasenko
2010-04-18remove stdio from allnoconfig buildDenys Vlasenko
2010-04-16vi: code shrinkDenys Vlasenko
2010-04-16vi: code shrink; save/restore errno in signal handlersDenys Vlasenko
2010-04-16add a file which shows what builds on ancient RH9 imageDenys Vlasenko
2010-04-16read_key: fix buffer length calculationTomas Heinrich
2010-04-15ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy
2010-04-15httpd_indexcgi example: trivial fixDenys Vlasenko
2010-04-14udhcpc: make help text betterDenys Vlasenko
2010-04-14loop: correct minor device number limitDenys Vlasenko
2010-04-14devmem: map two pages only if it is necessaryDenys Vlasenko
2010-04-14mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen
2010-04-14dnsd: enforce alignment on packet bufferDenys Vlasenko
2010-04-14modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch
2010-04-14hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko
2010-04-09Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy
2010-04-09tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko
2010-04-09tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko
2010-04-07ipcalc: more correct checking for proper number of argumentsSteve Bennett
2010-04-07ps: fix non-DESKTOP option handling codeDenys Vlasenko
2010-04-06hexdump: make -s 0xNNNNN workDenys Vlasenko
2010-04-06fix typoDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-06fdisk: make comment more clearDenys Vlasenko
2010-04-06udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko
2010-04-06fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko
2010-04-06fdisk: code shrink without logic changesDenys Vlasenko
2010-04-06removed extra \n in fdisk help textDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko