 6c8f7fc3ba
			
		
	
	
		6c8f7fc3ba
		
	
	
	
	
		
			
			. add all sys/sys headers not already present to help compiling . take netbsd dirent.h and struct dirent; main result is introducing d_type and d_namlen that have to be set by getdents() in all FS code implementing it . d_off is gone . alignment of the struct has become 8 bytes instead of 4 . remove _MAX_BLOCK_SIZE, _MIN_BLOCK_SIZE, _STATIC_BLOCK_SIZE . libminlib: cleanup unused yet duplicate code . mfs: throw out the long-broken v1, v2 support . new test for dirent contents filled by getdents() Change-Id: I1459755c7ba5e5d1c9396d3a587ce6e63ddc283e
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #	$NetBSD: files.uvm,v 1.20 2011/05/17 05:32:31 mrg Exp $
 | |
| 
 | |
| #
 | |
| # UVM options
 | |
| # 
 | |
| defflag opt_uvmhist.h		UVMHIST UVMHIST_PRINT: KERNHIST
 | |
| defflag opt_uvm.h		USE_TOPDOWN_VM UVMMAP_COUNTERS
 | |
| defflag opt_vmswap.h		VMSWAP
 | |
| defflag opt_readahead.h		READAHEAD_STATS
 | |
| defflag opt_ubc.h		UBC_STATS
 | |
| defparam opt_pagermap.h		PAGER_MAP_SIZE
 | |
| defflag				PDPOLICY_CLOCKPRO
 | |
| defparam			USER_VA0_DISABLE_DEFAULT
 | |
| defflag opt_uvm_page_trkown.h	UVM_PAGE_TRKOWN
 | |
| 
 | |
| file	uvm/uvm_amap.c
 | |
| file	uvm/uvm_anon.c
 | |
| file	uvm/uvm_aobj.c
 | |
| file	uvm/uvm_bio.c
 | |
| file	uvm/uvm_coredump.c		coredump
 | |
| file	uvm/uvm_device.c
 | |
| file	uvm/uvm_emap.c
 | |
| file	uvm/uvm_fault.c
 | |
| file	uvm/uvm_glue.c
 | |
| file	uvm/uvm_init.c
 | |
| file	uvm/uvm_io.c
 | |
| file	uvm/uvm_km.c
 | |
| file	uvm/uvm_kmguard.c		debug
 | |
| file	uvm/uvm_loan.c
 | |
| file	uvm/uvm_map.c
 | |
| file	uvm/uvm_meter.c
 | |
| file	uvm/uvm_mmap.c
 | |
| file	uvm/uvm_mremap.c
 | |
| file	uvm/uvm_object.c
 | |
| file	uvm/uvm_page.c
 | |
| file	uvm/uvm_pager.c
 | |
| file	uvm/uvm_pdaemon.c
 | |
| file	uvm/uvm_pdpolicy_clock.c	!pdpolicy_clockpro
 | |
| file	uvm/uvm_pdpolicy_clockpro.c	pdpolicy_clockpro
 | |
| file	uvm/uvm_pglist.c
 | |
| file	uvm/uvm_readahead.c
 | |
| file	uvm/uvm_stat.c                  
 | |
| file	uvm/uvm_swap.c			vmswap
 | |
| file	uvm/uvm_swapstub.c		!vmswap
 | |
| file	uvm/uvm_unix.c
 | |
| file	uvm/uvm_user.c
 | |
| file	uvm/uvm_vnode.c
 |