FreeBSD/src b05641b (r351173)sys/kern kern_fork.c

fork: stop skipping < 100 ids on wrap around

Code doing this is commented with a claim that these IDs are occupied by
daemons, but that's demonstrably false. To an extent the range is used by init
and kernel processes (and on sufficiently big machines it indeed is fully
populated).

On a sample box 40-way box the highest id in the range is 63. On a different one
it is 23. Just use the range.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+4-11sys/kern/kern_fork.c
+4-111 files

UnifiedSplitRaw