NetBSD/sys/uvm
maxv 0fd1f118ce Fix programming mistake: 'paddrp' is a pointer given as argument, setting
it to NULL in the called function does not set it to NULL in the caller.

Actually, the callers of these functions do not do anything with the
special error handling, so drop the unused checks and the NULL assignments
altogether.

Found by the lgtm bot.
2019-09-20 11:09:43 +00:00
..
pmap s/pte/ptep/ in pmap_pte_process for consistency with other code. NFCI. 2019-09-18 18:29:58 +00:00
Makefile
files.uvm
uvm.h
uvm_amap.c
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c Avoid undefined behavior in uao_pagein_page(). Found by kUBSan. OK'd by 2019-07-28 05:28:53 +00:00
uvm_aobj.h
uvm_bio.c
uvm_coredump.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h
uvm_fault.c fix two bugs reported in 2019-08-05 17:36:42 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c uvm_pagealloc() uses UVM_PGA_* flags, not UVM_KMF_* flags, 2019-05-08 16:00:01 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map.c KASSERT -> KASSERTMSG so we actually display the overflowed values. 2019-08-10 01:06:45 +00:00
uvm_map.h Remove last trace of never-used map_attrib. 2019-08-01 02:28:55 +00:00
uvm_meter.c
uvm_mmap.c Change 'npgs' from int to size_t. Otherwise the 64bit->32bit conversion 2019-08-06 08:10:27 +00:00
uvm_mremap.c
uvm_object.c
uvm_object.h
uvm_page.c Fix programming mistake: 'paddrp' is a pointer given as argument, setting 2019-09-20 11:09:43 +00:00
uvm_page.h
uvm_pager.c
uvm_pager.h
uvm_param.h
uvm_pdaemon.c Draining pools from the pagedaemon thread can deadlock, because draining 2019-04-21 15:32:18 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c
uvm_pglist.h
uvm_physseg.c Fix programming mistake: 'paddrp' is a pointer given as argument, setting 2019-09-20 11:09:43 +00:00
uvm_physseg.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing 2019-05-09 08:16:14 +00:00
uvm_stat.h
uvm_swap.c
uvm_swap.h allow NONE build 2019-05-01 07:17:18 +00:00
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c