freebsd-src/sys/dev/si
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
..
si.c Suser() simplification: 1999-04-27 11:18:52 +00:00
si.h Add a macro tweak. 1998-06-13 19:36:22 +00:00
si2_z280.c Staticize. 1999-04-11 03:06:07 +00:00
si3_t225.c Staticize. 1999-04-11 03:06:07 +00:00
sireg.h SX ISA cards are only 32k wide in 8 bit mode (which is the only 1999-03-30 21:22:39 +00:00