K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-03T21:11:08.000000Z K 7 svn:log V 316 In order to fix some concurrency problems with the swap pager early on in the FreeBSD development, I had made a global lock around the rlist code. This was bogus, and now the lock is maintained on a per resource list basis. This now allows the rlist code to be used for almost any non-interrupt level application. END