Age | Commit message (Expand) | Author |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-07 | Only drain the transmit queue if we are idling the transmit section. | Todd C. Miller |
2004-07-07 | After we wait for the MAC's transmit section to idle, drain the | Todd C. Miller |
2004-07-07 | Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported). | Todd C. Miller |
2004-07-07 | The ADM8211C uses a different BBP type-number for RFMD parts than | Todd C. Miller |
2004-07-07 | Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD. | Todd C. Miller |
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt |
2004-07-07 | use the do { .. } while(0) wrapper | Theo de Raadt |
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 |