aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-26udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko1-148/+151
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko5-35/+115
2009-06-22mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2-19/+43
2009-06-20trim/regularize usage texts. -92 bytesDenys Vlasenko1-199/+199
2009-06-19udhcp: fix trivial compile errorDenys Vlasenko2-3/+3
2009-06-19mkswap: remove configuration for v0 supportDenys Vlasenko3-12/+0
2009-06-19mkswap: separate UUID featureDenys Vlasenko2-1/+8
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-06-19mount: support -i; pass through -f and -n to helpers as necessaryDenys Vlasenko2-27/+49
2009-06-19mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko1-12/+13
2009-06-19mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko1-4/+55
2009-06-18printf: fix exit code on conversion errorDenys Vlasenko2-15/+12
2009-06-18mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko1-3/+28
2009-06-18tweak to config wording, no code changesDenys Vlasenko1-2/+2
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko6-46/+48
2009-06-18fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)Denys Vlasenko5-1/+57
2009-06-17modprobe: do not use ->probed_name blidlyDenys Vlasenko1-3/+10
2009-06-17modprobe: correct exitcode handling and error messages with respect to -qDenys Vlasenko3-93/+143
2009-06-17switch_root: allow /init to be a symlink; add doc (thanks Rob!)Denys Vlasenko1-4/+93
2009-06-17udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko1-10/+6
2009-06-17udhcp: convert old-style logging in print_static_leasesDenys Vlasenko3-17/+22
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