Go to file
castor 4ebaf4d105 Taken from Jeff Smith <jeffs@geocast.com>:
Fix regress/lib/libc/ieeefp/except for MIPS.  Newer FPE handling code
	did not generate SIGFPE, but always SIGILL.  Add this back to the
	assembly code.  The QED 5231 requests the kernel emulates some of
	the conditions that generate an SIGFPE, but when the emulation code
	did a ctc1 to fsr with an exception the kernel got a FPE in kernel mode.
	Fix this by saving the fp regs earlier, then saving the new FSR in
	the context.  This allows the FSR value to be seen by the SIGFPE
	handler.

	Add fp emulation for 8 mips2 fpu instructions to handle exceptions
	(round.w.fmt, trunc.w.fmt, ceil.w.fmt, floor.w.fmt).  This lets
	perl5 run when compiled -mips2.
2000-04-11 16:28:05 +00:00
bin make -M imply -K. the current system is not likely to be 2000-04-10 06:37:37 +00:00
dist *EXTREMELY* ugly NTP-specific html to mdoc converter. Not perfect, but 2000-03-29 13:52:35 +00:00
distrib Oops, forgot to include test here. 2000-04-11 12:45:18 +00:00
etc make `stop' a no-op, so that the network doesn't disappear at an 2000-04-11 05:03:24 +00:00
games Missing word. From Paul Janzen. 2000-04-11 03:45:40 +00:00
gnu Add snprintf.c to get quad_to_string(). 2000-04-05 10:29:37 +00:00
include Include <unistd.h> to get the rest of the getopt goo. 2000-04-02 22:03:29 +00:00
lib Cast array subscript to int - fixes compile barf on (at least) alpha. 2000-04-11 14:27:51 +00:00
libexec Also print a newline after the error in the xwarnx case. 2000-04-02 23:04:32 +00:00
regress Use proginstall:: to disable installing PROG. 2000-03-19 02:47:19 +00:00
sbin Update usage with -f. 2000-04-08 23:18:27 +00:00
share fix long standing bug in `make build' with $DESTDIR: 2000-04-10 14:47:22 +00:00
sys Taken from Jeff Smith <jeffs@geocast.com>: 2000-04-11 16:28:05 +00:00
usr.bin Reorder two commands so that substring matching doesn't make one shadow 2000-04-11 01:18:35 +00:00
usr.sbin ignore routing socket messages for unexpected (or not interesting) interfaces. 2000-04-11 11:57:15 +00:00
Makefile use MKSHARE=no instead. 2000-04-11 08:21:41 +00:00