phk
16e3fbd2c1
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
..
1999-04-11 02:52:31 +00:00
1999-01-27 22:42:27 +00:00
1998-10-04 21:53:59 +00:00
1998-11-11 10:56:07 +00:00
1999-04-26 09:00:47 +00:00
1998-12-14 17:58:05 +00:00
1998-03-18 01:40:12 +00:00
1998-02-06 12:14:30 +00:00
1999-02-20 11:18:00 +00:00
1998-07-29 05:35:16 +00:00
1998-12-04 22:54:57 +00:00
1998-12-14 01:59:16 +00:00
1999-03-10 10:11:43 +00:00
1999-02-16 10:49:55 +00:00
1999-01-27 22:42:27 +00:00
1999-03-10 10:11:43 +00:00
1999-02-20 21:03:53 +00:00
1999-04-16 21:22:55 +00:00
1999-04-16 21:22:55 +00:00
1999-02-16 10:49:55 +00:00
1999-04-27 11:18:52 +00:00
1998-06-07 17:13:14 +00:00
1999-04-27 11:18:52 +00:00
1997-12-20 16:44:51 +00:00
1999-03-30 13:28:26 +00:00
1999-03-30 13:28:26 +00:00
1999-04-27 11:18:52 +00:00
1999-03-24 21:20:12 +00:00
1999-03-24 21:20:12 +00:00
1999-04-16 21:22:55 +00:00
1999-03-15 01:22:01 +00:00
1999-04-07 23:26:43 +00:00
1999-04-27 11:18:52 +00:00
1999-02-19 13:41:35 +00:00
1999-03-10 10:11:43 +00:00
1999-04-26 08:52:16 +00:00
1998-06-20 16:28:04 +00:00
1998-06-20 16:55:44 +00:00
1999-04-27 11:18:52 +00:00
1999-04-26 09:05:31 +00:00
1997-11-24 13:50:24 +00:00
1998-06-07 12:02:59 +00:00
1998-02-03 22:19:35 +00:00
1999-04-27 11:18:52 +00:00
1999-01-27 22:42:27 +00:00
1998-03-23 13:58:02 +00:00
1999-01-27 22:42:27 +00:00
1998-07-15 02:32:35 +00:00
1998-06-20 16:28:04 +00:00
1999-01-27 22:42:27 +00:00
1999-01-27 22:42:27 +00:00