Go to file
chs dd82ad8e2c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes.
the mapping is:

VM_PAGER_OK		        0
VM_PAGER_BAD		        <unused>
VM_PAGER_FAIL		        <unused>
VM_PAGER_PEND		        0 (see below)
VM_PAGER_ERROR		        EIO
VM_PAGER_AGAIN		        EAGAIN
VM_PAGER_UNLOCK		        EBUSY
VM_PAGER_REFAULT	        ERESTART

for async i/o requests, it used to be possible for the request to
be convert to sync, and the pager would return VM_PAGER_OK or VM_PAGER_PEND
to indicate whether the caller should perform post-i/o cleanup.
this is no longer allowed; pagers must now return 0 to indicate that
the async i/o was successfully started, and the caller never needs to
worry about doing the post-i/o cleanup.
2001-03-10 22:46:45 +00:00
bin xref settimeofday(2) 2001-03-09 15:16:49 +00:00
crypto Fix LP64 problem in Kerberos 5 TGT passing. 2001-03-09 06:28:30 +00:00
dist copy "Version" file for import. 2001-02-11 07:04:20 +00:00
distrib Add TAMURA Kent to the list. 2001-03-10 18:14:18 +00:00
etc whitespace police 2001-03-08 19:05:13 +00:00
games Fix problem noted in PR 6649 (trailing whitespace on .Nm) 2001-03-07 22:30:38 +00:00
gnu added port-arm 2001-03-10 17:53:00 +00:00
include add prototypes for shquote() and shquotev() 2001-03-10 01:46:08 +00:00
lib actually, don't define SHQUOTE_USE_MULTIBYTE 2001-03-10 22:37:54 +00:00
libexec convert to use getprogname() 2001-02-19 22:43:42 +00:00
regress fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
sbin add UBC memory-usage balancing. we track the number of pages in use for 2001-03-09 01:02:10 +00:00
share Add the following text to answer PR 10650: 2001-03-10 11:00:37 +00:00
sys eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
usr.bin redo of previous: do not destroy v->val if str points to v->val. 2001-03-10 00:41:48 +00:00
usr.sbin Fix -r: Show REQ/+REQUIRE file for a package, if existing. Fixes pkg/12210. 2001-03-10 18:41:45 +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 Extend note to mention named user as well 2001-03-06 19:03:31 +00:00