aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-04httpd:Denis Vlasenko
2009-02-04sendmail: remove erroneous usage linesDenis Vlasenko
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko
2009-02-02telnetd: do not advertise TELNET_LFLOW, we do not supportDenis Vlasenko
2009-02-02udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko
2009-02-02login: small simplification by Walter Harms. -10 bytesDenis Vlasenko
2009-02-02login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko
2009-02-01dhcpd,dumpleases: write and use 64-bit current time in lease file.Denis Vlasenko
2009-01-31modutils-24: code shrinkDenis Vlasenko
2009-01-31ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko
2009-01-31brctl: fix compilation on 2.4.x kernelsDenis Vlasenko
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko
2009-01-31init: fix a bug where on reload order of entries might be wrongDenis Vlasenko
2009-01-31modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko
2009-01-31init: small correction in a commentDenis Vlasenko
2009-01-31init: major improvement in documentation and signal handling.Denis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2009-01-29init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko
2009-01-28init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko
2009-01-27- be gentle to syntax highlightingBernhard Reutner-Fischer
2009-01-27- update Michele addressBernhard Reutner-Fischer
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko
2009-01-24traceroute: allow -w NUM as small as 1Denis Vlasenko
2009-01-24traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMPDenis Vlasenko
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko
2009-01-23tunctl: new applet by VladimirDenis Vlasenko
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer
2009-01-20tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko
2009-01-19uname: use wider integer for option bitsDenis Vlasenko
2009-01-19uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko
2009-01-14dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko
2009-01-13libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko
2009-01-12depmod: fix -b option (by timo.teras AT iki.fi)Denis Vlasenko
2009-01-12adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko
2009-01-12mdev: fix breakage caused by unified parser usageDenis Vlasenko
2009-01-10- use https for bugzilla URLsBernhard Reutner-Fischer
2009-01-09- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer
2009-01-08do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger
2009-01-08sysctl: fix another corner case with "dots and slashes"Denis Vlasenko
2009-01-04printf: make integer format strings print long long-sized values.Denis Vlasenko
2009-01-01udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko
2008-12-31website: announce 1.13.2 amd 1.12.4Denis Vlasenko
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-12-29sysctl: fix gcc warning (false positive)Denis Vlasenko
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko
2008-12-25s/an user/a user/Denis Vlasenko
2008-12-24*: tweak error messagesDenis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-22- we already have an impl for manBernhard Reutner-Fischer