summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-23permit rpc.yppasswdd run to be blocked, and block by default; ok henning teduTheo de Raadt
2004-01-23sort options and clean up openssl ocsp;Jason McIntyre
plus a stab at making this page more consistent;
2004-01-23syncTheo de Raadt
2004-01-23ifstated, from mpf@. This daemon listens on the routing socket forRyan Thomas McBride
interface link state changes and runs commands when these changes occur. This is particularly useful with carp(4) interfaces; stay tuned for additional features and documentation. ok deraadt@ mpf@
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-23use log_addrHenning Brauer
2004-01-23provide log_addr, which takes a struct bgpd_addrHenning Brauer
intended to replace log_ntoa in most cases becaus that is IPv4 only by design
2004-01-23no more suid; ok miodTheo de Raadt
2004-01-23support for cradle mode by marius at monkey.org; cradle mode allows theNikolay Sturm
systrace UI to be attached and re-attached, it also multiplexes across systrace process so that one UI can function as central notification from provos@, ok markus@
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@