freebsd-dev/sys/fs/cd9660
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
..
cd9660_bmap.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_lookup.c Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
cd9660_mount.h Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
cd9660_node.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 21:50:00 +00:00
cd9660_node.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:39:30 +00:00
cd9660_rrip.c Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
cd9660_rrip.h This is the kernel Lite/2 commit. There are some requisite userland 1997-02-10 02:22:35 +00:00
cd9660_util.c Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
cd9660_vfsops.c Suser() simplification: 1999-04-27 11:18:52 +00:00
cd9660_vnops.c Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
iso_rrip.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:52:02 +00:00
iso.h Add support for Joliet extensions to the iso9660 fs. The related PR 1999-04-18 10:58:03 +00:00
TODO Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
TODO.hibler Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:20:10 +00:00