Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								086969277e 
								
							 
						 
						
							
							
								
								Everywhere: Run clang-format  
							
							
							
						 
						
							2022-04-01 21:24:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lenny Maiorani 
								
							 
						 
						
							
							
							
							
								
							
							
								190cf1507b 
								
							 
						 
						
							
							
								
								Kernel: Use default constructors/destructors  
							
							... 
							
							
							
							https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules 
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler." 
						
							2022-03-17 00:51:36 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Bertalan 
								
							 
						 
						
							
							
							
							
								
							
							
								52beeebe70 
								
							 
						 
						
							
							
								
								Kernel: Remove the KString::try_create(String::formatted(...)) pattern  
							
							... 
							
							
							
							We can now directly create formatted KStrings with KString::formatted.
:^) 
							
						 
						
							2021-12-28 01:55:22 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Liav A 
								
							 
						 
						
							
							
							
							
								
							
							
								9eb08bdb0f 
								
							 
						 
						
							
							
								
								Kernel: Make major and minor numbers to be DistinctNumerics  
							
							... 
							
							
							
							This helps avoid confusion in general, and make constructors, methods
and code patterns much more clean and understandable. 
							
						 
						
							2021-12-23 23:02:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Liav A 
								
							 
						 
						
							
							
							
							
								
							
							
								4dc3617f3c 
								
							 
						 
						
							
							
								
								Kernel/Storage: Move all ATA related code to a new subdirectory  
							
							... 
							
							
							
							Like what happened with the PCI and USB code, this feels like the right
thing to do because we can improve on the ATA capabilities and keep it
distinguished from the rest of the subsystem. 
							
						 
						
							2021-11-13 10:05:22 +01:00