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
Matthew Dillon wrote:
: 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.
:
We were kinda following the already-existing convention in the source
base, but I could go either way. e.g. kern_bind() instead of bind1().
Definite not _syscall_bind() (ick). But before we make that sort of
change I will commit the linux patch using the current naming
convention.
Deal! If I get some time in the next two weeks, I will convert
as many syscalls as I can into the split system, and then
collectively change their name from blah1() to kern_blah().
Regards,
- Hiten (hmp@xxxxxxxxxxxxx)
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]