aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-02watch: more compatible screen formatDenys Vlasenko
2010-01-02ntpd: speed up reaction to poll interval decreaseDenys Vlasenko
2010-01-02ntpd: improve frequency filteringDenys Vlasenko
2010-01-01ntpd: restore forgotten delay sanitizationDenys Vlasenko
2010-01-01ntpd: add a comment, no code changesDenys Vlasenko
2010-01-01ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko
2010-01-01ntpd: reduce poll interval increase rateDenys Vlasenko
2010-01-01ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko
2010-01-01ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko
2009-12-30ntpd: preparatory patches, no functional changesDenys Vlasenko
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko
2009-12-18ntpd: fx incorrect offset display when steppingDenys Vlasenko
2009-12-18tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko
2009-12-17ntpd: field renames and style fixes, no code changesDenys Vlasenko
2009-12-17ntpd: eliminate one time(NULL) callDenys Vlasenko
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-12-16httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko
2009-12-16mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko
2009-12-15mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko
2009-12-15switch_root: more clear error messagesDenys Vlasenko
2009-12-15mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko
2009-12-15init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11mount: needs find_mount_point.oDenys Vlasenko
2009-12-11stty: code shrink -44 bytesDenys Vlasenko
2009-12-11stty: fix columns command. closes bug 791.Denys Vlasenko
2009-12-11wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko
2009-12-10mount: "already mounted" msg appears only if -vDenys Vlasenko
2009-12-10ash: trivial optimization -6 bytesDenys Vlasenko
2009-12-07lsusb: new applet. +400 bytesSouf Oued
2009-12-05lspci: new applet. +573 bytesSouf Oued
2009-12-05replace /bin/mdev with /sbin/mdevDenys Vlasenko
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko
2009-12-05trim usage text. -238 bytesDenys Vlasenko
2009-12-05ash: fix double comma in initializerDenys Vlasenko
2009-12-04ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott
2009-12-04ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko
2009-12-04ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko
2009-12-04mount: add support for -O list. +44 bytesMichael Abbott
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko
2009-12-03ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko