/freebsd/sys/kern/ |
H A D | imgact_shell.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | kern_prot.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | vfs_extattr.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | init_main.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | kern_fork.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | kern_exit.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | kern_exec.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | kern_descrip.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | vfs_syscalls.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
H A D | vfs_bio.c | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|
/freebsd/sys/sys/ |
H A D | systm.h | diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation. diff ad7507e248305927d8c7a35dcc9ec72608b039d7 Sun Oct 08 01:06:22 CET 1995 Steven Wallace <swallace@FreeBSD.org> Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>.
Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h.
Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source.
In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
|