Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | 10 | -12/+170 | ||
packet filtering should occur (like loopback, for instance). Code from Max Laier, with minor improvements based on feedback from deraadt@. ok mcbride@, henning@ | |||||
2004-12-22 | Use stdbool.h instead of rolling our own bools. | 23 | -217/+214 | ||
2004-12-22 | Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o with | 1 | -2/+3 | ||
ldap requirements in the milter. | |||||
2004-12-22 | tweaks from michael knudsen; | 1 | -6/+7 | ||
2004-12-22 | d can be negative, take that into account when comparing to the logging | 1 | -2/+3 | ||
threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok | |||||
2004-12-22 | sort sections; | 1 | -17/+17 | ||
2004-12-22 | sync | 9 | -0/+70 | ||
2004-12-22 | keep less stuff around for -e pkgpath. | 1 | -13/+15 | ||
2004-12-22 | Fix parenthesis mismatch, from Stefan Miltchev. Thanks! | 1 | -7/+7 | ||
While around, zap some spaces ok markus@ | |||||
2004-12-22 | and something else in the future | 1 | -2/+3 | ||
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | 7 | -42/+185 | ||
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@ | |||||
2004-12-22 | also pass SIGINT/QUIT to child, from mpech@. ok avsm@ | 1 | -2/+4 | ||
2004-12-22 | Instead of running carp_setroute synchronously, use if_addrhooks to get a | 1 | -23/+51 | ||
callback after in_ifinit has run. This lets us correct any routes that in_ifinit has incorrectly added for our interface. Also be more explicit with the routing checks/changes that we make. This makes it possible to have different prefix lengths on a CARP interface and the physical interface it is bound to. ok mcbride@ | |||||
2004-12-22 | Save original value returned by getifaddrs to free later; ok henning@ | 1 | -5/+5 | ||
2004-12-22 | if our first getpwnam(), testing for NTPD_USER, succeeded, but the second | 1 | -2/+2 | ||
returns NULL, we don't need loooong explanations, but at least some indicator what went wrong, From: Michael Knudsen <e@molioner.dk> | |||||
2004-12-22 | Do a COR reset on prism cards too in the watchdog reset. Helps recover | 1 | -4/+4 | ||
things when older prism firmware gets wedged. | |||||
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | 6 | -1489/+6 | ||
years now; ok deraadt@ | |||||
2004-12-22 | spacing | 1 | -6/+6 | ||
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | 6 | -6/+14 | ||
2004-12-22 | spelling corrections; ok jmc@ | 5 | -12/+12 | ||
2004-12-21 | silently ignore some cases when sendto(2) fails rather than disabling | 1 | -4/+14 | ||
logging to a remote host. Similar patch sent by Marc Huber <Marc.Huber@web.de> in PR4044. ok deraadt@ henning@ millert@ | |||||
2004-12-21 | s/files/file/ in `cvs remove' usage, like in the other commands; | 1 | -2/+2 | ||
2004-12-21 | gnu CVS has an undocumented -s command-line option to set a variable, | 2 | -4/+144 | ||
so let's support it too. This will also be required to implement the `Set' request handler. | |||||
2004-12-21 | modify the directory handling portion to behave like the one in add.c, | 5 | -33/+49 | ||
which does not attempt to send data when running on a local repository. This will be needed to support local repository access | |||||
2004-12-21 | on the way to `cvs remove'; ok jfb | 4 | -6/+151 | ||
2004-12-21 | fix nasty cache-out-of-sync bug. | 2 | -2/+15 | ||
Now, update with the same package name works again. | |||||
2004-12-21 | Check to make sure we have a valid CVSROOT, and check the return value | 1 | -3/+9 | ||
when sending the add request | |||||
2004-12-21 | add powerhooks | 4 | -12/+74 | ||
OK claudio@ kevlo@ deraadt@ | |||||
2004-12-21 | on the way to `cvs add'; ok jfb | 1 | -24/+32 | ||
2004-12-21 | missing apache Xr's; | 1 | -2/+10 | ||
2004-12-21 | sync w/ obsd; | 3 | -23/+29 | ||
2004-12-21 | spotted by grange, these files are IETF copyrighted it appears; so bye bye | 62 | -108293/+0 | ||
2004-12-21 | if we can't get this packing-list, this is not dramatic | 1 | -1/+5 | ||
2004-12-21 | Check that if_type != IFT_CARP before using ifp->if_carp. | 1 | -3/+3 | ||
2004-12-21 | Don't use crypto thread for callbacks. | 1 | -67/+7 | ||
This primarily improves IPsec performance when using crypto accelerators. With help from markus@, tested by wvdputte@. ok deraadt@, markus@ | |||||
2004-12-21 | sort SEE ALSO; | 1 | -2/+2 | ||
2004-12-21 | sync | 2 | -0/+5 | ||
2004-12-21 | - grammar, punctuation, spacing, and mdoc fixes | 2 | -34/+29 | ||
- remove first person - EAI_NONAME is already described in gai_strerror(3) | |||||
2004-12-21 | oops, really cache stuff. | 1 | -5/+4 | ||
2004-12-21 | update to indicate that return-rst generates packets | 1 | -3/+4 | ||
on bridges. Spotted by Simon Kirby. proper caps from jmc@ ok dhartmei@ | |||||
2004-12-21 | correct checks to allow for a package to replace several packages. | 2 | -17/+21 | ||
2004-12-21 | thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hosts | 2 | -4/+4 | ||
filehandle, not dynamic memory allocation. | |||||
2004-12-20 | apachectl is section 8, not 1; | 1 | -2/+2 | ||
2004-12-20 | sync FILES w/ other devices using firmware; | 1 | -3/+3 | ||
2004-12-20 | Start sentence with "The gai_strerror() function" | 1 | -2/+4 | ||
2004-12-20 | allow a replacing package to replace several packages, in principle: | 2 | -45/+49 | ||
this is just a question of iterating over the replaced packages. The fun part (can_install) still isn't done: wholesale replacements like that mean the inter-dependencies between the replaced packages don't count. | |||||
2004-12-20 | gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back. | 1 | -3/+4 | ||
2004-12-20 | gai_strerror() should return const char *; OK deraadt@ | 2 | -4/+4 | ||
2004-12-20 | Add Itojun's CAVEATS section. | 1 | -1/+55 | ||
2004-12-20 | Get rid of a bogus -32 that came about from misreading the ISC original | 1 | -4/+6 | ||
Mention what happens when a length parameter is zero Talk about space for trailing NUL byte |