Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								faf32153f6 
								
							 
						 
						
							
							
								
								Kernel: Take const Process& in InodeMetadata::may_{read,write,execute}  
							
							
							
						 
						
							2020-01-07 19:24:06 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								fdde5cdf26 
								
							 
						 
						
							
							
								
								Kernel: Don't include the process GID in the "extra GIDs" table  
							
							... 
							
							
							
							Process::m_extra_gids is for supplementary GIDs only. 
							
						 
						
							2020-01-02 23:45:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								27f699ef0c 
								
							 
						 
						
							
							
								
								AK: Rename the common integer typedefs to make it obvious what they are.  
							
							... 
							
							
							
							These types can be picked up by including <AK/Types.h>:
* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed) 
							
						 
						
							2019-07-03 21:20:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								00de8b9fc4 
								
							 
						 
						
							
							
								
								FileSystem: Don't create a temporary FileDescriptor every time we stat().  
							
							... 
							
							
							
							Instead, move the stat buffer population into InodeMetadata so we can call
it directly from VFS::stat() once we have an Inode. 
							
						 
						
							2019-06-01 18:46:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robin Burchell 
								
							 
						 
						
							
							
							
							
								
							
							
								0dc9af5f7e 
								
							 
						 
						
							
							
								
								Add clang-format file  
							
							... 
							
							
							
							Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh. 
							
						 
						
							2019-05-28 17:31:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								f9864940eb 
								
							 
						 
						
							
							
								
								Kernel: Move FS-related files into Kernel/FileSystem/  
							
							
							
						 
						
							2019-04-03 12:25:24 +02:00