| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OK mpi@ visa@
|
|
|
|
|
|
|
| |
AF_UNIX is both the historical _and_ standard name, so prefer and recommend
it in the headers, manpages, and kernel.
ok miller@ deraadt@ schwarze@
|
| |
|
|
|
|
|
|
| |
functions to pave way for more fine grained locking.
Suggested by, comments & OK mpi
|
|
|
|
|
|
|
| |
Attach is quite a different thing to the other PRU functions and
this should make locking a bit simpler. This also removes the ugly
hack on how proto was passed to the attach function.
OK bluhm@ and mpi@ on a previous version
|
|
|
|
| |
ok dhill@, florian@, bluhm@
|
|
|
|
|
|
|
| |
This makes it easier to grep for a member, such as .pr_usrreq, and know
which functions to review.
ok mpi@ bluhm@ jca@
|
|
|
|
|
|
| |
FreeBSD and NetBSD deleted it years ago and nothing uses it, so delete it.
ok jca@ visa@
|
|
|
|
|
|
|
|
|
| |
removed in 2004. The comment about raw_input() above rip_input()
was added in 1981, but it is wrong since 1992. After that it has
been copied to rip6_input(). (*pr_input)() is never called with
the parameters (mbuf, sockproto, sockaddr, sockaddr).
So retire raw_input().
OK guenther@ deraadt@
|
|
|
|
|
| |
needed. All callers using the protosw pr_ctlinput pointer do a NULL check
before so there is no need to provide the function.
|
|
|
|
|
|
|
|
| |
and a count instead of calling the callback on each one, while also renders
the 'dispose' argument superfluous.
Move unp_*() prototypes from <sys/un.h> to <sys/unpcb.h>
ok claudio@ mpi@
|
|
|
|
|
|
|
| |
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
|
|
|
| |
ok claudio@
|
|
|
|
| |
"reads OK" claudio@
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
| |
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2.
|
| |
|
|
|