freebsd-skq/sys
ae 7a82e24551 MFC r273087 (with modifications):
Overhaul if_gif(4):
   o convert to if_transmit;
   o use rmlock to protect access to gif_softc;
   o use sx lock to protect from concurrent ioctls;
   o remove a lot of unneeded and duplicated code;
   o remove cached route support (it won't work with concurrent io);
   o style fixes.

MFC r273090:
  Move memset under ifdef INET6.

MFC r273091:
  Add more ifdefs. SIOC*_IN6 are defined only with INET6.

MFC r273121:
  Add inet/inet6 to the dependency list. Without them if_gif is useless.

MFC r273209 by bz:
  After r273087,r273090,r273091,r273121 changes to gif(4) try to fix
  NOIP builds for real.

MFC r273587:
  Remove redundant check and m_pullup() call.
2014-12-23 16:33:44 +00:00
..
amd64 MFC 273988,273989,273995,274057: 2014-12-22 21:32:39 +00:00
arm MFC 275564: 2014-12-14 18:28:01 +00:00
boot MFC r274337,r274673,274681,r275515: 2014-12-22 20:58:51 +00:00
bsm Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
cam MFC r275959: Report initiator id in portlist XML in more formalized way. 2014-12-23 12:45:29 +00:00
cddl MFC r275530: 2014-12-22 21:06:26 +00:00
compat Regen for r275986 (ppoll). 2014-12-21 08:00:38 +00:00
conf MFC r273087 (with modifications): 2014-12-23 16:33:44 +00:00
contrib MFC r275199. 2014-12-10 20:54:23 +00:00
crypto MFC r267815: 2014-06-30 09:51:27 +00:00
ddb MFC r272958, r273006: 2014-10-18 19:22:59 +00:00
dev MFC r272223: 2014-12-21 16:43:56 +00:00
fs MFC r274437; 2014-12-23 03:24:16 +00:00
gdb
geom MFC r275503: 2014-12-19 01:13:41 +00:00
gnu MFC r271143, r271151: Reimport dts from vendor branch after proper trim. 2014-10-26 23:45:33 +00:00
i386 MFC: r272492 2014-12-23 12:13:31 +00:00
ia64 Merge the fueword(9) and casueword(9). In particular, 2014-11-18 12:53:32 +00:00
isa
kern Regen for r275986 (ppoll). 2014-12-21 08:00:38 +00:00
kgssapi
libkern Clean up our ARM assembly: 2014-12-14 16:28:53 +00:00
mips Merge the fueword(9) and casueword(9). In particular, 2014-11-18 12:53:32 +00:00
modules MFC r272735: 2014-12-21 02:35:22 +00:00
net MFC r273087 (with modifications): 2014-12-23 16:33:44 +00:00
net80211 MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netatalk Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
netgraph MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netinet MFC r273087 (with modifications): 2014-12-23 16:33:44 +00:00
netinet6 MFC r273087 (with modifications): 2014-12-23 16:33:44 +00:00
netipsec MFC r275393: 2014-12-16 11:45:33 +00:00
netipx MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netnatm Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:05:59 +00:00
netpfil MFC: 272906 2014-11-13 21:58:42 +00:00
netsmb MFC r264494: 2014-05-02 21:30:59 +00:00
nfs MFC r267479: 2014-06-22 21:26:46 +00:00
nfsclient MFC: r259084 2013-12-30 21:17:20 +00:00
nfsserver MFC r268114: 2014-07-21 22:21:09 +00:00
nlm MFC r262991: 2014-03-26 23:57:09 +00:00
ofed MFC r275636: 2014-12-12 07:59:05 +00:00
opencrypto MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
pc98 MFC: r272492 2014-12-23 12:13:31 +00:00
pci MFC r263957: 2014-04-14 04:51:59 +00:00
powerpc MFC r275616: 2014-12-15 10:46:07 +00:00
rpc MFC r275618: 2014-12-15 10:58:02 +00:00
security MFC r259885: 2014-08-16 13:11:59 +00:00
sparc64 Merge the fueword(9) and casueword(9). In particular, 2014-11-18 12:53:32 +00:00
sys Regen for r275986 (ppoll). 2014-12-21 08:00:38 +00:00
teken MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, 2014-03-06 18:30:56 +00:00
tools MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863, 2014-10-27 00:47:55 +00:00
ufs MFC r273967: 2014-11-09 09:44:09 +00:00
vm MFC r275347: 2014-12-14 09:34:55 +00:00
x86 MFC r271208: 2014-12-23 12:04:23 +00:00
xdr
xen MFC r256746: 2013-10-18 17:08:23 +00:00
Makefile