Go to file
rtr 4e1efb1383 put boilerplate extraction of inpcb or in6pcb and tcpcb performed in tcp
usrreqs into a function that can be called instead of cut & pasting it
to every single usrreq function.

tcp_getpcb(struct socket *, struct inpcb **, struct in6pcb **, struct tcpcb **)

  * examines the family of the provided socket and fills in either inpcb
    or in6pcb and tcpcb.
  * if the pcb is not present for the family of the socket EINVAL is
    returned, if the family is not AF_INET{,6} EAFNOSUPPORT is returned.

signature provided by and patch reviewed by rmind
2014-07-30 06:53:53 +00:00
bin remove .if make(install) 2014-07-05 23:13:41 +00:00
common lua: updated from 5.1 to 5.3 work3 2014-07-19 18:38:33 +00:00
compat No need for LDFLAGS 2014-03-07 05:48:30 +00:00
crypto Fix size argument of memcmp. 2014-07-24 22:54:10 +00:00
dist/pf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
distrib Update radeon microcode. 2014-07-28 23:09:06 +00:00
doc note fallocate/fdiscard 2014-07-25 16:00:35 +00:00
etc In the background subshell that flushes partial output every few 2014-07-29 20:39:16 +00:00
external update for reality. 2014-07-28 22:12:16 +00:00
extsrc
games Bump date for -c (exactly one year after previous bump) 2014-07-15 16:17:15 +00:00
gnu Reorg docs, part 1: 2014-07-05 19:22:41 +00:00
include Add userlevel manifestations of posix_fallocate and fdiscard, in 2014-07-25 08:30:47 +00:00
lib PR/49045: Tetsuya Isaki: remove remaining caddr_t in ptrace(2) 2014-07-28 08:10:23 +00:00
libexec Fix parenthesis on __ha macro 2014-07-28 17:28:13 +00:00
regress eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
rescue Append -Os to DBG, not overwrite in case DBG has more than just -Ox from 2014-01-30 22:19:00 +00:00
sbin Fix snprintf usage and, while here, don't trundle off the end of an 2014-07-27 04:23:44 +00:00
share callout_ack returns void, not bool. 2014-07-27 21:35:07 +00:00
sys put boilerplate extraction of inpcb or in6pcb and tcpcb performed in tcp 2014-07-30 06:53:53 +00:00
tests Mark the udf_renamerace test case (but not udf_renamerace_dirs) as an 2014-07-29 09:15:48 +00:00
tools use host rules for files. 2014-07-15 16:04:35 +00:00
usr.bin Remove broken snprintf usage (noted in PR 47976) and replace with 2014-07-27 04:32:23 +00:00
usr.sbin Fix illegal snprintf usage noted in PR 47976 by simplifying it away: 2014-07-27 04:46:48 +00:00
x11 remove remaining makefile support for GCC < 45 that i found. 2014-06-14 20:49:36 +00:00
build.sh Make the makewrapper script robust against variables with 2014-07-06 18:04:44 +00:00
BUILDING Regen from doc/BUILDING.mdoc;1.100: 2014-06-14 12:21:41 +00:00
Makefile Run "postinstall fix obsolete_stand" just before checkflist, 2014-06-16 09:06:26 +00:00
Makefile.inc
UPDATING More general advice about "cvs [update aborted]... No such file 2014-07-23 08:52:32 +00:00