Age | Commit message (Expand) | Author |
2004-07-07 | Document the [get]{micro,nano,bin}[up]time functions. | Artur Grabowski |
2004-07-07 | If fts_close() fails and we have not yet seen an error, return -1. | Todd C. Miller |
2004-07-07 | - add shell prompt to command example | Jared Yanovich |
2004-07-07 | plug memleak when receiving an INVALID_HASH_INFORMATION notify. | Hans-Joerg Hoexer |
2004-07-07 | compile cleanly with -Wsign-compare; while around, kill a space | Hans-Joerg Hoexer |
2004-07-07 | tweaks; ok henning@ | Jason McIntyre |
2004-07-07 | add ntpd(8) to SEE ALSO; | Jason McIntyre |
2004-07-07 | add rdate(8) to SEE ALSO; | Jason McIntyre |
2004-07-07 | RFC 2030 is incorrect with regards to the computation of the delay value | Alexander Guy |
2004-07-07 | + ntpd.conf, Bernd Ahlers <ba@bsws.de> | Henning Brauer |
2004-07-07 | help the compiler a bit with a cast, spotted by theo | Henning Brauer |
2004-07-07 | * Convert to use the new double-based time handling functions. | Alexander Guy |
2004-07-07 | fix an issue when scripts are exec'd under systrace where | marius eriksen |
2004-07-07 | Endian conversion mistakenly done before fraction math; ok henning@ | Alexander Guy |
2004-07-07 | ease code and tweak logging | Henning Brauer |
2004-07-07 | don't log every single reply we receive and log local clock adjustemt nicer | Henning Brauer |
2004-07-07 | knf! | Theo de Raadt |
2004-07-07 | if the cookie in the received packet doesn't match discard it silently; | Henning Brauer |
2004-07-07 | better defaults; ok henning | Theo de Raadt |
2004-07-07 | remove what is now a lie about NTP | Henning Brauer |
2004-07-07 | make this a reasonable default; don't listen anywhere and sync to | Henning Brauer |
2004-07-07 | document | Henning Brauer |
2004-07-07 | do not listen anywhere by default. | Henning Brauer |
2004-07-07 | remove ntp.conf and add ntpd.conf; ok henning@ | David Krause |
2004-07-07 | server spec takes hostnames now, default to pool.ntp.org | Henning Brauer |
2004-07-07 | yuck, another bad sizeof(). again in code hacked on the Frankfurt->Montreal | Henning Brauer |
2004-07-07 | host_* now returns pointers, so the error return is NULL and not 0 | Henning Brauer |
2004-07-07 | swicth all the host_* functions to work on a newly invented | Henning Brauer |
2004-07-07 | servers can be given as hostnames now | Henning Brauer |
2004-07-07 | skip wdc at isa on media; idea from miod | Theo de Raadt |
2004-07-07 | a bit more silence during bus handovers; loki@animata.net | Theo de Raadt |
2004-07-07 | silence something | Theo de Raadt |
2004-07-07 | keep a "trustlevel" per peer. loose credit for loosing a packet, loose | Henning Brauer |
2004-07-07 | copyright dates sync; loki@animata.net | Theo de Raadt |
2004-07-07 | Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.net | Theo de Raadt |
2004-07-06 | Implement the clock filter as descirbed by David Mills: | Henning Brauer |
2004-07-06 | sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)! | Henning Brauer |
2004-07-06 | assert is dumb dumb dumb; no objection from miod | Theo de Raadt |
2004-07-06 | use MALLOC/FREE for fixed size buffer allocations | Michael Shalayeff |
2004-07-06 | only pull in a.out stuff if COMPAT_SUNOS | Theo de Raadt |
2004-07-06 | The 'reverse ftp-proxy' mode adds a command line option -R to | Daniel Hartmeier |
2004-07-06 | binutils/gdb sets fixes. | Miod Vallat |
2004-07-06 | when we received a apcket with incorrect cookie log from whom as well | Henning Brauer |
2004-07-06 | log host packet was received from (originally using a long convoluted | Jason Wright |
2004-07-06 | allow hostnames and resolve them in the config file | Henning Brauer |
2004-07-06 | Unbreak m68k build. | Mark Kettenis |
2004-07-06 | initialize the variables that track the offset array; ok henning@ | Christian Weisgerber |
2004-07-06 | commit from the wrong tree. noticed by krw@ | Marc Espie |
2004-07-06 | Set path in declaration to avoid an ugly cast in fts_open() | Todd C. Miller |
2004-07-06 | various cleanup | Jared Yanovich |