| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
with sa_ when <signal.h> is included. They would conflict with the
upcoming SA_SIGINFO implementation.
Reviewed by: BDE
|
| |
|
|
|
|
| |
Submitted by: jkh
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
for LKM's..
|
|
|
|
| |
wrapper for DECLARE_MODULE(), the second is a linker set declaration)
|
| |
|
|
|
|
|
|
| |
includes so proc.h knows the right type for 'em).
Suggested by: bde
|
|
|
|
| |
of networking from working for people without DEC Tulip ethernet cards.
|
|
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations,
capabilities, history and TO-DO list.
|