Go to file
chs 8c14e1d2db fix several bugs:
- in the cases where we skip over the i/o loop, increment npages by ridx
   so that when the cleanup code starts processing the pgs array at index 0
   it'll actually process all of the pages.
 - process the PG_RELEASED flag when unbusying pages.
 - add some missing MP locking.
 - use MIN() and MAX() instead of min() and max() since the latter are
   functions which take arguments of type "int" but we call them with
   values of type "off_t", so the values could be truncated.
 - in the PGO_PASTEOF case, use the larger of the current file size and the
   end of the requested range of pages as the file size for this request.
   this fixes some problems with sparsing writes to large offsets.
2001-02-05 12:26:08 +00:00
bin remove redundant declarations and nexted externs. 2001-02-04 19:52:06 +00:00
crypto remove redundant declarations 2001-02-04 22:55:26 +00:00
dist Add the -u flag to the usage message. 2001-02-02 03:35:24 +00:00
distrib Add a control utility for mlx' devices. Derived from FreeBSD's mlxcontrol'. 2001-02-04 17:30:35 +00:00
etc Add a driver for the Mylex DAC960 family (including DEC SWXCR). 2001-02-04 17:05:11 +00:00
games fix redundant decls and nested externs 2001-02-05 01:12:46 +00:00
gnu This xmakefile is unneeded. 2001-02-03 04:37:17 +00:00
include avoid redundant declarations. 2001-02-04 18:05:00 +00:00
lib Implement a significantly improved version of memccpy(), with thanks to 2001-02-05 00:17:22 +00:00
libexec fix redundant declarations. 2001-02-04 22:32:15 +00:00
regress 40B: just symlink in and out, don't bother copying it 2001-01-19 12:34:45 +00:00
sbin remove redundant decl 2001-02-04 21:56:11 +00:00
share Add a driver for the Mylex DAC960 family (including DEC SWXCR). 2001-02-04 17:05:11 +00:00
sys fix several bugs: 2001-02-05 12:26:08 +00:00
usr.bin fix nested extern 2001-02-05 02:09:37 +00:00
usr.sbin typo. ntohl -> htonl. 2001-02-05 06:04:41 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mention that we need to rebuild yacc now. 2001-02-04 19:50:26 +00:00