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