Separate out userland copyin/copyout operations from the core syscall code
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Aug 2003 21:37:15 +0000 (21:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Aug 2003 21:37:15 +0000 (21:37 +0000)
commitd83b97b9a1e057c4dc2c38dfe56433485f059cd6
tree7444d73790dc57b6088ec8ef74307486f3c8ec05
parent858c659228c0197fc8a83fbfcc47080446bd6ee6
Separate out userland copyin/copyout operations from the core syscall code
for bind(), accept(), and connect().

Submitted-by: "David P. Reese Jr." <daver@gomerbud.com>
sys/kern/uipc_syscalls.c