On Thu, Jan 17, 2008 at 07:26:25AM -0800, Joseph Balenzano wrote: > According to /etc/name_to_sysnum and syscall.h sytem calls 64 - 69 are > reserved. Are they actually in use or just marked reserve for future > development? >
Marked for future development. But a general note: unless you're modifying the base kernel itself, don't use system calls. If your feature is separable, write a pseudo-driver and use ioctl() instead. -Mike -- Mike Shapiro, Solaris Kernel Development. blogs.sun.com/mws/ _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
