summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-09when calculating the timeout for poll() we need to take the deadlines forHenning Brauer
2004-07-09typo. Bruno RoheeJun-ichiro itojun Hagino
2004-07-09go away staticsNiklas Hallqvist
2004-07-08Make 0/0 table entries work; also fix a problem setting the network maskRyan Thomas McBride
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08make lint happier; vincent okTheo de Raadt
2004-07-08misplaced return NULL in the error pathVincent Labrecque
2004-07-08POSIX says "data" is void *, not char *. Also remove extern from prototypes.Todd C. Miller
2004-07-08simplify the file writing loopVincent Labrecque
2004-07-08free() and close() in error path.Hans-Joerg Hoexer
2004-07-08we don't care about copyout's success. add a comment to appease sturm@Ted Unangst
2004-07-08kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpdHenning Brauer
2004-07-08remove a bogus always-true test before adjtime()Henning Brauer
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-07-08Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@Darren Tucker
2004-07-08Prevent rcp from skipping the file following a double-error. Matches scp.cDarren Tucker
2004-07-08Prevent scp from skipping the file following a double-error.Darren Tucker
2004-07-08change `Mail aliases' entry to minimise config for user;Jason McIntyre
2004-07-08clarify which of the rc.* files should/should not be edited;Jason McIntyre
2004-07-08typo, and line adjustment;Jason McIntyre
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
2004-07-08Don't close the database too early. ok deraadt@, millert@.Matthieu Herrb
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-08for the arm workaround, include CPPFLAGS; ok drahnTheo de Raadt
2004-07-08again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,Peter Valchev
2004-07-08remove all handling of netmasks/prefix lengths - we don't need that in ntpd.Henning Brauer
2004-07-08log_debug() when a peer doesn't answer in timeHenning Brauer
2004-07-08lof replies with log_debug so one gets increased verbosity when inHenning Brauer
2004-07-08make log_debug() only log anything at all when we are in debug modeHenning Brauer
2004-07-08nforce3; downsjTheo de Raadt
2004-07-07Include protocol name in printout.Ryan Thomas McBride
2004-07-07The -DPIC flag must be passed when building crtbeginS.o/crtendS.o howeverDale Rahn
2004-07-07syncTheo de Raadt
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-07-07document -a/-K and "Acquire-Only"/"Use-Keynote".Hans-Joerg Hoexer
2004-07-07guard against stat not working, which happened to me...Marc Espie
2004-07-07missing comma in .Nm;Jason McIntyre
2004-07-07Funny typo.Miod Vallat
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