More bugs

utzoo!decvax!ucbvax!GUEST at SRI-IU utzoo!decvax!ucbvax!GUEST at SRI-IU
Fri Sep 18 18:47:38 AEST 1981


From: Guest <GUEST at SRI-IU>

Really-From: salkind at nyu (Lou Salkind)
Reply-To: salkind at nyu

More bugs in 2bsd kernel:

m40.s: the fpp flag is first tested.  Then, however, it is cleared
	when the kernel bss is zeroed.  The fix is to move the test for
	floating point after the bss segment is cleared.

ttynew.c: if both the start and stop characters are the same, and
	we are running in LDECCTQ mode, then a stop hangs the terminal.
	Fix is in ntyinput(); the last if statement should be
		if (tp->t_local&LDECCTQ && tp->t_state&TTSTOP &
		   tun.t_startc != tun.t_stopc)
			return;

------



More information about the Comp.bugs.2bsd mailing list