Go to file
Rodney W. Grimes e5ff3be604 Removed hack that did the R_SHIFT of unsigned numbers, no longer need
to do this as I have changed to using PDTI's as the bases for the vm
system layout.

Eliminate constants SYSPDROFF and SYSPDREND, now use NKPTE to control the size
of the kernel virtual space.

Eliminate constant PDRPDROFF, now use PDTDTPI to control location of PTD,
PTDmap and PTDpde

Eliminate constant APDRPDROFF, now use APTDPTDI to control location of APTD,
APTDmap and APTDpde.

Still need to fix Sysmap location (it is still a constant).

.globl statements are now consistent with respect to <comma><space>, the
<space> being removed from all .globl statements.

Document the fillkpt macro as to what registers control what.

Fix some comments that went past column 80, and clean/line some others up.

Remove constand for _Crtat, now use KERNBASE+constant, this still needs work.

Replace constants for offsets of sigcode parameters with symbolic names
from assym.s

Mark the sigreturn() call with XXX since we use the hardcoded constant
for the system call number, this is bogus and should be a #define or
something some place!

The kernel before and after this change was verified with cmp, not one
byte changed.  These are all cosmetic clean up changes that makes the
code more correct and easier to move the kernels virtual address space
and size.
1993-10-13 07:11:11 +00:00
bin Document the new, less restrictive, behavior of the matching operator. 1993-10-04 22:07:27 +00:00
etc Disable rpc services so that inetd no longer hangs when you are not 1993-10-13 06:32:06 +00:00
gnu Try copy if rename of temporary catpage fails. 1993-10-10 01:46:53 +00:00
lib/csu/i386
libexec/makekey
sbin
share/man/man4 From: baukno@login.dkuug.dk (S|ren Schmidt) 1993-09-09 00:32:25 +00:00
sys Removed hack that did the R_SHIFT of unsigned numbers, no longer need 1993-10-13 07:11:11 +00:00
usr.bin Christoph Robitschko manual page fixes to correct the references to vmunix 1993-10-08 01:36:20 +00:00
usr.sbin If require script fails, don't try to delete installed package. 1993-10-10 20:25:31 +00:00