summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/system.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-22Introduce 'set skip on <ifspec>' to support a list of interfaces where nodhartmei10-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-22Use stdbool.h instead of rolling our own bools.millert23-217/+214
2004-12-22Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o withmillert1-2/+3
ldap requirements in the milter.
2004-12-22tweaks from michael knudsen;jmc1-6/+7
2004-12-22d can be negative, take that into account when comparing to the logginghenning1-2/+3
threshold. spotted by Constantine Murenin <mureninc@gmail.com>, mickey ok
2004-12-22sort sections;jmc1-17/+17
2004-12-22syncderaadt9-0/+70
2004-12-22keep less stuff around for -e pkgpath.espie1-13/+15
2004-12-22Fix parenthesis mismatch, from Stefan Miltchev. Thanks!hshoexer1-7/+7
While around, zap some spaces ok markus@
2004-12-22and something else in the futurederaadt1-2/+3
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.grange7-42/+185
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@
2004-12-22also pass SIGINT/QUIT to child, from mpech@. ok avsm@otto1-2/+4
2004-12-22Instead of running carp_setroute synchronously, use if_addrhooks to get apascoe1-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-22Save original value returned by getifaddrs to free later; ok henning@dtucker1-5/+5
2004-12-22if our first getpwnam(), testing for NTPD_USER, succeeded, but the secondhenning1-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-22Do a COR reset on prism cards too in the watchdog reset. Helps recovermillert1-4/+4
things when older prism firmware gets wedged.
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm6-1489/+6
years now; ok deraadt@
2004-12-22spacingdavid1-6/+6
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@david6-6/+14
2004-12-22spelling corrections; ok jmc@david5-12/+12
2004-12-21silently ignore some cases when sendto(2) fails rather than disablingdanh1-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-21s/files/file/ in `cvs remove' usage, like in the other commands;xsa1-2/+2
2004-12-21gnu CVS has an undocumented -s command-line option to set a variable,jfb2-4/+144
so let's support it too. This will also be required to implement the `Set' request handler.
2004-12-21modify the directory handling portion to behave like the one in add.c,jfb5-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-21on the way to `cvs remove'; ok jfbxsa4-6/+151
2004-12-21fix nasty cache-out-of-sync bug.espie2-2/+15
Now, update with the same package name works again.
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valuejfb1-3/+9
when sending the add request
2004-12-21add powerhooksdamien4-12/+74
OK claudio@ kevlo@ deraadt@
2004-12-21on the way to `cvs add'; ok jfbxsa1-24/+32
2004-12-21missing apache Xr's;jmc1-2/+10
2004-12-21sync w/ obsd;jmc3-23/+29
2004-12-21spotted by grange, these files are IETF copyrighted it appears; so bye byederaadt62-108293/+0
2004-12-21if we can't get this packing-list, this is not dramaticespie1-1/+5
2004-12-21Check that if_type != IFT_CARP before using ifp->if_carp.mcbride1-3/+3
2004-12-21Don't use crypto thread for callbacks.mpf1-67/+7
This primarily improves IPsec performance when using crypto accelerators. With help from markus@, tested by wvdputte@. ok deraadt@, markus@
2004-12-21sort SEE ALSO;jmc1-2/+2
2004-12-21syncderaadt2-0/+5
2004-12-21- grammar, punctuation, spacing, and mdoc fixesjaredy2-34/+29
- remove first person - EAI_NONAME is already described in gai_strerror(3)
2004-12-21oops, really cache stuff.espie1-5/+4
2004-12-21update to indicate that return-rst generates packetsmjc1-3/+4
on bridges. Spotted by Simon Kirby. proper caps from jmc@ ok dhartmei@
2004-12-21correct checks to allow for a package to replace several packages.espie2-17/+21
2004-12-21thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsitojun2-4/+4
filehandle, not dynamic memory allocation.
2004-12-20apachectl is section 8, not 1;jmc1-2/+2
2004-12-20sync FILES w/ other devices using firmware;jmc1-3/+3
2004-12-20Start sentence with "The gai_strerror() function"millert1-2/+4
2004-12-20allow a replacing package to replace several packages, in principle:espie2-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-20gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.millert1-3/+4
2004-12-20gai_strerror() should return const char *; OK deraadt@millert2-4/+4
2004-12-20Add Itojun's CAVEATS section.millert1-1/+55
2004-12-20Get rid of a bogus -32 that came about from misreading the ISC originalmillert1-4/+6
Mention what happens when a length parameter is zero Talk about space for trailing NUL byte