aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - add microcom to defconfigBernhard Reutner-Fischer2007-09-221-0/+1
* move microcom to miscutilsDenis Vlasenko2007-09-224-7/+7
* - remove some trailing whitespaceBernhard Reutner-Fischer2007-09-221-2/+3
* microcom: add copyright/license infoDenis Vlasenko2007-09-221-2/+4
* ash: remove erroneously applied patchDenis Vlasenko2007-09-211-16/+1
* httpd: optional support for partial downloadsDenis Vlasenko2007-09-213-17/+128
* ash: s/int/smallint/. -60 bytes.Denis Vlasenko2007-09-211-51/+47
* test: correct confusing placement of "const"Denis Vlasenko2007-09-211-1/+1
* microcom: add new applet, this time for realDenis Vlasenko2007-09-211-0/+135
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-214-0/+13
* update Glenn McGrath's email addressDenis Vlasenko2007-09-2115-16/+15
* remove stray 8-bit chars from copyright bannerDenis Vlasenko2007-09-201-2/+2
* announce 1.7.1 on websiteDenis Vlasenko2007-09-161-0/+10
* httpd: do not clear environmentDenis Vlasenko2007-09-153-16/+57
* webpage: add a link to vda's "init must die" pageDenis Vlasenko2007-09-131-2/+3
* cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko2007-09-111-5/+7
* cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko2007-09-111-7/+15
* run_shell: code shrink for selinuxDenis Vlasenko2007-09-101-7/+5
* setup_environment: code shrinkDenis Vlasenko2007-09-105-21/+41
* grep: delete obsolete commentDenis Vlasenko2007-09-101-7/+1
* grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko2007-09-101-37/+61
* style fix, no code changesDenis Vlasenko2007-09-094-4/+7
* open_transformer: fix vda's goofupDenis Vlasenko2007-09-091-2/+3
* top: small fix for command line wrappingDenis Vlasenko2007-09-081-2/+2
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-082-21/+25
* top: add sizeof(G) check; fix styleDenis Vlasenko2007-09-081-31/+17
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-084-54/+473
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-072-12/+20
* messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2007-09-072-10/+18
* syslogd: do not need to poll(), we can just block in read().Denis Vlasenko2007-09-071-30/+23
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-076-82/+61
* fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox2007-09-061-11/+20
* fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox2007-09-061-2/+4
* umount: support (by ignoring) -i; style fixesDenis Vlasenko2007-09-061-11/+16
* usage: trim a bitDenis Vlasenko2007-09-051-34/+32
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-052-14/+22
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-059-42/+92
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-053-14/+24
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-043-37/+54
* mount: ignore NFS bg option on NOMMU machinesDenis Vlasenko2007-09-041-2/+13
* du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-09-031-64/+64
* login: do reject wrong passwords with PAM authDenis Vlasenko2007-09-031-12/+21
* trylink: reinstate accidentally deleted --verboseDenis Vlasenko2007-09-031-34/+17
* - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer2007-09-021-0/+1
* - Generally strip off -l that does not pull in a lib.Bernhard Reutner-Fischer2007-09-021-15/+11
* - fix bug where we linked again -lm even though it is not needed.Bernhard Reutner-Fischer2007-09-021-2/+11
* isrv: use monotonic_secDenis Vlasenko2007-08-312-24/+30
* top: another readability fixDenis Vlasenko2007-08-291-3/+2
* vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2007-08-292-5/+5
* top: don't wait before final bailout (try top -b -n1).Denis Vlasenko2007-08-291-37/+22