Go to file
simonb 465e846051 Calculate the reciprocal of the divisor delay. From the comments:
To implement a more accurate microtime using the CP0 COUNT
	register we need to divide that register by the number of
	cycles per MHz.  But...

	DIV and DIVU are expensive on MIPS (eg 75 clocks on the
	R4000).  MULT and MULTU are only 12 clocks on the same CPU.
	On the SB1 these appear to be 40-72 clocks for DIV/DIVU and 3
	clocks for MUL/MULTU.

	The strategy we use to to calculate the reciprical of cycles
	per MHz, scaled by 1<<32.  Then we can simply issue a MULTU
	and pluck of the HI register and have the results of the
	division.
2002-03-06 07:34:36 +00:00
bin Drop duplicate .Pp. 2002-03-05 15:09:26 +00:00
crypto s/IPSec/IPsec/. 2002-03-06 00:21:36 +00:00
dist More ipip references 2002-03-04 15:15:39 +00:00
distrib COPYDIR: output "./destdir" not "./destdir/." for the first entry 2002-03-06 04:47:58 +00:00
etc Use ${PRINTOBJDIR}. 2002-03-05 19:53:19 +00:00
games No need to reference .OBJDIR here. 2002-03-05 21:29:56 +00:00
gnu Remove some unnecessary lines. 2002-03-06 02:40:06 +00:00
include add a couple of XOPEN compatibility defines, and a non-xopen function that 2002-03-05 16:09:06 +00:00
lib Historic typo: "unfo" -> "undo" 2002-03-05 21:29:32 +00:00
libexec Use ${PRINTOBJDIR}. 2002-03-05 21:53:56 +00:00
regress No need to reference .OBJDIR here. 2002-03-05 21:56:59 +00:00
sbin Drop duplicate .Pp. 2002-03-05 15:09:26 +00:00
share Make sure to pass $MACROS to the roff command. 2002-03-06 06:43:02 +00:00
sys Calculate the reciprocal of the divisor delay. From the comments: 2002-03-06 07:34:36 +00:00
tools Make $(OBJS) depend on the ufs headers link. 2002-03-05 15:08:27 +00:00
usr.bin No need to reference .OBJDIR here. 2002-03-05 22:07:13 +00:00
usr.sbin This tool is ~never used in reality. 2002-03-05 22:36:58 +00:00
build.sh Nuke my "mkdirp" hack. "mkdir -p" is used so liberally throughout the 2002-03-02 03:51:02 +00:00
BUILDING document various supported environment variables, including MAKEOBJDIRPREFIX 2002-03-05 01:15:51 +00:00
BUILDING.mdoc document various supported environment variables, including MAKEOBJDIRPREFIX 2002-03-05 01:15:51 +00:00
Makefile Build whatis.db and infodir-meta from the commands list of the afterinstall 2002-03-05 16:17:06 +00:00
Makefile.inc
UPDATING Tell VAX people to update their gas so they can assemble -current sources. 2002-02-24 01:15:21 +00:00