summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-18Decrement carp_suppress_preempt when detaching an interface that hasChristopher Pascoe
2004-12-18Better wording.Ryan Thomas McBride
2004-12-17Temporary fix to get IPv6 working again.Marco Pfatschbacher
2004-12-17* increase the initial parse buffer size to 16384 bytesJean-Francois Brousseau
2004-12-17Descriptions of 98548A and 98549A were swapped. Also, all models otherTodd C. Miller
2004-12-17fix an off-by-one and a case of snprintf() misuse.Moritz Jodeit
2004-12-17ICMP state entries use the ICMP ID as port for the unique state key. WhenDaniel Hartmeier
2004-12-17Add watchdog API documentation, from Michael Knudsen, with tweaks. ok grange...Jared Yanovich
2004-12-17knf cleanup, convert old k&r-style functions to ansi-style for aReyk Floeter
2004-12-17Fix printf in loadfirmware error path.Alexander Yurchenko
2004-12-17Reorder code in the ethernet output path, and enhance unicast addressChristopher Pascoe
2004-12-17Michael Knudsen <e@molioner.dk> says:Henning Brauer
2004-12-17can postpone grabbing conflict keys.Marc Espie
2004-12-17better collision reports.Marc Espie
2004-12-17note the effect of `$' and `~' in configuration file, and how toJason McIntyre
2004-12-17slight sync w/ fbsd;Jason McIntyre
2004-12-17- 5705 does not support jumbo framesJason McIntyre
2004-12-17.Xr watchdog 4Jason McIntyre
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-17Remember to decrement carp_suppress_preempt when detaching.Ryan Thomas McBride
2004-12-17Ensure that 'addrs' is always initialized before use (from YamamotoKenneth R Westerback
2004-12-17rev 1.62Brad Smith
2004-12-17add missing braces.Brad Smith
2004-12-17sync usageJared Yanovich
2004-12-17Add a new page about hardware watchdog devices, under a BSD license.Jared Yanovich
2004-12-16De-reference pointer *after* checking if it is NULL.Kenneth R Westerback
2004-12-16plug some memory leaks on error casesJean-Francois Brousseau
2004-12-16Add rcs_gethead() to easily retrieve the head revision of an RCSJean-Francois Brousseau
2004-12-16make cvs_connect() print an error message and return with an errorJean-Francois Brousseau
2004-12-16Fix logic botch in dmacomputeipl() introduced in rev 1.14.Miod Vallat
2004-12-16rev 1.71Brad Smith
2004-12-16if -f installed, don't treat reinstallation as errors.Marc Espie
2004-12-16better conflict: conflict with partial installations, always conflict withMarc Espie
2004-12-16save depend information into cache when package is installed.Marc Espie
2004-12-16both borked.* and partial-* are recognized.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-16default wait time for dead server connection is 300 seconds, not 120.Moritz Jodeit
2004-12-16Make sure ifp->if_baudrate is valid when the parent's statchgBrad Smith
2004-12-16- document IFS behavior changesJared Yanovich
2004-12-16Delete VL/EISA cruft left over from ahc.Kenneth R Westerback
2004-12-16Clean up handling of sync_flags.Ryan Thomas McBride
2004-12-16Limit the number of addresses used by the 'servers' directive to 8; ok henning@Darren Tucker
2004-12-16Update to sendmail-8.13.2Todd C. Miller
2004-12-15Add IFF_NOARP to carp interface, we want arp requests to be handled viaRyan Thomas McBride
2004-12-15minimum key length of aes is 128 bit, not 64.Hans-Joerg Hoexer
2004-12-15print line number of warnings in .cvsrc; ok jfb@.Xavier Santolaria
2004-12-15missing free()s; with patHenning Brauer
2004-12-15* fix the multicast memberships removalPatrick Latifi
2004-12-15protect against multiple inclusionPatrick Latifi
2004-12-15Poll unsynchronized servers at the maximum interval and log a message aboutDarren Tucker