Home
last modified time | relevance | path

Searched hist:ad7507e248305927d8c7a35dcc9ec72608b039d7 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/kern/
H A Dimgact_shell.cdiff 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 Dkern_prot.cdiff 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 Dvfs_extattr.cdiff 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 Dinit_main.cdiff 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 Dkern_fork.cdiff 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 Dkern_exit.cdiff 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 Dkern_exec.cdiff 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 Dkern_descrip.cdiff 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 Dvfs_syscalls.cdiff 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 Dvfs_bio.cdiff 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 Dsystm.hdiff 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.