Go to file
jonathan 53c671e26c Add locore assembler functions to read mips3 cycle counter, and
read and write compare register (controls cycle-driven periodic interrupt).

Use cycle counter for microsecond time on mips3, but for now only on
3min motherboards (5000/150).  the MAXINE baseboard microsecond
counter is more stable and I don't ave no 5000/260 to test.

XXX clkread() is a mess, it should be rewritten.
XXX should add nanotime() to give inkernel nanosecond resolution,
    and then microtime() reworked to use nanotime().
1998-04-19 01:48:34 +00:00
bin refer to COPTS not CFLAGS 1998-04-13 14:08:27 +00:00
distrib Add uvm/uvm*.h. 1998-04-18 01:09:08 +00:00
etc Add the "speaker" device. 1998-04-16 04:38:11 +00:00
games use HOST_CPPFLAGS not HOST_CFLAGS 1998-04-13 14:14:39 +00:00
gnu add back in the old NetBSD changes. Also, add in a PIC GOT 1998-04-19 01:05:27 +00:00
include C++ has a very different concept of "exception." Delimit struct exception 1998-04-08 23:42:59 +00:00
lib You cannot check SHLIB_{MAJOR,MINOR} without <bsd.lib.mk>, but LINKS is 1998-04-18 15:46:22 +00:00
libexec fix disabling of optimization on powerpc (set COPTS *after* <bsd.prog.mk>...) 1998-04-13 14:24:02 +00:00
regress disable the optimizer the correct way... 1998-04-13 14:28:04 +00:00
sbin Changes to implement "-R" (raw) option to umount, per PR#4030. 1998-04-17 01:19:42 +00:00
share add pkgsrc 1998-04-17 21:22:57 +00:00
sys Add locore assembler functions to read mips3 cycle counter, and 1998-04-19 01:48:34 +00:00
usr.bin kill "warning: variable `erred' might be clobbered by `longjmp' or `vfork'" 1998-04-17 15:56:14 +00:00
usr.sbin Make the yacc rules work on 1.3 as well as -current without updating the 1998-04-16 18:47:05 +00:00
Makefile Do the cleandir before the includes, so rpcgen doesn't build includes 1998-04-15 13:44:55 +00:00