aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* login: small simplification by Walter Harms. -10 bytesDenis Vlasenko2009-02-021-10/+8
* login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko2009-02-021-46/+56
* dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko2009-02-012-18/+52
* modutils-24: code shrinkDenis Vlasenko2009-01-311-37/+30
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-315-1/+117
* brctl: fix compilation on 2.4.x kernelsDenis Vlasenko2009-01-311-0/+14
* init: remove wait() loop on restart, it may be dangerousDenis Vlasenko2009-01-311-15/+22
* init: fix a bug where on reload order of entries might be wrongDenis Vlasenko2009-01-311-83/+89
* modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko2009-01-314-89/+63
* init: small correction in a commentDenis Vlasenko2009-01-311-1/+1
* init: major improvement in documentation and signal handling.Denis Vlasenko2009-01-311-297/+374
* init: preparatory patch, no code changesDenis Vlasenko2009-01-315-31/+31
* init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko2009-01-291-28/+31
* init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko2009-01-281-12/+4
* - be gentle to syntax highlightingBernhard Reutner-Fischer2009-01-271-0/+1
* - update Michele addressBernhard Reutner-Fischer2009-01-271-2/+1
* awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2009-01-252-13/+16
* traceroute: allow -w NUM as small as 1Denis Vlasenko2009-01-241-1/+1
* traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko2009-01-241-559/+166
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-242-125/+95
* tunctl: new applet by VladimirDenis Vlasenko2009-01-235-0/+172
* - add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer2009-01-222-0/+11
* tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko2009-01-201-2/+0
* uname: use wider integer for option bitsDenis Vlasenko2009-01-191-1/+1
* uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko2009-01-191-33/+72
* dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko2009-01-141-2/+3
* libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko2009-01-131-36/+18
* depmod: fix -b option (by timo.teras AT iki.fi)Denis Vlasenko2009-01-121-20/+37
* adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko2009-01-121-13/+15
* mdev: fix breakage caused by unified parser usageDenis Vlasenko2009-01-122-2/+19
* - use https for bugzilla URLsBernhard Reutner-Fischer2009-01-104-5/+5
* - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer2009-01-091-1/+1
* do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger2009-01-081-1/+1
* sysctl: fix another corner case with "dots and slashes"Denis Vlasenko2009-01-081-2/+8
* printf: make integer format strings print long long-sized values.Denis Vlasenko2009-01-041-53/+65
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-017-186/+194
* website: announce 1.13.2 amd 1.12.4Denis Vlasenko2008-12-311-0/+15
* dc: fix the "base 2" patch omission of base not being setDenis Vlasenko2008-12-301-1/+3
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-307-57/+65
* sysctl: fix gcc warning (false positive)Denis Vlasenko2008-12-291-2/+3
* unexpand: fix incorrect expansion, add test for itDenis Vlasenko2008-12-262-39/+57
* s/an user/a user/Denis Vlasenko2008-12-251-2/+2
* *: tweak error messagesDenis Vlasenko2008-12-243-147/+137
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-239-13/+26
* - we already have an impl for manBernhard Reutner-Fischer2008-12-221-8/+0
* Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2008-12-182-0/+200
* Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer2008-12-185-32/+32
* ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko2008-12-151-10/+15
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-142-34/+41
* watchdog: build fixes, no code changesDenis Vlasenko2008-12-141-2/+7