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