summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-07Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks.Claudio Jeker
2004-07-07Bad interpretation of the oh so well documented mrt spec. Found byClaudio Jeker
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller
2004-07-07After we wait for the MAC's transmit section to idle, drain theTodd C. Miller
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-07-07make the shell script execution window 3 seconds. i really need to findTheo de Raadt
2004-07-07use the do { .. } while(0) wrapperTheo de Raadt
2004-07-07Document the [get]{micro,nano,bin}[up]time functions.Artur Grabowski
2004-07-07If fts_close() fails and we have not yet seen an error, return -1.Todd C. Miller
2004-07-07- add shell prompt to command exampleJared Yanovich
2004-07-07plug memleak when receiving an INVALID_HASH_INFORMATION notify.Hans-Joerg Hoexer
2004-07-07compile cleanly with -Wsign-compare; while around, kill a spaceHans-Joerg Hoexer
2004-07-07tweaks; ok henning@Jason McIntyre
2004-07-07add ntpd(8) to SEE ALSO;Jason McIntyre
2004-07-07add rdate(8) to SEE ALSO;Jason McIntyre
2004-07-07RFC 2030 is incorrect with regards to the computation of the delay valueAlexander Guy
2004-07-07+ ntpd.conf, Bernd Ahlers <ba@bsws.de>Henning Brauer
2004-07-07help the compiler a bit with a cast, spotted by theoHenning Brauer
2004-07-07* Convert to use the new double-based time handling functions.Alexander Guy
2004-07-07fix an issue when scripts are exec'd under systrace wheremarius eriksen
2004-07-07Endian conversion mistakenly done before fraction math; ok henning@Alexander Guy
2004-07-07ease code and tweak loggingHenning Brauer
2004-07-07don't log every single reply we receive and log local clock adjustemt nicerHenning Brauer
2004-07-07knf!Theo de Raadt
2004-07-07if the cookie in the received packet doesn't match discard it silently;Henning Brauer
2004-07-07better defaults; ok henningTheo de Raadt
2004-07-07remove what is now a lie about NTPHenning Brauer
2004-07-07make this a reasonable default; don't listen anywhere and sync toHenning Brauer
2004-07-07documentHenning Brauer
2004-07-07do not listen anywhere by default.Henning Brauer
2004-07-07remove ntp.conf and add ntpd.conf; ok henning@David Krause
2004-07-07server spec takes hostnames now, default to pool.ntp.orgHenning Brauer
2004-07-07yuck, another bad sizeof(). again in code hacked on the Frankfurt->MontrealHenning Brauer
2004-07-07host_* now returns pointers, so the error return is NULL and not 0Henning Brauer
2004-07-07swicth all the host_* functions to work on a newly inventedHenning Brauer
2004-07-07servers can be given as hostnames nowHenning Brauer
2004-07-07skip wdc at isa on media; idea from miodTheo de Raadt
2004-07-07a bit more silence during bus handovers; loki@animata.netTheo de Raadt
2004-07-07silence somethingTheo de Raadt
2004-07-07keep a "trustlevel" per peer. loose credit for loosing a packet, looseHenning Brauer
2004-07-07copyright dates sync; loki@animata.netTheo de Raadt
2004-07-07Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.netTheo de Raadt
2004-07-06Implement the clock filter as descirbed by David Mills:Henning Brauer
2004-07-06sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)!Henning Brauer
2004-07-06assert is dumb dumb dumb; no objection from miodTheo de Raadt
2004-07-06use MALLOC/FREE for fixed size buffer allocationsMichael Shalayeff
2004-07-06only pull in a.out stuff if COMPAT_SUNOSTheo de Raadt
2004-07-06The 'reverse ftp-proxy' mode adds a command line option -R toDaniel Hartmeier