> Speaking of the jail() syscall -- it really needs to be revamped a > little before people really start using it wholeheartedly. The size > of the jail structure needs to be passed in the syscall to allow backwards > compatibility when things change such as, for example, the size of the > IP address.
Actually, with interfaces like this you should generally pass a pointer to the structure in userspace, and stick a version number constant in the beginning of the structure. The size is often not enough of a determining factor... -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msm...@freebsd.org \\ -- Joseph Merrick \\ msm...@cdrom.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message