- Separate sendfile(2) implementation from uipc_syscalls.c into

separate file.  Claim my copyright.
- Provide more comments, better function and structure names.
- Sort out unneeded includes from resulting two files.

No functional changes.
This commit is contained in:
Gleb Smirnoff 2016-01-22 02:23:18 +00:00
parent d519cedbad
commit 33a2a37b86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294541
3 changed files with 1039 additions and 991 deletions

View File

@ -3213,6 +3213,7 @@ kern/kern_rmlock.c standard
kern/kern_rwlock.c standard
kern/kern_sdt.c optional kdtrace_hooks
kern/kern_sema.c standard
kern/kern_sendfile.c standard
kern/kern_sharedpage.c standard
kern/kern_shutdown.c standard
kern/kern_sig.c standard

1038
sys/kern/kern_sendfile.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff