aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-10find: correct handling of -xdevDenys Vlasenko
2010-01-09passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2010-01-09cpio: fix -o-less cpio -F FILEDenys Vlasenko
2010-01-09cpio: improve help text more; fix -p and -F interactionDenys Vlasenko
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-09adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa
2010-01-08dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko
2010-01-08nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...Denys Vlasenko
2010-01-08ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko
2010-01-08ash: fix mishandling of bash-style redirectsChris Metcalf
2010-01-08ifplugd: clarify -a in help textDenys Vlasenko
2010-01-08ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko
2010-01-08old_e2fsprogs/e2fsck.c: fix indentationDenys Vlasenko
2010-01-07ifplugd: mention iff mode in helpDenys Vlasenko
2010-01-07ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko
2010-01-07hwclock: tiny tweak in commentDenys Vlasenko
2010-01-07hwclock: make commented-out code compilableDenys Vlasenko
2010-01-07hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2010-01-06ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko
2010-01-06ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko
2010-01-06ifplugd: simplify run_script()Denys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-06cal: document the location of unicode bug. no code changesDenys Vlasenko
2010-01-06libunarchive: trivial code shrinkDenys Vlasenko
2010-01-06find: add optional support for -links. +100 bytesMatheus Izvekov
2010-01-06gzip: add optional support for --long-optsMatheus Izvekov
2010-01-05AUTHORS: mention Jie ZhangDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2010-01-04ntpd: make -w less cumbersome to useDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04[un]expand: unicode supportTomas Heinrich
2010-01-04ar: heh, there *was* "-1" already...Denys Vlasenko
2010-01-04ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2010-01-04hush: fix exitcodes of killed processesDenys Vlasenko
2010-01-04ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko
2010-01-03tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko
2010-01-03ntpd: fix comment, no code changesDenys Vlasenko
2010-01-03ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko
2010-01-03ntpd: remove an old hack for faster initializationDenys Vlasenko
2010-01-03ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko
2010-01-02update link to the comp.lang.c FAQDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2010-01-02ntpd: fix jitter calculations and status propagationDenys Vlasenko