freebsd-dev/sys/dev/syscons
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
..
blank The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
daemon Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
fade The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
green The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
logo Centralize and reorganize a few macros. 1999-04-12 13:34:58 +00:00
rain Centralize and reorganize a few macros. 1999-04-12 13:34:58 +00:00
snake Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
star Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
warp Centralize and reorganize a few macros. 1999-04-12 13:34:58 +00:00
scvesactl.c The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
scvidctl.c - Don't assume the line length in the video memory is always the same as 1999-02-05 11:52:13 +00:00
syscons.c Suser() simplification: 1999-04-27 11:18:52 +00:00
syscons.h Centralize and reorganize a few macros. 1999-04-12 13:34:58 +00:00