aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko11-134/+143
2009-06-17examples/udhcp/udhcpd.conf: updateDenys Vlasenko1-64/+31
2009-06-17udhcpc: fix format of one log messageDenys Vlasenko1-1/+1
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko15-103/+126
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko16-122/+197
2009-06-16udhcp: add a few TODOsDenys Vlasenko4-2/+11
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko9-28/+44
2009-06-16udhcp: cleanup of static lease handlingDenys Vlasenko6-48/+45
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko5-33/+26
2009-06-16udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko7-20/+20
2009-06-16udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko6-31/+32
2009-06-16udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko6-33/+66
2009-06-15install: compat fix for mode of created files.Denys Vlasenko1-3/+4
2009-06-15seq: fix input handling in non-C localesDenys Vlasenko1-1/+12
2009-06-15vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko1-33/+31
2009-06-15libbb: stop using bb_strtod for nowDenys Vlasenko3-3/+7
2009-06-15seq: fix testsuite failuresDenys Vlasenko4-27/+66
2009-06-14ash: fix . builtinDenys Vlasenko6-46/+66
2009-06-13fix or document testsuite failuresDenys Vlasenko3-7/+11
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko3-26/+38
2009-06-13fix permissions in testsuiteDenys Vlasenko1-0/+0
2009-06-12Update POSIX compliance tableDenys Vlasenko1-128/+172
2009-06-12readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2-7/+33
2009-06-11ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko1-16/+16
2009-06-10added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2-0/+10
2009-06-10hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2-30/+41
2009-06-10telnetd: more compact version of the fix for stray open fdsDenys Vlasenko1-51/+39
2009-06-09telnetd: properly close fds in childDenys Vlasenko2-64/+95
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko3-20/+138
2009-06-09randomconfig fixesDenys Vlasenko3-6/+13
2009-06-09diff: tiny compat tweakDenys Vlasenko1-0/+3
2009-06-07hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko1-42/+38
2009-06-07hush: fix a segfault in export builtinDenys Vlasenko1-13/+12
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko5-11/+7
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko4-94/+186
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko1-59/+65
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko1-3/+7
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko3-4/+16
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko1-3/+6
2009-06-05*: reduce #ifdef forestDenys Vlasenko3-47/+35
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko1-0/+5
2009-06-03rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer1-1/+1
2009-06-03tweak docsDenys Vlasenko1-28/+9
2009-06-03hush: document a TODO in export builtinDenys Vlasenko1-2/+16
2009-06-03hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko1-0/+2
2009-06-03hush: add support for local builtinDenys Vlasenko6-70/+210
2009-06-01bloat-o-meter: touchup argv handlingMike Frysinger1-2/+2
2009-06-01bloat-o-meter: fix tab/space mixingMike Frysinger1-3/+3
2009-06-01hush_test: stop mixing tabs/spaces for indentationMike Frysinger1-37/+37