freebsd-dev/sys/i386/isa/pcvt
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
..
pcvt_conf.h Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00
pcvt_drv.c Suser() simplification: 1999-04-27 11:18:52 +00:00
pcvt_ext.c Suser() simplification: 1999-04-27 11:18:52 +00:00
pcvt_hdr.h The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
pcvt_kbd.c Make pcvt compile and run again after find_display() is gone as part of 1999-04-20 08:45:27 +00:00
pcvt_kbd.h Make pcvt compile and run again after find_display() is gone as part of 1999-04-20 08:45:27 +00:00
pcvt_out.c Make pcvt compile and run again after find_display() is gone as part of 1999-04-20 08:45:27 +00:00
pcvt_sup.c Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00
pcvt_tbl.h Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00
pcvt_vtf.c Part 3 of the pcvt/voxware revival. 1999-01-01 08:23:23 +00:00