OpenBSD CVS

src/sys/uvm/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / uvm

Current tag: OPENBSD_3_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.17   21 years  mickey   ubchist is not a fully cooked kadaver and though use the other well formed pdhis...
[TXT] uvm_amap.c  1.27   22 years  provos   from netbsd; okay art@ revision 1.43 date: 2002/03/28 06:06:29; author: nathan...
[TXT] uvm_amap.h  1.12   22 years  millert   Cosmetic changes only, primarily making comments line up nicely after the __P re...
[TXT] uvm_anon.c  1.21   22 years  millert   First round of __P removal in sys
[TXT] uvm_anon.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_aobj.c  1.26   22 years  millert   First round of __P removal in sys
[TXT] uvm_aobj.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.24   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.53   20 years  tedu   change uvm_km_getpage to take waitok argument and sleep if appropriate. change b...
[TXT] uvm_fault.c  1.33   19 years  todd   the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.c  1.39   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_init.c  1.11   20 years  tedu   introduce a new km_page allocator that gets pages from kernel_map using an inter...
[TXT] uvm_io.c  1.14   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...
[TXT] uvm_km.c  1.44   19 years  tedu   change physmem divisor to 256. divide by page size was wrong. this does what i...
[TXT] uvm_km.h  1.8   20 years  tedu   introduce a new km_page allocator that gets pages from kernel_map using an inter...
[TXT] uvm_map.c  1.69   19 years  deraadt   rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs on ...
[TXT] uvm_map.h  1.29   21 years  art   There are two related changes. The first one is an mquery(2) syscall. It's for ...
[TXT] uvm_meter.c  1.20   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] uvm_mmap.c  1.54   20 years  tedu   branches: 1.54.2; align to __LDPGSZ for anon mmap. this allows userland to be ...
[TXT] uvm_object.h  1.8   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_page.c  1.49   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[TXT] uvm_page.h  1.21   20 years  jmc   typos from Jonathon Gray;
[TXT] uvm_pager.c  1.35   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[TXT] uvm_pager.h  1.20   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] uvm_param.h  1.9   20 years  jmc   typos from Jonathon Gray;
[TXT] uvm_pdaemon.c  1.25   22 years  art   Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in...
[TXT] uvm_pmap.h  1.17   20 years  drahn   fix prototype of pmap_update(), ok miod@
[TXT] uvm_swap.c  1.58   20 years  itojun   dstkva is not a pointer, so comparison with NULL is inappropriate.
[TXT] uvm_swap.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_swap_encrypt.c  1.12   20 years  markus   - use 1/2 space for rijndael context in ipsec - rijndael_set_key_enc_only() set...
[TXT] uvm_swap_encrypt.h  1.7   21 years  nate   inital -> initial
[TXT] uvm_unix.c  1.26   21 years  mickey   do not treat map entries above the stack as stack; only for the grow-ups
[TXT] uvm_vnode.c  1.38   20 years  grange   In printf %p doesn't need extra ``0x''
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_amap_i.h (in the Attic) [Hide]  1.12   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_fault_i.h (in the Attic) [Hide]  1.10   22 years  millert   First round of __P removal in sys
[TXT] uvm_loan.c (in the Attic) [Hide]  1.20   20 years  mickey   remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet <zejames@grey...
[TXT] uvm_loan.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_map_i.h (in the Attic) [Hide]  1.16   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...
[TXT] uvm_page_i.h (in the Attic) [Hide]  1.15   21 years  art   Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * in...
[TXT] uvm_pager_i.h (in the Attic) [Hide]  1.10   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_pdaemon.h (in the Attic) [Hide]  1.10   22 years  millert   First round of __P removal in sys
[TXT] uvm_pglist.c (in the Attic) [Hide]  1.14   21 years  mickey   this removes the functionality of adding allocated pages into the queue already ...
[TXT] uvm_pglist.h (in the Attic) [Hide]  1.5   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_stat.c (in the Attic) [Hide]  1.15   20 years  markus   remove mb_object*; ok tedu
[TXT] uvm_stat.h (in the Attic) [Hide]  1.13   22 years  millert   First round of __P removal in sys
[TXT] uvm_user.c (in the Attic) [Hide]  1.10   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...