freebsd-dev/sys/i386
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
..
acpica MFC 197439: 2009-10-29 16:00:27 +00:00
bios MFC 196403: Temporarily revert the new-bus locking for 8.0 release. 2009-08-20 20:23:28 +00:00
compile
conf MFC r202019: 2010-01-18 00:53:21 +00:00
cpufreq MFC r199268, r199269, r199273: 2009-11-26 15:11:19 +00:00
i386 MFC r203085 2010-02-21 04:10:25 +00:00
ibcs2 MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
include MFC r202894 2010-01-30 06:23:28 +00:00
isa Improve the handling of cpuset with interrupts. 2009-07-01 17:20:07 +00:00
linux MFC r198507: 2009-12-19 11:31:28 +00:00
pci MFC 197450: number of cleanups in i386 and amd64 pci md code 2009-11-01 18:39:26 +00:00
svr4 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
xbox In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
xen fix UP compilation 2009-11-25 01:55:34 +00:00
Makefile Update entries for building tags. 2007-05-13 18:21:54 +00:00