Just throw all the main arguments for syslink() into syslink_info and
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Apr 2007 00:59:27 +0000 (00:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Apr 2007 00:59:27 +0000 (00:59 +0000)
commit63db58ada77d676e356579bfca6230b2b8b2651c
treeec260fe5291a6b8e4b85965e16b149ebb7a7b579
parentdbb6aa0f5f66ec86059903edff5fa614a1401f92
Just throw all the main arguments for syslink() into syslink_info and
pass the structure.  Do not pass the descriptor separately, do not pass
a pointer to the structure size (just pass the size directly).  The
search routines just return one structure at a time so a return size
field is not needed.

Start revamping syslink() to make it more mbuf-centric.  This work is
very much still in progress.
sys/kern/init_sysent.c
sys/kern/kern_syslink.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/syslink.h
sys/sys/sysproto.h
sys/sys/sysunion.h