DragonFly submit List (threaded) for 2003-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: linux emulation COMPAT_43 removal part 1
David P. Reese Jr. wrote:
This makes linux_accept(), linux_bind(), and linux_connect() use the new
split syscalls. Tested with both linux-mozillafirebird and a simple
daytime server compiled for linux.
http://gomerbud.com/daver/patches/dragonfly/linux-no43-1.diff
Hi David,
It would be great if the new syscalls are called kern_<name>
or _syscall_<name>, so bind1() would be either kern_bind() or
_syscall_bind(). This naming convention is better than sticking
a number after the syscall.
Also, name the header as kern_syscall.h.
These are my suggestions, everything else looks good.
Regards,
-- Hiten
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]