Kernel: Unbreak building with extra debug macros, part 1 
						
					 
				 
				2020-08-30 09:43:49 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 
						
					 
				 
				2020-07-05 12:26:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Support read-only filesystem mounts 
						
					 
				 
				2020-05-29 07:53:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Support read-only filesystem mounts 
						
					 
				 
				2020-05-29 07:53:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Track time-of-last-write in SlavePTY and report it as mtime 
						
					 
				 
				2020-09-06 18:48:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Track time-of-last-write in SlavePTY and report it as mtime 
						
					 
				 
				2020-09-06 18:48:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Meta: Remove some copyright headers added in error 
						
					 
				 
				2020-01-25 10:34:32 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Meta: Add a script check the presence of "#pragma once" in header files 
						
					 
				 
				2020-05-29 07:59:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Explain correctness of reference to local lambda 
						
					 
				 
				2020-08-30 10:31:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							FileSystem: Convert file types to DT_* types at a later stage 
						
					 
				 
				2020-08-29 20:54:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Virtualize the File::stat() operation 
						
					 
				 
				2020-09-06 18:31:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Virtualize the File::stat() operation 
						
					 
				 
				2020-09-06 18:31:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Allow File::close() to fail 
						
					 
				 
				2020-06-02 21:49:47 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File weakable 
						
					 
				 
				2020-09-06 18:46:46 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 
						
					 
				 
				2020-07-05 12:26:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 
						
					 
				 
				2020-07-05 12:26:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Virtualize the File::stat() operation 
						
					 
				 
				2020-09-06 18:31:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Rename FileDescription::fstat() => stat() 
						
					 
				 
				2020-09-06 18:17:07 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Switch singletons to use new Singleton class 
						
					 
				 
				2020-08-25 09:48:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							FileSystem: Convert file types to DT_* types at a later stage 
						
					 
				 
				2020-08-29 20:54:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Switch singletons to use new Singleton class 
						
					 
				 
				2020-08-25 09:48:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add DirectoryEntryView for VFS directory traversal 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File::write() and File::read() return KResultOr<size_t> 
						
					 
				 
				2020-08-04 18:17:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File::write() and File::read() return KResultOr<size_t> 
						
					 
				 
				2020-08-04 18:17:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Deemphasize inode identifiers 
						
					 
				 
				2020-06-25 15:49:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Refactor: Replace usages of FixedArray with Vector. 
						
					 
				 
				2020-09-08 14:01:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File::write() and File::read() return KResultOr<size_t> 
						
					 
				 
				2020-08-04 18:17:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File::write() and File::read() return KResultOr<size_t> 
						
					 
				 
				2020-08-04 18:17:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add DirectoryEntryView for VFS directory traversal 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add DirectoryEntryView for VFS directory traversal 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process 
						
					 
				 
				2020-09-10 19:57:15 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add DirectoryEntryView for VFS directory traversal 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							TmpFS: Stop using FS::DirectoryEntry in TmpFSInode 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							TmpFS: Stop using FS::DirectoryEntry in TmpFSInode 
						
					 
				 
				2020-08-18 18:26:54 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Switch singletons to use new Singleton class 
						
					 
				 
				2020-08-25 09:48:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Fix various forward declarations 
						
					 
				 
				2020-09-12 13:46:15 +02:00