summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-22basic documentation of the `cvs remove' command;Xavier Santolaria
2004-12-22proper DDB_DEBUGMichael Shalayeff
2004-12-22quitenv() proto should have the variable type only, not the name.Todd C. Miller
2004-12-22These man pages are not derived from UCB and are actually public domain.Todd C. Miller
2004-12-22Fix a use-after-free, that causs core dumps if a shell is killedOtto Moerbeek
2004-12-22Fix previous commit here, I add the case statement to the wrong switch.Todd C. Miller
2004-12-22Our times(3) just calls getrusage(2) and gettimeofday(2), converting secondsTodd C. Miller
2004-12-22Make 'echo ${a[@]:?foo}' produce an error, not a core dump.Todd C. Miller
2004-12-22Use sys_signame and sys_siglist instead of building a list of signalTodd C. Miller
2004-12-22avoid a null dereference when using membufs.Dan Harnett
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingOtto Moerbeek
2004-12-22g/c str_zcpy()Todd C. Miller
2004-12-22Introduce 'set skip on <ifspec>' to support a list of interfaces where noDaniel Hartmeier
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-22Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o withTodd C. Miller
2004-12-22tweaks from michael knudsen;Jason McIntyre
2004-12-22d can be negative, take that into account when comparing to the loggingHenning Brauer
2004-12-22sort sections;Jason McIntyre
2004-12-22syncTheo de Raadt
2004-12-22keep less stuff around for -e pkgpath.Marc Espie
2004-12-22Fix parenthesis mismatch, from Stefan Miltchev. Thanks!Hans-Joerg Hoexer
2004-12-22and something else in the futureTheo de Raadt
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.Alexander Yurchenko
2004-12-22also pass SIGINT/QUIT to child, from mpech@. ok avsm@Otto Moerbeek
2004-12-22Instead of running carp_setroute synchronously, use if_addrhooks to get aChristopher Pascoe
2004-12-22Save original value returned by getifaddrs to free later; ok henning@Darren Tucker
2004-12-22if our first getpwnam(), testing for NTPD_USER, succeeded, but the secondHenning Brauer
2004-12-22Do a COR reset on prism cards too in the watchdog reset. Helps recoverTodd C. Miller
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
2004-12-22spacingDavid Krause
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@David Krause
2004-12-22spelling corrections; ok jmc@David Krause
2004-12-21silently ignore some cases when sendto(2) fails rather than disablingDan Harnett
2004-12-21s/files/file/ in `cvs remove' usage, like in the other commands;Xavier Santolaria
2004-12-21gnu CVS has an undocumented -s command-line option to set a variable,Jean-Francois Brousseau
2004-12-21modify the directory handling portion to behave like the one in add.c,Jean-Francois Brousseau
2004-12-21on the way to `cvs remove'; ok jfbXavier Santolaria
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
2004-12-21Check to make sure we have a valid CVSROOT, and check the return valueJean-Francois Brousseau
2004-12-21add powerhooksDamien Bergamini
2004-12-21on the way to `cvs add'; ok jfbXavier Santolaria
2004-12-21missing apache Xr's;Jason McIntyre
2004-12-21sync w/ obsd;Jason McIntyre
2004-12-21spotted by grange, these files are IETF copyrighted it appears; so bye byeTheo de Raadt
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-12-21Check that if_type != IFT_CARP before using ifp->if_carp.Ryan Thomas McBride
2004-12-21Don't use crypto thread for callbacks.Marco Pfatschbacher
2004-12-21sort SEE ALSO;Jason McIntyre
2004-12-21syncTheo de Raadt
2004-12-21- grammar, punctuation, spacing, and mdoc fixesJared Yanovich