summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ash: fix testcase to not sleep for whole 10 seconds,Denis Vlasenko2008-07-262-12/+11
* ash: fix typoDenis Vlasenko2008-07-261-1/+1
* ash: hopefully close bug 4324. With testcase.Denis Vlasenko2008-07-263-17/+57
* ash: testsuite entries for last changeDenis Vlasenko2008-07-252-0/+5
* ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko2008-07-253-18/+47
* *: conversion to config parserDenis Vlasenko2008-07-245-106/+57
* ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko2008-07-243-8/+98
* ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko2008-07-246-39/+53
* ash: teach ash about 123>file. It could take only 0..9 beforeDenis Vlasenko2008-07-241-45/+97
* ash: ducument where "no fds > 9 in redirects" limitation is.Denis Vlasenko2008-07-241-3/+4
* ash: ditch dupredirect(), it was only making code harder to read.Denis Vlasenko2008-07-241-28/+24
* ash: explain redirect code a bitDenis Vlasenko2008-07-241-29/+39
* ash: code shrinkDenis Vlasenko2008-07-241-35/+33
* s/othervise/otherwise/gDenis Vlasenko2008-07-233-3/+3
* lpd: extend help textDenis Vlasenko2008-07-231-2/+7
* inetd: do not trash errno in signal handlers;Denis Vlasenko2008-07-221-13/+20
* another overlapping_strcpyDenis Vlasenko2008-07-221-1/+1
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-227-5/+15
* fix trivial build warningDenis Vlasenko2008-07-221-1/+1
* lpd,lpr: send/receive ACKs after filenames, not only after file bodies.Denis Vlasenko2008-07-222-7/+22
* - strip implied proto and superfluous "www." domain part.Bernhard Reutner-Fischer2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-2218-220/+236
* chown: do not use static dataDenis Vlasenko2008-07-221-20/+30
* cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko2008-07-221-23/+30
* cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko2008-07-221-3/+5
* - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer2008-07-221-1/+4
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-2171-168/+173
* whitespace fixes, no code changedDenis Vlasenko2008-07-212-3/+4
* - commentary typo fixBernhard Reutner-Fischer2008-07-211-1/+1
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-2113-26/+26
* - fix spellingBernhard Reutner-Fischer2008-07-219-41/+41
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-214-23/+23
* - remove superfluous forward declarationBernhard Reutner-Fischer2008-07-211-18/+17
* - document -fBernhard Reutner-Fischer2008-07-211-2/+2
* - commentary typo fixBernhard Reutner-Fischer2008-07-211-1/+1
* - no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer2008-07-211-120/+19
* telnet: shrinkDenis Vlasenko2008-07-213-27/+24
* help text: test --help doesnt print it (by design),Denis Vlasenko2008-07-211-2/+3
* httpd: add Hopedir directive specially forDenis Vlasenko2008-07-201-4/+15
* msh: fix "while...continue" bug 3884.Denis Vlasenko2008-07-203-0/+24
* build system: clean more files on make clean/make mrproperDenis Vlasenko2008-07-201-3/+5
* udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko2008-07-201-33/+16
* libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko2008-07-202-2/+45
* dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko2008-07-202-80/+38
* man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko2008-07-201-2/+4
* mn: use libbb for config parsing (by Vladimir)Denis Vlasenko2008-07-201-23/+16
* tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko2008-07-203-7/+41
* libbb: fix print_flags() [fix somehow is only in 1.11.1?)Denis Vlasenko2008-07-201-1/+1
* libbb: fixes to config_read() by maintainerDenis Vlasenko2008-07-202-50/+27
* libbb: config_read() updateDenis Vlasenko2008-07-194-18/+16