Go to file
jonathan 6ac1fdec40 Merge mips1 and mips3 pte/pmap code, pass 0;
* Move mips-I pte (TLBlo) definitions from pmax/include/pte.h
      to mips/include/mips1_pte.h

    * Move mips-III pte (TLBlo) definitions from  pica/include/pte.h
      to mips/include/mips3_pte.h

    * Add new mips/include/pte.h, which includes exactly one of
      mips1_pte.h or mips3_pte.h (which still have namespace collisions),
      depending on "options MIPS1" or "options MIPS3". (hack).
      Move soft kvtopte(), ptetovk() definitions to mips/include/pte.h

    * Add macro PTE_TO_PADDR() to hide the different hardware TLB formats
      when mapping from pte to physical address.

   * Add macro PTE_READONLY() to hide lack of SW read-only bit in mips-III
     tlb. (mips1 pmap uses a sw bit in the PTE, mips3 looks up RO bit in
     the kernel pmap.)

   * Use macros (not direct TLB frobbing) in mips/trap.c, to make it
     mips-1/mips-III indepenndet.

    * Change {pmax,pica}/include/pte.h to just do #include <mips/pte.h>.
1996-10-13 09:28:53 +00:00
bin Removed missing.c beacuse NetBSD is not missing any of the functions 1996-10-10 14:17:02 +00:00
distrib Merge the netbsd-1-2 branch into the mainline. 1996-10-11 20:30:33 +00:00
etc merge in 1.2 branch 1996-10-09 00:40:33 +00:00
games <machine/endian.h> -> <sys/types.h> 1996-10-13 00:01:05 +00:00
gnu last change should not have been merged 1996-10-09 01:03:08 +00:00
include add _PATH_KVMDB as "/var/db/kvm.db" 1996-10-12 00:49:19 +00:00
lib in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
libexec Actually set the RTLD_DL flag in dlopen'ed shared objects, per PR#2791. 1996-10-06 19:03:32 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Add a chlen command, to change the length/size of an inode. From FreeBSD. 1996-10-11 20:22:43 +00:00
share Add a missing quote ; closes pr misc/2832 1996-10-11 14:53:03 +00:00
sys Merge mips1 and mips3 pte/pmap code, pass 0; 1996-10-13 09:28:53 +00:00
usr.bin Fix PR/2837: su [login [args]] had the wrong usage and did not work properly. Build the correct argument list and add -c for the shells. 1996-10-12 23:54:38 +00:00
usr.sbin <machine/endian.h> -> <sys/types.h> 1996-10-13 01:15:03 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00