aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-01dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko2-18/+52
2009-01-31modutils-24: code shrinkDenis Vlasenko1-37/+30
2009-01-31ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko5-1/+117
2009-01-31brctl: fix compilation on 2.4.x kernelsDenis Vlasenko1-0/+14
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko1-15/+22
2009-01-31init: fix a bug where on reload order of entries might be wrongDenis Vlasenko1-83/+89
2009-01-31modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko4-89/+63
2009-01-31init: small correction in a commentDenis Vlasenko1-1/+1
2009-01-31init: major improvement in documentation and signal handling.Denis Vlasenko1-297/+374
2009-01-31init: preparatory patch, no code changesDenis Vlasenko5-31/+31
2009-01-29init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko1-28/+31
2009-01-28init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko1-12/+4
2009-01-27- be gentle to syntax highlightingBernhard Reutner-Fischer1-0/+1
2009-01-27- update Michele addressBernhard Reutner-Fischer1-2/+1
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2-13/+16
2009-01-24traceroute: allow -w NUM as small as 1Denis Vlasenko1-1/+1
2009-01-24traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko1-559/+166
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko2-125/+95
2009-01-23tunctl: new applet by VladimirDenis Vlasenko5-0/+172
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2-0/+11
2009-01-20tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko1-2/+0
2009-01-19uname: use wider integer for option bitsDenis Vlasenko1-1/+1
2009-01-19uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko1-33/+72
2009-01-14dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko1-2/+3
2009-01-13libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko1-36/+18
2009-01-12depmod: fix -b option (by timo.teras AT iki.fi)Denis Vlasenko1-20/+37
2009-01-12adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko1-13/+15
2009-01-12mdev: fix breakage caused by unified parser usageDenis Vlasenko2-2/+19
2009-01-10- use https for bugzilla URLsBernhard Reutner-Fischer4-5/+5
2009-01-09- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer1-1/+1
2009-01-08do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger1-1/+1
2009-01-08sysctl: fix another corner case with "dots and slashes"Denis Vlasenko1-2/+8
2009-01-04printf: make integer format strings print long long-sized values.Denis Vlasenko1-53/+65
2009-01-01udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko7-186/+194
2008-12-31website: announce 1.13.2 amd 1.12.4Denis Vlasenko1-0/+15
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko1-1/+3
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko7-57/+65
2008-12-29sysctl: fix gcc warning (false positive)Denis Vlasenko1-2/+3
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko2-39/+57
2008-12-25s/an user/a user/Denis Vlasenko1-2/+2
2008-12-24*: tweak error messagesDenis Vlasenko3-147/+137
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko9-13/+26
2008-12-22- we already have an impl for manBernhard Reutner-Fischer1-8/+0
2008-12-18Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2-0/+200
2008-12-18Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer5-32/+32
2008-12-15ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko1-10/+15
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2-34/+41
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko1-2/+7
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko3-4/+76
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2-4/+2