aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
* rfkill: new appletSouf Oued2010-05-025-0/+145
* udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
* grep: fix -FiIan Wienand2010-04-302-1/+6
* swapon: skip noauto entriesLauri Kasanen2010-04-291-4/+13
* libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-294-20/+89
* telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko2010-04-271-9/+8
* dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8
* ash: refresh stack pointers after makestrspace in rmescapesColin Watson2010-04-261-0/+4
* cmp: remove history comment. it is more natural to keep it in source controlDenys Vlasenko2010-04-261-11/+0
* cmp: ifdefectomyRob Landley2010-04-261-9/+6
* cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-262-5/+5
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
* grep: makw -w support unconditionalDenys Vlasenko2010-04-262-8/+4
* date: support -d @SECONDS_SINCE_1970Denys Vlasenko2010-04-221-0/+10
* ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2010-04-212-4/+4
* busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
* sed: fix nested {} caseDenys Vlasenko2010-04-202-1/+14
* sed: fix c cmdDenys Vlasenko2010-04-192-1/+6
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-184-26/+65
* vi: remove superfluous check on filename == ""Denys Vlasenko2010-04-181-1/+1
* remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* vi: code shrinkDenys Vlasenko2010-04-161-9/+9
* vi: code shrink; save/restore errno in signal handlersDenys Vlasenko2010-04-161-19/+27
* add a file which shows what builds on ancient RH9 imageDenys Vlasenko2010-04-161-0/+942
* read_key: fix buffer length calculationTomas Heinrich2010-04-161-1/+1
* ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy2010-04-151-1/+2
* httpd_indexcgi example: trivial fixDenys Vlasenko2010-04-151-1/+1
* udhcpc: make help text betterDenys Vlasenko2010-04-141-4/+4
* loop: correct minor device number limitDenys Vlasenko2010-04-141-1/+2
* devmem: map two pages only if it is necessaryDenys Vlasenko2010-04-141-7/+14
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-143-2/+25
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-142-1/+4
* modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch2010-04-141-0/+3
* hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko2010-04-141-30/+82
* xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko2010-04-091-20/+25
* Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2010-04-092-5/+16
* tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko2010-04-093-50/+82
* tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko2010-04-093-16/+73
* ipcalc: more correct checking for proper number of argumentsSteve Bennett2010-04-071-11/+12
* ps: fix non-DESKTOP option handling codeDenys Vlasenko2010-04-071-23/+26
* hexdump: make -s 0xNNNNN workDenys Vlasenko2010-04-061-2/+2
* fix typoDenys Vlasenko2010-04-061-2/+2
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-067-21/+17
* init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko2010-04-061-0/+4
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-064-18/+22
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-064-24/+30
* fdisk: make comment more clearDenys Vlasenko2010-04-061-2/+1
* udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko2010-04-061-1/+1
* fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko2010-04-061-74/+89