bindat(2) and connectat(2) syscalls for review.

Dag-Erling Smørgrav des at des.no
Sun Feb 17 03:21:03 UTC 2013


Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:
> Dag-Erling Smørgrav <des at des.no> writes:
> > Jilles Tjoelker <jilles at stack.nl> writes:
> > > A flag parameter is a good thing; you may not know yet what you will
> > > need it for.
> > int bind(int s, const struct sockaddr *addr, socklen_t addrlen);
> > int connect(int s, const struct sockaddr *name, socklen_t namelen);
> > Where's the flag argument?
> The is no flag argument in my patch, but it was proposed by Kostik in
> the e-mail Jilles replied to.

That was a rhetorical question...  unless Jilles wants to go through our
entire code base and add a flag argument to every syscall or library
function that doesn't already have one, "just in case".

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-arch mailing list