opnsense-src/sys
Brooks Davis 3c48c0897f MFC r202143,202163,202341,202342,204278
Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic
  kern.ngroups+1.  kern.ngroups can range from NGROUPS_MAX=1023 to
  somewhere in the neighborhood of INT_MAX/4 one a system with sufficent
  RAM and memory bandwidth.  Given that the Windows group limit is
  1024, this range should be sufficient for most applications

r202342:
  Only allocate the space we need before calling kern_getgroups instead
  of allocating what ever the user asks for up to "ngroups_max + 1".  On
  systems with large values of kern.ngroups this will be more efficient.

  The now redundant check that the array is large enough in
  kern_getgroups() is deliberate to allow this change to be merged to
  stable/8 without breaking potential third party consumers of the API.
2010-02-24 22:16:16 +00:00
..
amd64 MFC r202882: 2010-02-07 11:37:38 +00:00
arm MFC r203637: 2010-02-15 15:00:40 +00:00
boot MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
bsm Merge r197624 from head to stable/8: 2009-12-14 00:15:56 +00:00
cam MFC r203931: 2010-02-19 17:45:47 +00:00
cddl MFC r201684. 2010-02-23 16:46:34 +00:00
compat MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
conf MFC r203685: 2010-02-18 11:07:36 +00:00
contrib MFC r197104,197105,197106,197107,197688,198237,199337,199338,200553,200554, 2010-02-06 12:03:25 +00:00
crypto Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), 2009-05-27 09:52:12 +00:00
ddb MFC r199355: 2009-12-19 12:06:12 +00:00
dev MFC r202812: 2010-02-23 01:00:15 +00:00
fs MFC r203866: 2010-02-21 11:13:15 +00:00
gdb
geom MFC r203408: 2010-02-16 06:34:44 +00:00
gnu MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
i386 MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
ia64 MFC rev 203883: 2010-02-20 22:43:12 +00:00
isa MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
kern MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +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 a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
modules - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
net MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
net80211 MFC r203673: 2010-02-22 17:10:47 +00:00
netatalk Merge r196121 from head to stable/8: 2009-08-13 14:50:39 +00:00
netgraph MFC of 197952 and 198075 2010-02-07 09:00:22 +00:00
netinet MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
netinet6 MFC of 197952 and 198075 2010-02-07 09:00:22 +00:00
netipsec MFC r199947, 199950: 2009-12-05 19:25:29 +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
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
nfsclient - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
nfsserver - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
nlm MFC: revision 197730 2009-10-07 14:14:05 +00:00
opencrypto MFC r201898: 2010-01-17 13:36:13 +00:00
pc98 MFC: revision 201415 2010-01-18 11:03:39 +00:00
pci MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
powerpc MFC r203924: 2010-02-24 20:20:02 +00:00
rpc MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
security MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
sparc64 MFC: r202900 2010-02-07 11:59:55 +00:00
sun4v MFC r202019: 2010-01-18 00:53:21 +00:00
sys MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
tools MFC: Allow KMOD with hypens and dots. 2009-11-02 09:47:15 +00:00
ufs MFC r203818: 2010-02-20 11:50:50 +00:00
vm MFC r202529: 2010-02-07 10:51:17 +00:00
xdr MFC r196149: 2009-08-12 20:30:27 +00:00
xen MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
Makefile Remove the unmaintained University of Michigan NFSv4 client from 8.x 2009-05-22 12:35:12 +00:00