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: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal 
						
					 
				 
				2022-12-28 11:53:41 +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: Add support for jails 
						
					 
				 
				2022-11-05 18:00:58 -06: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: Mark Process::jail() method as const 
						
					 
				 
				2023-01-07 03:44:59 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Guard Process "protected data" with a spinlock 
						
					 
				 
				2022-08-21 12:25:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC+LibCore+UserspaceEmulator: Implement faccessat(2) 
						
					 
				 
				2022-12-11 19:55:37 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add some spec links and comments to sys$posix_fallocate() 
						
					 
				 
				2022-11-29 11:09:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Support F_SETLKW in fcntl 
						
					 
				 
				2022-07-21 16:39:22 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Remove i686 support 
						
					 
				 
				2022-12-28 11:53:41 +01: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: Turn lock ranks into template parameters 
						
					 
				 
				2023-01-02 18:15:27 -05: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: Disallow executing SUID binaries if process is jailed 
						
					 
				 
				2022-12-30 15:49:37 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use Process::credentials() and remove user ID/group ID helpers 
						
					 
				 
				2022-08-22 12:46:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Allow sending SIGCONT to processes in the same group 
						
					 
				 
				2023-01-03 18:13:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC+LibCore: Implement symlinkat(2) 
						
					 
				 
				2022-12-11 19:55:37 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark sys$lseek() as not needing the big lock 
						
					 
				 
				2022-03-09 16:43:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC+LibCore: Implement mkdirat(2) 
						
					 
				 
				2022-12-11 19:55:37 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$mknod() not take the big lock 
						
					 
				 
				2022-08-22 17:56:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal 
						
					 
				 
				2022-12-28 11:53:41 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components 
						
					 
				 
				2022-11-08 02:54:48 -07: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: Add support for jails 
						
					 
				 
				2022-11-05 18:00:58 -06: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+LibC: Implement readlinkat(2) 
						
					 
				 
				2022-12-11 19:55:37 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC+LibCore: Implement renameat(2) 
						
					 
				 
				2022-12-11 19:55:37 -07: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: Add support for jails 
						
					 
				 
				2022-11-05 18:00:58 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED 
						
					 
				 
				2022-08-17 22:56:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add sid and pgid to Credentials 
						
					 
				 
				2023-01-03 18:13:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add sid and pgid to Credentials 
						
					 
				 
				2023-01-03 18:13:11 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Remove i686 support 
						
					 
				 
				2022-12-28 11:53:41 +01: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: Move ThreadRegisters into arch-specific directory 
						
					 
				 
				2022-12-29 19:32:20 -07: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: Remove i686 support 
						
					 
				 
				2022-12-28 11:53:41 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make VirtualFileSystem functions take credentials as input 
						
					 
				 
				2022-08-21 16:02:24 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibCore+LibC: Implement support for forcing unveil on exec 
						
					 
				 
				2022-11-26 12:42:15 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Make sys$utime() and sys$utimensat() not take the big lock 
						
					 
				 
				2022-08-22 17:56:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Update tv_nsec field when using utimensat() with UTIME_NOW 
						
					 
				 
				2022-11-24 16:56:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add support for jails 
						
					 
				 
				2022-11-05 18:00:58 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC+Tests: Implement pwritev(2) 
						
					 
				 
				2022-12-11 19:55:37 -07:00