aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fdisk: code shrink without logic changesDenys Vlasenko2010-04-061-126/+118
* removed extra \n in fdisk help textDenys Vlasenko2010-04-061-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-057-56/+134
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-057-159/+117
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-043-19/+32
* udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko2010-04-041-1/+13
* update examples/udhcp/udhcpd.confDenys Vlasenko2010-04-041-0/+2
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-042-13/+43
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-044-49/+46
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-043-34/+34
* udhcpc: trivial shrinkDenys Vlasenko2010-04-041-4/+2
* awk: add comment about fixing bug 1333Denys Vlasenko2010-04-041-0/+2
* awk: don't append bogus data after NUL in sub(); shrinkDenys Vlasenko2010-04-041-50/+68
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-034-44/+83
* cosmetic fixes, no code changedDenys Vlasenko2010-04-033-16/+15
* ftpd: shrink by 33 bytesDenys Vlasenko2010-04-031-5/+11
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-033-7/+24
* libpwdgrp: comment out unused dataDenys Vlasenko2010-04-021-3/+3
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-022-5/+5
* testsuite fixesChris Metcalf2010-04-024-4/+16
* ifplugd: more robust interface name match checkDenys Vlasenko2010-04-021-2/+5