summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-23Use %b to display status register, this will make bug reports moreAlexander Yurchenko
informative. Also convert WDCS_BITS string to caps.
2004-01-23Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@Todd C. Miller
2004-01-23Add NTFS; deraadt@ OKTodd C. Miller
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
ok deraadt@
2004-01-23Use correct cvs id string.Hans-Joerg Hoexer
ok deraadt@
2004-01-23USE_GCC3 switch, now that propolice is in.Marc Espie
2004-01-23remove junk return at endTheo de Raadt
2004-01-23syncTheo de Raadt
2004-01-23make sure to only use the accept()ed connection of there is no other existingHenning Brauer
tcp connection for the peer in question, and shutdown & close it otherwise. add a comment about collision detection.
2004-01-23sync comments with reality and properly log accept() errorsHenning Brauer
2004-01-23Fix issue pointed out with ls not handling large directories with embededmouring
paths correctly. OK damien@
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-23syncPeter Stromberg
2004-01-23Virtual SVGA IIPeter Stromberg
ok deraadt@
2004-01-23enable acss for sshHans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23enable acss.Hans-Joerg Hoexer
ok @deraadt @markus Also bump minor version. ok @deraadt
2004-01-23evp api and manual page for acssHans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23Add acss to libcrypto.Hans-Joerg Hoexer
ok deraadt@ markus@
2004-01-23died of starvationMiod Vallat
2004-01-23sort options and tidy openssl nseq;Jason McIntyre
2004-01-23Clean the device configuration settings, and comment out unsupportedMiod Vallat
hardware for now.
2004-01-23Sync options and defines with other ppc ports.Miod Vallat
2004-01-23Nuke last common.Miod Vallat
2004-01-23Move a closefrom(2) into the block that execs su(1) where it can do theTodd C. Miller
most good. There is already another closefrom(2) for the normal code path. Also remove a bogus comment. Discussed with deraadt@
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2004-01-23Don't probe impossible luns. If lun 0 is non-existant, or if the device showsKenneth R Westerback
it doesn't grok luns then stop probing. Speeds up the probe of an empty scsi bus by approx. 30 seconds. From Marco Peereboom. Tested by Marco Peereboom, millert@, miod@, Diana Eichart, and a host of anonymous snapshot users. ok deraadt@.
2004-01-22Style lync with other ppc-based ports, no functional change.Miod Vallat
2004-01-22Remove unnecessary typedef usage.Marc Espie
u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@
2004-01-22Remove macppc-only devices.Miod Vallat
2004-01-22dlfcn.h removalMiod Vallat
2004-01-22document PKG_ARCHMarc Espie
2004-01-22Everyday, new typos need to be investigated.Miod Vallat
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2004-01-22document/activate @arch. Fix list handling.Marc Espie
2004-01-22provide a log_debug and use it in rde.c.Henning Brauer
with this, logit() can be a private function. we don't need to include syslog.h in bgpd.h any more; log.c and parse.y who need it include it directly now.
2004-01-22MULTI_PACKAGES for users.Marc Espie
from Michael Coulter <mjc@bitz.ca>, thanks!
2004-01-22use log_peer_warnx() now that we can, claudio agreesHenning Brauer
2004-01-22make log_peer_* take a struct peer_config instead of the session engineHenning Brauer
specific struct peer, and move their prototypes to bgpd.h to make it available to whole bgpd ok claudio@
2004-01-22Make locore and the early initialization code closer to other ppc ports;Miod Vallat
also remove ipkbd and other dead code.
2004-01-22use C comments, works betterTheo de Raadt
2004-01-22use log_warnx and log_info. reclassify a few messages in the process and fixHenning Brauer
a few messages. ok claudio@
2004-01-22provide log_warnx() and log_info()Henning Brauer
2004-01-22log_peer_err -> log_peer_warnHenning Brauer
log_peer_errx -> log_peer_warnx
2004-01-22Make exit code for "unknown suffix" and "name too long" match GNU gzip.Todd C. Miller
Fixes an interaction with the perl CPAN module which checks the exit value.
2004-01-22Remove 3 unused variables.Todd C. Miller
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-22fix segfault when an invalid field was requestedVincent Labrecque
ok miod
2004-01-22802.3X pretty printer (dead simple)Jason Wright
jakob@: "seems reasonable"
2004-01-22Add a -a address option to set the address which the proxy will useBob Beck
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@