Alan Cox c6c191b26f o Correct the initialization of aiolio_zone: Each entry was 16 times larger
than necessary.
 o Move a rarely-used goto label inside a critical section so that we don't
   perform an splnet() for which there is no corresponding splx().
 o Remove unnecessary splnet()/splx() around accesses to kaioinfo::kaio_jobdone
   in aio_return().
 o Use TAILQ_FOREACH for simple cases of iteration over kaioinfo::kaio_jobdone.
2002-01-14 07:26:33 +00:00
..
2002-01-14 00:13:45 +00:00
2002-01-08 19:33:51 +00:00
2002-01-14 00:13:45 +00:00
2002-01-14 00:13:45 +00:00
2001-11-07 19:55:16 +00:00
2002-01-14 00:13:45 +00:00
2001-09-12 08:38:13 +00:00
2002-01-14 00:13:45 +00:00
2002-01-14 00:13:45 +00:00