From c11911a0b271c5948dd25982f98b004a9f7e3811 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 23 Mar 2001 16:20:55 +0000 Subject: Patches from Wofgang Solfrank: "Disabling the O_SYNC option when opening printer or punch. Change the timeout value from 1 usec to 10 msec in the timer thread. At least with unproven-pthreads, the comment above that is wrong when stating that a 1 usec timeout would be stretched to the next system clock tick. A minor correction to the computation of the SIO rate. With these changes, I get a decent performance of the system and can actually get MVS to run." Require the fixed version of unproven-pthreads. Bump the hercules version number. --- emulators/hercules/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators/hercules/Makefile') diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index cbc3f087c2e..c710908310f 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/23 16:20:55 agc Exp $ DISTNAME= hercules-2.11 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= emulators MASTER_SITES= http://www.conmicro.cx/hercules/ @@ -8,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.conmicro.cx/hercules/ COMMENT= s370 emulator -DEPENDS= unproven-pthreads-*:../../devel/unproven-pthreads +DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads DEPENDS+= hercules-images-*:../../emulators/hercules-images USE_GMAKE= yes -- cgit v1.2.3