freebsd-dev/sys/pc98/cbus
Poul-Henning Kamp f711d546d2 Suser() simplification:
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in <sys/proc.h>.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include <sys/cred.h>, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
1999-04-27 11:18:52 +00:00
..
30line.h The PC98-specific files. 1996-06-14 10:04:54 +00:00
cbus_dma.c Sync with sys/i386/isa/isa_dma.c revision 1.2. 1999-04-21 12:17:00 +00:00
cbus.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
clock.c Sync with sys/i386/isa/clock.c revision 1.131. 1999-04-21 12:14:37 +00:00
fdc.c Suser() simplification: 1999-04-27 11:18:52 +00:00
fdcreg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
gdc.c Sync with follwing files: 1999-04-18 14:42:20 +00:00
pckbd.c Sync with follwing files: 1999-04-18 14:42:20 +00:00
pcrtc.c Sync with sys/i386/isa/clock.c revision 1.131. 1999-04-21 12:14:37 +00:00
sio.c Suser() simplification: 1999-04-27 11:18:52 +00:00