NetBSD/regress/sys
perseant 0268059112 Introduce two fcntl calls that freeze the filesystem right at the point
where segment 0 is being considered for writing.  This allows for automated
checkpoint vailidity scanning, and could be used (in conjunction with the
existing LFCNREWIND) for e.g. snapshot dumps as well.

Include a regression test that does such scanning.

When writing the Ifile, loop through the dirty block list three times to
make sure that the checkpoint is always consistent (the first and second
times the Ifile blocks can cross a segment boundary; not so the third time
unless the segments are very small).  Discovered by using the aforementioned
regression test.
2006-04-17 20:02:34 +00:00
..
arch __asm__ -> __asm, __volatile__ -> volatile 2005-12-24 21:43:51 +00:00
compat
crypto de-__P, remove obsolete "register" declarations. 2005-02-06 06:05:18 +00:00
fs Introduce two fcntl calls that freeze the filesystem right at the point 2006-04-17 20:02:34 +00:00
kern Upgraded IPFilter to 4.1.13 2006-04-04 16:17:18 +00:00
net Regression test for reads past the end of a packet (out of bounds reads). 2006-03-24 13:54:58 +00:00
uvm de-__P, remove obsolete "register" declarations. 2005-02-06 06:05:18 +00:00
Makefile Descend into net/. 2005-12-14 23:56:45 +00:00