On Sat, 15 Nov 2003, Matthew Dillon wrote: > I don't understand the question. All that happens is that functions like > fstat() and statfs() become libc functions rather then direct syscalls. > The userland program doesn't know the difference, it uses fstat() and > statfs() just like it always has.
Well, there's some glue there now, but its pretty slim. What you advocate would swap system call numbers for doing structure reloading per call, which would significantly incrase the cost of the call. Considering that *BSD system call overhead is pretty bad as is, I don't think I'd be putting structure recopies into the critical path of a syscall. -- Doug White | FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"