summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofcons.c
AgeCommit message (Collapse)Author
2004-11-29knf/ansi. No binary change.Jonathan Gray
ok henning@
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
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@.
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
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@
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-24make ofprint useable, do carriage return on newline,Dale Rahn
increment pointer to printed buf, instead of printing same character.
2001-08-24Fix the typos in the timeout replacement.Dale Rahn
2001-08-21Prototype correctly so this builds with -Wstrict-prototypes.Dale Rahn
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.
2001-08-08New timeouts, drahn@ sez go ahead.Miod Vallat
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
1999-10-28Sync up with some piece of reality, start supporting powerpc again.Dale S. Rahn
1997-11-07$OpenBSD$Niklas Hallqvist
1996-12-23Import of Openfirmware device drivers for PowerPC port.Dale S. Rahn
From NetBSD, with modification to get current time in kernel.