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: [cvs.NetBSD.org] / src / sys / uvm
Current tag: netbsd-1-5-PATCH001
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.1 | 22 years | cgd | branches: 1.1.14; Rework the way kernel include files are installed. In the ne... |
![]() |
1.22 | 20 years | thorpej | Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as advertised).... |
![]() |
1.22.12.1 | 20 years | thorpej | Pull up rev. 1.25 (approved by jhawk): Fix a fairly obvious locking error in ama... |
![]() |
1.12 | 21 years | thorpej | branches: 1.12.2; Don't bother returning the "slot" number from amap_add(): * N... |
![]() |
1.5.4.2 | 20 years | thorpej | Pull up rev. 1.9: Do something sane with a DIAGNOSTIC condition in an non-DIAGNO... |
![]() |
1.12 | 21 years | chs | branches: 1.12.4; add support for ``swapctl -d'' (removing swap space). improve... |
![]() |
1.31 | 20 years | thorpej | NULL != 0 |
![]() |
1.10 | 21 years | chs | branches: 1.10.6; 1.10.8; 1.10.10; add support for ``swapctl -d'' (removing s... |
![]() |
1.3 | 21 years | thorpej | branches: 1.3.2; Protect prototypes, certain macros, and inlines from userland.... |
![]() |
1.22.2.3 | 20 years | simonb | Pull up mmap paddr_t/off_t changes from trunk. |
![]() |
1.9 | 20 years | drochner | branches: 1.9.8; 1.9.26; Don't silently truncate the voff_t offset to vaddr_t ... |
![]() |
1.42 | 20 years | thorpej | Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as advertised).... |
![]() |
1.48.4.2 | 19 years | he | Pull up revision 1.65 (via patch, requested by chuck): Work around overflow pr... |
![]() |
1.13 | 21 years | thorpej | branches: 1.13.2; Protect prototypes, certain macros, and inlines from userland... |
![]() |
1.10 | 21 years | chs | add support for ``swapctl -d'' (removing swap space). improve handling of i/o er... |
![]() |
1.36 | 20 years | simonb | Set p->p_addr to NULL after it gets freed. |
![]() |
1.6 | 21 years | thorpej | branches: 1.6.36; Protect prototypes, certain macros, and inlines from userland... |
![]() |
1.12 | 20 years | simonb | Don't need to include <sys/conf.h> here. |
![]() |
1.10 | 20 years | pk | Let uvm_map_extract() set the lower bound on the kernel address range itself, in... |
![]() |
1.35.4.1 | 19 years | he | Pull up revision 1.44 (requested by thorpej): Use correct size for uvm_unmap()... |
![]() |
1.9 | 21 years | thorpej | branches: 1.9.14; 1.9.16; 1.9.18; Protect prototypes, certain macros, and inl... |
![]() |
1.20 | 20 years | thorpej | Use UVM_PGA_ZERO in a few (easy) places. |
![]() |
1.7 | 21 years | thorpej | branches: 1.7.14; 1.7.16; 1.7.18; Protect prototypes, certain macros, and inl... |
![]() |
1.77.2.2 | 20 years | tv | Pullup 1.82 [thorpej]: - Change SAVE_HINT() to take a "check" value. This value... |
![]() |
1.17 | 20 years | simonb | Remove redundant decl for uvmspace_fork() - it's in <uvm/uvm_extern.h>. |
![]() |
1.12 | 20 years | thorpej | Introduce a new process state distinct from SRUN called SONPROC which indicates ... |
![]() |
1.41.4.1 | 20 years | jhawk | Pull up revisions 1.47-1.48 via patch (requested by thorpej): Change PROT_EXEC... |
![]() |
1.8 | 21 years | thorpej | branches: 1.8.2; Define a new kernel object type, "intrsafe", which are used fo... |
![]() |
1.37 | 20 years | soda | fix printf format mismatch, when paddr_t becomes (long long) on arc port. |
![]() |
1.15 | 20 years | thorpej | Changes necessary to implement pre-zero'ing of pages in the idle loop: - Make pa... |
![]() |
1.30 | 20 years | thorpej | Remove VM_PROT_EXECUTE from the permissions used to map the page for pager I/O -... |
![]() |
1.15 | 20 years | thorpej | Tell uvm_pagermapin() the direction of the I/O so that it can map with only the ... |
![]() |
1.19 | 21 years | thorpej | Const poison uvm_wait(). |
![]() |
1.8 | 21 years | thorpej | branches: 1.8.6; Const poison uvm_wait(). |
![]() |
1.10 | 20 years | thorpej | Clean up a comment. |
![]() |
1.13 | 21 years | chs | add support for ``swapctl -d'' (removing swap space). improve handling of i/o er... |
![]() |
1.18 | 20 years | pk | Finish previous. |
![]() |
1.37.4.1 | 20 years | tv | Pullup 1.39 [chs]: in swap_off(), reverse the order of vrele() and VOP_CLOSE() s... |
![]() |
1.5 | 21 years | chs | branches: 1.5.6; 1.5.8; add support for ``swapctl -d'' (removing swap space). ... |
![]() |
1.12.4.2 | 20 years | chs | pull up revs 1.16 and 1.17, approved by thorpej: > in uvm_coredump*(), avoid dum... |
![]() |
1.7 | 21 years | mrg | branches: 1.7.8; remove now >1 year old pre-release message. |
![]() |
1.33 | 20 years | thorpej | branches: 1.33.4; Tell uvm_pagermapin() the direction of the I/O so that it can... |
![]() |
1.14 | 21 years | chs | branches: 1.14.2; 1.14.12; eliminate the PMAP_NEW option by making it required... |
![]() |
1.17 | 20 years | thorpej | branches: 1.17.4; uvm_map_setup(): We almost ever set up an interrupt-safe map,... |
![]() |
1.13 | 20 years | thorpej | __predict_false() DIAGNOSTIC error checks. |
![]() |
1.9 | 20 years | thorpej | __predict_false() an error check. |
![]() |
1.9 | 20 years | kleink | Merge parts of chs-ubc2 into the trunk: Add a new type voff_t (defined as a syno... |