summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-19undo broken changeTheo de Raadt
2001-04-19use local variable, no function call needed.Markus Friedl
(btw, hostbased works now with ssh.com >= 2.0.13)
2001-04-18error->debug; noted by fries@Markus Friedl
2001-04-18more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works nowMarkus Friedl
(however the 2.1.0 server seems to work only if debug is enabled...)
2001-04-18Document boot halt.Artur Grabowski
2001-04-18New boot command: boot halt.Artur Grabowski
Don't sync, don't dump, just halt.
2001-04-18no longer constMarkus Friedl
2001-04-18use FDQN with trailing dot in the hostbased auth packets, ok deraadt@Markus Friedl
2001-04-18call askpass from ssh, too, based on work by roth@feep.net, ok deraadtMarkus Friedl
2001-04-18xref rc.conf(8) and rc.shutdown(8). ok aaron@Jakob Schlyter
2001-04-18date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0Dale Rahn
Use the /var/run/ld.so.hints for looking up transitive dependancies on shared libraries in ld, this is done in linux with ld.so.conf, but the string is stored in ld.so.hints for openbsd. Fixes some "-rpath" compilation errors. as with the linux case, this is only for the native ld. Ok'd by espie@.
2001-04-18add MySQL port, ok deraadt@Jakob Schlyter
2001-04-18s/timserver/timeserver/, ok deraadt@Jakob Schlyter
2001-04-18Fix `hinted' options: set initial order to maximal, so that any hintMarc Espie
will be first. Also, keep order around between hints file and reading normal pairt, so that this option actually is useful.
2001-04-18Fix typo reported in PR/1779Ian Darwin
2001-04-18Cover rl with #ifdef's and put it to sleep. ZZzz..Hugh Graham
2001-04-18Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777.Aaron Campbell
2001-04-18regenAaron Campbell
2001-04-18Recognize the Corega FEther PCC-TXF card.Aaron Campbell
2001-04-18Document USE_MOTIFMarc Espie
2001-04-18Talk about CardBus a bit more.Aaron Campbell
2001-04-18We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.netAaron Campbell
2001-04-18fix two bugs.Marc Espie
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead.
2001-04-18Typo; rd@thrush.comAaron Campbell
2001-04-18debug->debug3Markus Friedl
2001-04-18Sync, and quadruple NMBCLUSTERSNiklas Hallqvist
2001-04-18Most of the systems we run on require an emulated EMODD, so avoid usingHugh Graham
it if a CVTDL would do instead. This path is 80x faster on such systems, and falling back to EMODD if necessary hurts little. Helps programs like nawk, a heavy modf user.
2001-04-18another vax tagHugh Graham
2001-04-18- .Dt FOO 8 -> .Dt FOO 8 vax (where needed)Brandon Creighton
- convert format.8 to mdoc - rearrange sections in installboot.8 - spelling/other misc. errors
2001-04-18Even more bizzarreness on the up1000.Artur Grabowski
From thorpej@netbsd.
2001-04-18Correct IKE mode config printouts, ok ho@Niklas Hallqvist
2001-04-18Declare undeclared variable in #ifdef DEBUG_SVR4Niklas Hallqvist
2001-04-18Remove last change to powerpc pmap. This has a slight chance of being theDale Rahn
cause of a frequent, but not easy to reproduce crash. The reason for making this change is to support functionality that will not be in 2.9.
2001-04-18syncTheo de Raadt
2001-04-18Oops -- adjust the comment as well.Aaron Campbell
2001-04-18Set the default bell pitch to 400, like X.Aaron Campbell
2001-04-17During a mouse motion event, inverse the new mouse position first, then theAaron Campbell
old one, instead of the other way around. This makes the motion look much more fluid on my laptop LCD.
2001-04-17Enable UDMA for rev 0xd0 SiS again (undone in last update)Chris Cappuccio
2001-04-17Redundant package name.Marc Espie
2001-04-17Let ldd scan shared libraries. Since it doesn't load them, it doesn'tMarc Espie
use the hint cache nor anything, but at least it shows what dependencies exist.
2001-04-17Missing bits from last commit here; kstailey@disclosure.comTodd C. Miller
2001-04-17Spelling, typos, etc; mpech@prosoft.org.lvAaron Campbell
2001-04-17Add an x509v3.cnf in /etc/ssl so that creating certificate authoritiesBob Beck
form isakmpd works. From Tim Newsham <newsham@lava.net> ok provos@
2001-04-17move auth_approval to do_authenticated().Markus Friedl
do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems.
2001-04-17Turn off DMA on REQUEST SENSEConstantine Sapuntzakis
2001-04-17dma_status variable check is only valid for DMA transfers.Constantine Sapuntzakis
2001-04-17spellingTodd T. Fries
2001-04-17Comment out the 20+ year old rl disk device to make way for the recentlyHugh Graham
MI RealTek network adaptor. Will resurrect or rename rl at such time as we actually support these drives.
2001-04-17sync vaxHugh Graham
2001-04-17OpenBSD tagsArtur Grabowski