Age | Commit message (Collapse) | Author |
|
ok henning@
|
|
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.
|
|
argument. old cred only calls user suser_ucred. this will allow future
work to more flexibly implement the idea of a root process. looks like
something i saw in freebsd, but a little different.
use of suser_ucred vs suser in file system code should be looked at again,
for the moment semantics remain unchanged.
review and input from art@ testing and further review miod@
|
|
|
|
|
|
increment pointer to printed buf, instead of printing same character.
|
|
|
|
DEstatic some of the code,
add a ofprint() function for printf like debugging early on in boot (before console).
Not currently used, except in special debugging kernels.
|
|
|
|
|
|
|
|
|
|
From NetBSD, with modification to get current time in kernel.
|