aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-094-6/+19
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-0913-122/+131
* adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa2010-01-091-1/+1
* dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko2010-01-081-1/+12
* nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...Denys Vlasenko2010-01-081-9/+22
* ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko2010-01-083-15/+21
* ash: fix mishandling of bash-style redirectsChris Metcalf2010-01-081-1/+1
* ifplugd: clarify -a in help textDenys Vlasenko2010-01-081-1/+1
* ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko2010-01-081-38/+34
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-085-46/+29
* old_e2fsprogs/e2fsck.c: fix indentationDenys Vlasenko2010-01-081-248/+215
* ifplugd: mention iff mode in helpDenys Vlasenko2010-01-071-1/+1
* ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko2010-01-071-6/+11
* hwclock: tiny tweak in commentDenys Vlasenko2010-01-071-1/+1
* hwclock: make commented-out code compilableDenys Vlasenko2010-01-071-23/+32
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-072-20/+39
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-064-24/+53
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-064-32/+74
* ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko2010-01-061-0/+1
* ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko2010-01-062-7/+57
* ifplugd: simplify run_script()Denys Vlasenko2010-01-062-21/+15
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-0610-102/+95
* cal: document the location of unicode bug. no code changesDenys Vlasenko2010-01-061-0/+6
* libunarchive: trivial code shrinkDenys Vlasenko2010-01-061-10/+12
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-063-6/+36
* gzip: add optional support for --long-optsMatheus Izvekov2010-01-062-1/+27
* AUTHORS: mention Jie ZhangDenys Vlasenko2010-01-051-0/+3
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-053-2/+13
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-042-3/+3
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-0411-105/+183
* [un]expand: unicode supportTomas Heinrich2010-01-043-18/+42
* ar: heh, there *was* "-1" already...Denys Vlasenko2010-01-041-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-042-9/+9
* *: remove some uses of argcDenys Vlasenko2010-01-0426-78/+77
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-047-15/+20
* hush: fix exitcodes of killed processesDenys Vlasenko2010-01-043-2/+18
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-042-14/+28
* tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko2010-01-031-1/+2
* ntpd: fix comment, no code changesDenys Vlasenko2010-01-031-1/+1
* ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko2010-01-031-1/+39
* ntpd: remove an old hack for faster initializationDenys Vlasenko2010-01-031-27/+2
* ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko2010-01-031-126/+126
* update link to the comp.lang.c FAQDenys Vlasenko2010-01-021-1/+1
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-023-11/+3
* ntpd: fix jitter calculations and status propagationDenys Vlasenko2010-01-021-61/+58
* watch: more compatible screen formatDenys Vlasenko2010-01-021-1/+1
* ntpd: speed up reaction to poll interval decreaseDenys Vlasenko2010-01-021-0/+13
* ntpd: improve frequency filteringDenys Vlasenko2010-01-021-21/+43
* ntpd: restore forgotten delay sanitizationDenys Vlasenko2010-01-011-0/+2
* ntpd: add a comment, no code changesDenys Vlasenko2010-01-011-1/+8