o Fix kqueue write events never fired for files greater 2GB. [2] o Fix kpplications exiting due to segmentation violation on a correct memory address. [3] PR: 204046 [1] PR: 204203 [1] Errata Notice: FreeBSD-EN-15:19.kqueue [2] Errata Notice: FreeBSD-EN-15:20.vm [3] Approved by: so
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- usr.sbin/ntp/config.h.orig
 | |
| +++ usr.sbin/ntp/config.h
 | |
| @@ -120,7 +120,7 @@
 | |
|  #define CLOCK_PST 1
 | |
|  
 | |
|  /* DCF77 raw time code */
 | |
| -/* #undef CLOCK_RAWDCF */
 | |
| +#define CLOCK_RAWDCF 1
 | |
|  
 | |
|  /* RCC 8000 clock */
 | |
|  /* #undef CLOCK_RCC8000 */
 |