Jelle Raaijmakers 
								
							 
						 
						
							
							
							
							
								
							
							
								9a6283c524 
								
							 
						 
						
							
							
								
								Kernel: Define PT_READ_I and PT_READ_D  
							
							... 
							
							
							
							Looking at how these two constants are commonly used in other systems,
we should be able to mimic their behavior using our PT_PEEK constant.
For example, see:
https://man.netbsd.org/NetBSD-6.0.1/i386/ptrace.2  
							
						 
						
							2021-09-23 18:51:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Itamar 
								
							 
						 
						
							
							
							
							
								
							
							
								f3aa87c436 
								
							 
						 
						
							
							
								
								Kernel: Make makedev()/minor()/major() static  
							
							... 
							
							
							
							This was originally done in 7274037740140a 
							
						 
						
							2021-08-16 23:26:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kenneth Myhra 
								
							 
						 
						
							
							
							
							
								
							
							
								cb10c62327 
								
							 
						 
						
							
							
								
								LibC: Add SOCK_RDM and SOCK_SEQPACKET to socket.h  
							
							
							
						 
						
							2021-08-14 22:32:00 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								e1273a8ff7 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/statvfs.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c9a5d83ccc 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/uio.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								37e98a55b7 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/ptrace.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								6b6eca0631 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/time.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								35b52338bb 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/times.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								d794ed1de7 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for utsname.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								6f78377864 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/wait.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b92e6b02e5 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/socket.h and sys/un.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								a8d1c2dde9 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for sys/mman.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								0a78056453 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions for time.h and sys/stat.h  
							
							
							
						 
						
							2021-08-14 19:58:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								740140a661 
								
							 
						 
						
							
							
								
								Kernel+LibC: Share definitions in fcntl.h and sys/types.h  
							
							... 
							
							
							
							This patch begins the work of sharing types and macros between Kernel
and LibC instead of duplicating them via the kludge in UnixTypes.h.
The basic idea is that the Kernel vends various POSIX headers via
Kernel/API/POSIX/ and LibC simply #include's them to get the macros. 
							
						 
						
							2021-08-14 19:58:11 +02:00