freebsd-dev/sys/boot/forth
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
..
beastie.4th Remove the USB keyboard hack now that KBDMUX is enabled by default. Allow 2006-03-31 21:36:17 +00:00
frames.4th
loader.4th This patch introduces a number of simplifications to the Forth 2009-01-05 20:09:54 +00:00
loader.4th.8 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
loader.conf MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
loader.conf.5 Bump manpage date for rev 1.27 2008-01-16 07:00:55 +00:00
loader.rc The 'start' command processes loader.conf variables, not loader.rc. 2004-12-06 05:30:31 +00:00
pnp.4th This patch introduces a number of simplifications to the Forth 2009-01-05 20:09:54 +00:00
screen.4th
support.4th comment out some debugging messages that slipped in by mistake. 2009-01-13 12:28:14 +00:00