aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-26man: ignore (not complain) lines with less than 2 tokensDenis Vlasenko
2008-07-26tr: fix "access past the end of a string" bug 4354Denis Vlasenko
2008-07-26mdev: do not complain if mdev.conf does not exist;Denis Vlasenko
2008-07-26unzip: move check for unsupported zip features to better placeDenis Vlasenko
2008-07-26unzip: give better error message when presented with unsupportedDenis Vlasenko
2008-07-26ash: add slightly different testcaseDenis Vlasenko
2008-07-26fix example of vcsa creationDenis Vlasenko
2008-07-26ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko
2008-07-26ash: fix typoDenis Vlasenko
2008-07-26ash: hopefully close bug 4324. With testcase.Denis Vlasenko
2008-07-25ash: testsuite entries for last changeDenis Vlasenko
2008-07-25ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-24ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko
2008-07-24ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko
2008-07-24ash: teach ash about 123>file. It could take only 0..9 beforeDenis Vlasenko
2008-07-24ash: ducument where "no fds > 9 in redirects" limitation is.Denis Vlasenko
2008-07-24ash: ditch dupredirect(), it was only making code harder to read.Denis Vlasenko
2008-07-24ash: explain redirect code a bitDenis Vlasenko
2008-07-24ash: code shrinkDenis Vlasenko
2008-07-23s/othervise/otherwise/gDenis Vlasenko
2008-07-23lpd: extend help textDenis Vlasenko
2008-07-22inetd: do not trash errno in signal handlers;Denis Vlasenko
2008-07-22another overlapping_strcpyDenis Vlasenko
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-22fix trivial build warningDenis Vlasenko
2008-07-22lpd,lpr: send/receive ACKs after filenames, not only after file bodies.Denis Vlasenko
2008-07-22- strip implied proto and superfluous "www." domain part.Bernhard Reutner-Fischer
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-22chown: do not use static dataDenis Vlasenko
2008-07-22cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko
2008-07-22cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko
2008-07-22- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21whitespace fixes, no code changedDenis Vlasenko
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer
2008-07-21- remove superfluous forward declarationBernhard Reutner-Fischer
2008-07-21- document -fBernhard Reutner-Fischer
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-21- no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer
2008-07-21telnet: shrinkDenis Vlasenko
2008-07-21help text: test --help doesnt print it (by design),Denis Vlasenko
2008-07-20httpd: add Hopedir directive specially forDenis Vlasenko
2008-07-20msh: fix "while...continue" bug 3884.Denis Vlasenko
2008-07-20build system: clean more files on make clean/make mrproperDenis Vlasenko
2008-07-20udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko