Age | Commit message (Collapse) | Author |
|
|
|
|
|
there
|
|
|
|
the XNS code.
|
|
This causes gcc to generate a memset() on the m68k. Instead, bzero
and initialize the structure later in the function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
THIS IS THE KERNEL, DAMNIT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
method.
|
|
very much.
|
|
|
|
in ddb.
|
|
|
|
also, #ifdef 0 -> #ifndef __OpenBSD__
|
|
updates suspended
|
|
updates suspended
|
|
|
|
|
|
|
|
|
|
|
|
via resettodr(). Make Sun3-only command "machine reboot" only print
a warning that the command is obsolete and that you should use the "boot"
command instead.
|
|
to the battery backed up clock via resettodr() in boot().
|
|
|
|
|
|
CAVEAT: turning off -O2 produces warnings about "defined but not used"
functions from libkern.h
removed internal copy of gets() replaced with call to getsn()
fixed #ifdef ... #endif mismatch in swapgeneric.c
fixed printf() in if_ie.c that was missing an argument
fixed si.c so that it compiles
added tags to all edited files
|
|
|
|
|
|
|
|
|
|
was being exercised. running with a 8k fs blk size and 4 k page
size was a problem. Now running with fs blk size == page size works
much better. The fix checked in a week or to back probably would fix
this too.
|