Go to file
thorpej 12347b2657 Make uvm_vslock() return the error code from uvm_fault_wire(). All places
which use uvm_vslock() should now test the return value.  If it's not
KERN_SUCCESS, wiring the pages failed, so the operation which is using
uvm_vslock() should error out.

XXX We currently just EFAULT a failed uvm_vslock().  We may want to do
more about translating error codes in the future.
1999-06-17 15:47:22 +00:00
bin pulling param.h not types.h to get BSD4_4. from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> in PR#7751 1999-06-10 14:59:50 +00:00
distrib Goodbye pmap.new.h 1999-06-17 00:12:40 +00:00
etc Don't don't don't assume /usr/bin/id is always present. Loses in single user. 1999-06-15 05:44:22 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu Build GNU Awk 3.0.3 from sources in "dist" directory. 1999-06-13 22:21:58 +00:00
include - provide forward struct declarations for all functions. 1999-06-12 18:06:19 +00:00
lib Note that MCL_FUTURE is not yet fully implented in the BUGS section. 1999-06-16 23:32:17 +00:00
libexec Correct wrong conversion specifications in calls to syslog(3). 1999-06-16 16:34:29 +00:00
regress add "extent" 1999-06-02 15:57:18 +00:00
sbin add ELF support, mostly from joda@pdc.kth.se (Johan Danielsson) in PR#6149, 1999-06-13 12:54:40 +00:00
share Note that bebox and i386 use "/dev/rcd0d" instead of "/dev/rcd0c". 1999-06-16 21:18:42 +00:00
sys Make uvm_vslock() return the error code from uvm_fault_wire(). All places 1999-06-17 15:47:22 +00:00
usr.bin make this compile again... since size_t is unsigned long now, %*d's with 1999-06-15 15:04:40 +00:00
usr.sbin Add -u flag, that prevents sup from attempting to restore a and m times 1999-06-17 05:11:47 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00