Go to file
thorpej b861180119 * Rename uvm_fault_unwire() to uvm_fault_unwire_locked(), and require that
the map be at least read-locked to call this function.  This requirement
  will be taken advantage of in a future commit.
* Write a uvm_fault_unwire() wrapper which read-locks the map and calls
  uvm_fault_unwire_locked().
* Update the comments describing the locking contraints of uvm_fault_wire()
  and uvm_fault_unwire().
1999-06-16 22:11:23 +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 Libc bump, mlockall(2) 1999-06-15 23:32:08 +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 Add mlockall(2)/munlockall(2). 1999-06-15 23:31:19 +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 * Rename uvm_fault_unwire() to uvm_fault_unwire_locked(), and require that 1999-06-16 22:11:23 +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 Fix typo. 1999-06-16 20:47:57 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00