CMake: Let Meta/serenity.sh run aarch64 make it past cmake 
						
					 
				 
				2021-08-28 14:43:07 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibC: Make <netinet/in.h> more POSIX compliant 
						
					 
				 
				2021-08-22 10:29:06 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibC: Implement tfind and tsearch 
						
					 
				 
				2021-10-15 21:50:19 -07:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel+LibC: Share definitions for net/{if,if_arp,route}.h 
						
					 
				 
				2021-08-14 19:58:11 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACK 
						
					 
				 
				2021-11-06 00:31:01 -07:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibC: Avoid unnecessary mprotect during program initialization 
						
					 
				 
				2021-11-11 09:20:35 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't format strings when asserting with an unstable heap 
						
					 
				 
				2021-09-18 01:35:11 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Use C-style void cast in assert() 
						
					 
				 
				2021-07-13 19:02:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use "the SerenityOS developers." in copyright headers 
						
					 
				 
				2021-04-29 00:59:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Meta: Resolve cyclic dependency between LibPthread and libc++ 
						
					 
				 
				2021-11-13 11:15:33 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Avoid unnecessary mprotect during program initialization 
						
					 
				 
				2021-11-11 09:20:35 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Avoid unnecessary mprotect during program finalization 
						
					 
				 
				2021-11-11 09:20:35 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add function fdopendir 
						
					 
				 
				2021-08-14 22:32:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add function fdopendir 
						
					 
				 
				2021-08-14 22:32:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC+LibELF: Implement dladdr() 
						
					 
				 
				2021-06-06 22:16:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC+LibELF: Add definitions for extra dtags 
						
					 
				 
				2021-09-26 12:45:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't clear errno on success 
						
					 
				 
				2021-05-30 19:37:32 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add ELAST errno macro 
						
					 
				 
				2021-10-17 17:09:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better 
						
					 
				 
				2021-09-16 17:17:13 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Share definitions in fcntl.h and sys/types.h 
						
					 
				 
				2021-08-14 19:58:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Modify fd_set to be compatible with X/OPEN 
						
					 
				 
				2021-08-22 10:29:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't include fenv.h from float.h 
						
					 
				 
				2021-07-08 10:11:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Pass AK::StringView by value 
						
					 
				 
				2021-11-11 01:27:46 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add putgrent 
						
					 
				 
				2021-07-15 11:16:58 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Fix grp.h includes 
						
					 
				 
				2021-07-17 13:00:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't include AK headers in system headers 
						
					 
				 
				2021-07-15 23:51:59 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't truncate arguments for ioctl() on x86_64 
						
					 
				 
				2021-07-22 04:18:39 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC+DynamicLoader: Store the auxiliary vector address at startup 
						
					 
				 
				2021-09-20 18:32:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Define ULLONG_MAX 
						
					 
				 
				2021-10-17 23:43:43 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Prefer using ARCH() over __LP64__ 
						
					 
				 
				2021-07-13 23:19:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Let setlocale() pretend that setting the locale succeeded 
						
					 
				 
				2021-06-05 10:56:37 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Define locale categories (LC_*) as macros 
						
					 
				 
				2021-10-23 23:31:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Implement _aligned_malloc and _aligned_free 
						
					 
				 
				2021-11-14 16:46:21 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Reduce the number of template parameters of IntrusiveList 
						
					 
				 
				2021-09-10 18:05:46 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add definitions/stubs for IPv6 functionality 
						
					 
				 
				2021-05-09 21:16:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Make ByteBuffer::try_* functions return ErrorOr<void> 
						
					 
				 
				2021-11-10 21:58:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use "the SerenityOS developers." in copyright headers 
						
					 
				 
				2021-04-29 00:59:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Share definitions for poll.h 
						
					 
				 
				2021-08-14 19:58:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add getpriority() and setpriority() stubs 
						
					 
				 
				2021-09-23 18:51:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC+AK: Remove our custom macros from <assert.h> 
						
					 
				 
				2021-06-08 17:29:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Only set owner on recursive mutexes 
						
					 
				 
				2021-07-06 17:25:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Toolchain+Userland: Enable TLS for x86_64 
						
					 
				 
				2021-07-04 01:07:28 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Remove debug spam from openpty() 
						
					 
				 
				2021-10-26 08:47:06 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Remove 'int* aslave' parameter from forkpty() 
						
					 
				 
				2021-05-06 13:52:46 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Do not include errno.h inside unistd.h 
						
					 
				 
				2021-05-14 22:24:02 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add stub forwarders to LibRegex C API 
						
					 
				 
				2021-08-12 18:56:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibRegex+LibUnicode: Begin implementing Unicode property escapes 
						
					 
				 
				2021-07-30 21:26:31 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Fix %n conversion specifier in scanf() format 
						
					 
				 
				2021-10-24 22:43:27 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Stub out tdelete 
						
					 
				 
				2021-10-15 21:50:19 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add missing header in search.h 
						
					 
				 
				2021-10-20 09:20:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+Userland: Remove loadable kernel moduless 
						
					 
				 
				2021-09-11 19:05:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+Userland: Remove loadable kernel moduless 
						
					 
				 
				2021-09-11 19:05:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Run clang-format on setjmp.h 
						
					 
				 
				2021-08-31 01:37:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Allow empty spwd members when writing shadow entries via putspent 
						
					 
				 
				2021-05-30 17:42:03 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Fix building the library on macOS 
						
					 
				 
				2021-05-01 15:56:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Support getsignalbyname() with full signal name 
						
					 
				 
				2021-08-22 15:23:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Expose sig_sysname array 
						
					 
				 
				2021-08-18 10:33:48 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Do not include errno.h inside unistd.h 
						
					 
				 
				2021-05-14 22:24:02 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Make some symbols __attribute__((used)) for LTO 
						
					 
				 
				2021-10-17 17:09:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Pack SC_stat_params struct tighter 
						
					 
				 
				2021-09-16 17:17:13 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Make remove() propagate non-EISDIR unlink() errors 
						
					 
				 
				2021-09-09 21:49:49 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add definition for FOPEN_MAX 
						
					 
				 
				2021-10-23 15:06:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add labs() 
						
					 
				 
				2021-10-31 12:00:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Implement _aligned_malloc and _aligned_free 
						
					 
				 
				2021-11-14 16:46:21 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Upgrade memmove() to memcpy() when possible 
						
					 
				 
				2021-09-13 19:11:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Implement strerror_r() 
						
					 
				 
				2021-05-25 17:36:02 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Use EX_IOERR instead of EX_IOER 
						
					 
				 
				2021-06-10 20:21:08 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Convert StringBuilder::appendf() => AK::Format 
						
					 
				 
				2021-05-07 21:12:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Mark termcap symbols as weak 
						
					 
				 
				2021-10-15 14:47:41 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Share definitions for termios.h 
						
					 
				 
				2021-08-14 19:58:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Don't delete null check in gettimeofday 
						
					 
				 
				2021-08-12 21:10:44 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Share definitions for time.h and sys/stat.h 
						
					 
				 
				2021-08-14 19:58:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add stubs for getrlimit()/setrlimit() 
						
					 
				 
				2021-05-08 19:14:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibC: Pass off_t to pread() via a pointer 
						
					 
				 
				2021-11-13 10:04:46 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Add chroot() stub 
						
					 
				 
				2021-09-23 18:51:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Implement mbsnrtowcs 
						
					 
				 
				2021-10-21 23:57:32 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibC: Primitively implement wcsxfrm 
						
					 
				 
				2021-10-17 17:09:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix more Copyright header inconsistencies 
						
					 
				 
				2021-10-04 11:10:09 +01:00