summaryrefslogtreecommitdiff
path: root/miscutils (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-25ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko3-18/+47
2008-07-24*: conversion to config parserDenis Vlasenko5-106/+57
2008-07-24ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko3-8/+98
2008-07-24ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko6-39/+53
2008-07-24ash: teach ash about 123>file. It could take only 0..9 beforeDenis Vlasenko1-45/+97
2008-07-24ash: ducument where "no fds > 9 in redirects" limitation is.Denis Vlasenko1-3/+4
2008-07-24ash: ditch dupredirect(), it was only making code harder to read.Denis Vlasenko1-28/+24
2008-07-24ash: explain redirect code a bitDenis Vlasenko1-29/+39
2008-07-24ash: code shrinkDenis Vlasenko1-35/+33
2008-07-23s/othervise/otherwise/gDenis Vlasenko3-3/+3
2008-07-23lpd: extend help textDenis Vlasenko1-2/+7
2008-07-22inetd: do not trash errno in signal handlers;Denis Vlasenko1-13/+20
2008-07-22another overlapping_strcpyDenis Vlasenko1-1/+1
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko7-5/+15
2008-07-22fix trivial build warningDenis Vlasenko1-1/+1
2008-07-22lpd,lpr: send/receive ACKs after filenames, not only after file bodies.Denis Vlasenko2-7/+22
2008-07-22- strip implied proto and superfluous "www." domain part.Bernhard Reutner-Fischer1-1/+1
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer18-220/+236
2008-07-22chown: do not use static dataDenis Vlasenko1-20/+30
2008-07-22cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko1-23/+30
2008-07-22cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko1-3/+5
2008-07-22- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer1-1/+4
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-21whitespace fixes, no code changedDenis Vlasenko2-3/+4
2008-07-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-21- fix spellingBernhard Reutner-Fischer9-41/+41
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer4-23/+23
2008-07-21- remove superfluous forward declarationBernhard Reutner-Fischer1-18/+17
2008-07-21- document -fBernhard Reutner-Fischer1-2/+2
2008-07-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-07-21- no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer1-120/+19
2008-07-21telnet: shrinkDenis Vlasenko3-27/+24
2008-07-21help text: test --help doesnt print it (by design),Denis Vlasenko1-2/+3
2008-07-20httpd: add Hopedir directive specially forDenis Vlasenko1-4/+15
2008-07-20msh: fix "while...continue" bug 3884.Denis Vlasenko3-0/+24
2008-07-20build system: clean more files on make clean/make mrproperDenis Vlasenko1-3/+5
2008-07-20udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko1-33/+16
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko2-2/+45
2008-07-20dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko2-80/+38
2008-07-20man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko1-2/+4
2008-07-20mn: use libbb for config parsing (by Vladimir)Denis Vlasenko1-23/+16
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko3-7/+41
2008-07-20libbb: fix print_flags() [fix somehow is only in 1.11.1?)Denis Vlasenko1-1/+1
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko2-50/+27
2008-07-19libbb: config_read() updateDenis Vlasenko4-18/+16
2008-07-19mount: support nfs mount option nordiplus.Denis Vlasenko1-24/+32
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko10-54/+206
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko3-71/+256
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko2-6/+20