Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make self-contained locking smart pointers their own classes 
						
					 
				 
				2022-08-20 17:20:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/Syscall: Make anon_create to not use Process::allocate_fd method 
						
					 
				 
				2022-08-21 10:56:48 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move PCSpeaker code to the x86-specific architecture directory 
						
					 
				 
				2022-09-20 18:43:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make File::{chown,chmod} take credentials as input 
						
					 
				 
				2022-08-21 16:15:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FileSystem: Add a few missing includes 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Wrap process address spaces in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Run clang-format 
						
					 
				 
				2022-04-01 21:24:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Guard Process "protected data" with a spinlock 
						
					 
				 
				2022-08-21 12:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$dup2() as not needing the big lock 
						
					 
				 
				2022-03-09 16:43:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$emuctl() as not needing the big lock 
						
					 
				 
				2022-03-09 16:43:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FileSystem: Add a few missing includes 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Guard Process "protected data" with a spinlock 
						
					 
				 
				2022-08-21 12:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Add posix_fallocate syscall 
						
					 
				 
				2022-07-15 12:42:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Support F_SETLKW in fcntl 
						
					 
				 
				2022-07-21 16:39:22 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$fsync() as not needing the big lock 
						
					 
				 
				2022-03-08 00:19:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$ftruncate() as not needing the big lock 
						
					 
				 
				2022-03-09 16:43:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Wrap process address spaces in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Convert process file descriptor table to a SpinlockProtected 
						
					 
				 
				2022-01-29 02:17:06 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Wrap process address spaces in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Handle promise violations in the syscall handler 
						
					 
				 
				2021-12-29 18:08:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FileSystem: Add a few missing includes 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move InterruptDisabler out of Arch directory 
						
					 
				 
				2022-10-17 20:11:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$lseek() as not needing the big lock 
						
					 
				 
				2022-03-09 16:43:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$mknod() not take the big lock 
						
					 
				 
				2022-08-22 17:56:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FileSystem: Add a few missing includes 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Introduce support for using FileSystem object in multiple mounts 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Turn bool keep_empty to an enum in split* functions 
						
					 
				 
				2022-10-24 23:29:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make self-contained locking smart pointers their own classes 
						
					 
				 
				2022-08-20 17:20:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$getppid() not take the big lock 
						
					 
				 
				2022-08-21 13:29:36 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Fix boot profiling 
						
					 
				 
				2022-08-23 11:48:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Wrap process address spaces in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make self-contained locking smart pointers their own classes 
						
					 
				 
				2022-08-20 17:20:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Set priority of all threads within a process if requested 
						
					 
				 
				2022-10-27 11:30:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move InterruptDisabler out of Arch directory 
						
					 
				 
				2022-10-17 20:11:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Guard Process "protected data" with a spinlock 
						
					 
				 
				2022-08-21 12:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move InterruptDisabler out of Arch directory 
						
					 
				 
				2022-10-17 20:11:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE 
						
					 
				 
				2022-10-24 15:49:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Wrap process address spaces in SpinlockProtected 
						
					 
				 
				2022-08-24 14:57:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Guard Process "protected data" with a spinlock 
						
					 
				 
				2022-08-21 12:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Read version and git commit hash from baked-in version info 
						
					 
				 
				2022-10-14 13:45:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$utime() and sys$utimensat() not take the big lock 
						
					 
				 
				2022-08-22 17:56:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$utime() and sys$utimensat() not take the big lock 
						
					 
				 
				2022-08-22 17:56:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make self-contained locking smart pointers their own classes 
						
					 
				 
				2022-08-20 17:20:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE 
						
					 
				 
				2022-10-24 15:49:39 +02:00