freebsd-dev/sys/i386
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
..
apm DEVICE_SUSPEND was always returning ENXIO for reasons unknown. For 1999-04-21 07:57:55 +00:00
bios DEVICE_SUSPEND was always returning ENXIO for reasons unknown. For 1999-04-21 07:57:55 +00:00
boot Update #include statements to reflect the new location of "sioreg.h". 1999-04-22 21:02:44 +00:00
conf The fd options changed during new-bus. 1999-04-24 21:46:56 +00:00
eisa Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT. 1999-04-24 06:46:10 +00:00
i386 Suser() simplification: 1999-04-27 11:18:52 +00:00
ibcs2 Suser() simplification: 1999-04-27 11:18:52 +00:00
include Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>. 1999-04-23 20:22:44 +00:00
isa Suser() simplification: 1999-04-27 11:18:52 +00:00
linux Suser() simplification: 1999-04-27 11:18:52 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
svr4 Restore support for executing BSD/OS binaries on the i386 by passing 1999-04-03 22:20:03 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00