opnsense-src/sys
Luigi Rizzo 3cdcbc4885 some simple MFC:
r200020:
  change the type of the opcode from enum *:8  to u_int8_t
  so the size and alignment of the ipfw_insn is not compiler dependent.
  No changes in the code generated by gcc.

r200023:
  Add new sockopt names for ipfw and dummynet.

  This commit is just grabbing entries for the new names
  that will be used in the future, so you don't need to
  rebuild anything now.

r200034
  Dispatch sockopt calls to ipfw and dummynet
  using the new option numbers, IP_FW3 and IP_DUMMYNET3.
  Right now the modules return an error if called with those arguments
  so there is no danger of unwanted behaviour.

r200040
  - initialize src_ip in the main loop to prevent a compiler warning
    (gcc 4.x under linux, not sure how real is the complaint).
  - rename a macro argument to prevent name clashes.
  -  add the macro name on a couple of #endif
  - add a blank line for readability.
2009-12-05 12:51:51 +00:00
..
amd64 - MFC r199067,199215,199253 2009-11-22 14:32:32 +00:00
arm MFC r198717: 2009-11-23 08:45:17 +00:00
boot MFC 199579: 2009-12-01 22:38:17 +00:00
bsm Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating 2009-07-17 14:02:20 +00:00
cam MFC r200008: 2009-12-05 08:44:55 +00:00
cddl MFC 198420 2009-11-21 15:02:35 +00:00
compat MFC r198945: 2009-11-12 13:09:36 +00:00
conf MFC r199822: 2009-12-02 10:47:11 +00:00
contrib MFC r199208, r199223: 2009-11-22 16:04:49 +00:00
crypto Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), 2009-05-27 09:52:12 +00:00
ddb Merge the remainder of kern_vimage.c and vimage.h into vnet.c and 2009-08-01 19:26:27 +00:00
dev MFC r199565: 2009-12-03 18:48:32 +00:00
fs MFC r199007: 2009-11-22 16:09:27 +00:00
gdb Commit SYSINIT() ;-adding patch missed in previous pass. 2008-03-16 13:02:04 +00:00
geom MFC r199017,199228 2009-11-21 14:53:08 +00:00
gnu Fix the build by using proper format. 2009-06-25 16:48:13 +00:00
i386 MFC r199268, r199269, r199273: 2009-11-26 15:11:19 +00:00
ia64 Revert unintentional change in revision 200103. 2009-12-04 18:35:02 +00:00
isa MFC 196520: 2009-08-27 16:34:04 +00:00
kern MFC r199529: 2009-12-04 11:23:37 +00:00
kgssapi When the KOBJMETHOD() macro was updated, it resulted in the 2009-06-14 17:33:46 +00:00
libkern MFC r199208, r199223: 2009-11-22 16:04:49 +00:00
mips MFC r197316 2009-10-31 18:54:26 +00:00
modules MFC r199822: 2009-12-02 10:47:11 +00:00
net MFC r197286, r197306: 2009-11-17 16:11:53 +00:00
net80211 MFC r198581: 2009-11-03 23:26:31 +00:00
netatalk Merge r196121 from head to stable/8: 2009-08-13 14:50:39 +00:00
netgraph Merge r196481 from head to stable/8: 2009-08-28 20:06:02 +00:00
netinet some simple MFC: 2009-12-05 12:51:51 +00:00
netinet6 MFC r199522..199528: 2009-11-20 12:30:40 +00:00
netipsec Merge r196481 from head to stable/8: 2009-08-28 20:06:02 +00:00
netipx Use queue(9) instead of hand-crafted link lists for the global IPX 2009-06-24 20:57:50 +00:00
netnatm Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netncp Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs Revert rev 192323 (nfs_common.c only): 2009-07-12 03:53:52 +00:00
nfsclient MFC 198174: 2009-10-23 19:52:29 +00:00
nfsserver MFC r199274, r199284: 2009-11-24 03:38:42 +00:00
nlm MFC: revision 197730 2009-10-07 14:14:05 +00:00
opencrypto Fix cryptodev UIO creation. 2009-05-23 13:23:46 +00:00
pc98 MFC 198043: 2009-11-17 15:56:45 +00:00
pci MFC r197128,197325: add support for smbus controller found in AMD SB700 2009-11-01 11:34:13 +00:00
powerpc MFC r199226: 2009-11-28 20:02:45 +00:00
rpc MFC: r199053 2009-11-15 19:26:06 +00:00
security Merge r196122 from head to stable/8: 2009-08-13 15:01:50 +00:00
sparc64 MFC: r198502 2009-11-25 18:31:34 +00:00
sun4v MFC r197316 2009-10-31 18:54:26 +00:00
sys MFC r200008: 2009-12-05 08:44:55 +00:00
tools MFC: Allow KMOD with hypens and dots. 2009-11-02 09:47:15 +00:00
ufs MFC r197269: 2009-09-24 21:32:56 +00:00
vm MFC r198505: 2009-11-17 18:38:00 +00:00
xdr MFC r196149: 2009-08-12 20:30:27 +00:00
xen MFC 196403: Temporarily revert the new-bus locking for 8.0 release. 2009-08-20 20:23:28 +00:00
Makefile Remove the unmaintained University of Michigan NFSv4 client from 8.x 2009-05-22 12:35:12 +00:00