..  
		
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										arch
									
								 
							
						
					 
				 
				
					
						
							
							LibC: Save callee saved registers on setjmp 
						
					 
				 
				2025-05-04 13:54:35 +03:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										arpa
									
								 
							
						
					 
				 
				
					
						
							
							LibC: Make `inet_addr` spec compliant 
						
					 
				 
				2025-04-22 09:40:46 +03:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										include
									
								 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Implement basic epoll 
						
					 
				 
				2025-05-13 10:18:05 +03:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									
										sys
									
								 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Implement basic epoll 
						
					 
				 
				2025-05-13 10:18:05 +03:00  
		
			
			
			
			
				
					
						
							
								CMakeLists.txt 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Implement basic epoll 
						
					 
				 
				2025-05-13 10:18:05 +03:00  
		
			
			
			
			
				
					
						
							
								assert.cpp 
							
						
					 
				 
				
					
						
							
							BuildSystem: Move all userpace libraries under the userspace directory 
						
					 
				 
				2024-06-18 13:14:35 +03:00  
		
			
			
			
			
				
					
						
							
								ctype.cpp 
							
						
					 
				 
				
					
						
							
							BuildSystem: Move all userpace libraries under the userspace directory 
						
					 
				 
				2024-06-18 13:14:35 +03:00  
		
			
			
			
			
				
					
						
							
								dirent.cpp 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Fix dirent functions 
						
					 
				 
				2025-01-28 17:15:11 +02:00  
		
			
			
			
			
				
					
						
							
								dlfcn.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 
						
					 
				 
				2024-08-09 17:01:41 +03:00  
		
			
			
			
			
				
					
						
							
								environ.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Rewrite environ handling 
						
					 
				 
				2025-04-16 21:08:01 +03:00  
		
			
			
			
			
				
					
						
							
								errno.cpp 
							
						
					 
				 
				
					
						
							
							Kernel/LibC/DynamicLoader: Implement thread local storage 
						
					 
				 
				2025-04-15 23:33:39 +03:00  
		
			
			
			
			
				
					
						
							
								fcntl.cpp 
							
						
					 
				 
				
					
						
							
							Kernel: Remove SYS_OPEN 
						
					 
				 
				2024-09-17 16:16:47 +03:00  
		
			
			
			
			
				
					
						
							
								fenv.cpp 
							
						
					 
				 
				
					
						
							
							Kernel/userspace: rework floating point math 
						
					 
				 
				2024-11-03 20:28:15 +02:00  
		
			
			
			
			
				
					
						
							
								ftw.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Add stubs for some functions in {dlfcn,ftw,utime,wchar}.h 
						
					 
				 
				2024-08-09 17:01:41 +03:00  
		
			
			
			
			
				
					
						
							
								grp.cpp 
							
						
					 
				 
				
					
						
							
							BuildSystem: Move all userpace libraries under the userspace directory 
						
					 
				 
				2024-06-18 13:14:35 +03:00  
		
			
			
			
			
				
					
						
							
								icxxabi.cpp 
							
						
					 
				 
				
					
						
							
							LibC: merge atexit and __cxa_atexit into common function 
						
					 
				 
				2025-04-15 23:05:52 +03:00  
		
			
			
			
			
				
					
						
							
								inttypes.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement strto{u,i}max() 
						
					 
				 
				2024-08-05 00:53:27 +03:00  
		
			
			
			
			
				
					
						
							
								langinfo.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement nl_langinfo 
						
					 
				 
				2025-04-19 20:02:01 +03:00  
		
			
			
			
			
				
					
						
							
								libgen.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement basename and dirname 
						
					 
				 
				2024-12-02 20:13:37 +02:00  
		
			
			
			
			
				
					
						
							
								locale.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Don't define SCHAR_MAX in locale.c 
						
					 
				 
				2025-04-21 22:21:40 +03:00  
		
			
			
			
			
				
					
						
							
								malloc.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Rework malloc locking add proper realloc 
						
					 
				 
				2025-04-21 20:29:28 +03:00  
		
			
			
			
			
				
					
						
							
								math.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement nan{,f,l} as functions 
						
					 
				 
				2024-11-08 02:49:21 +02:00  
		
			
			
			
			
				
					
						
							
								netdb.cpp 
							
						
					 
				 
				
					
						
							
							resolver: Add support for CNAME 
						
					 
				 
				2025-04-22 08:36:44 +03:00  
		
			
			
			
			
				
					
						
							
								poll.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement poll() using select 
						
					 
				 
				2024-08-22 15:10:41 +03:00  
		
			
			
			
			
				
					
						
							
								printf_impl.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Fix printf e/E modifier for negative exponents 
						
					 
				 
				2025-05-04 13:42:17 +03:00  
		
			
			
			
			
				
					
						
							
								pthread.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement dummy pthread_attr_{get,set}detachstate 
						
					 
				 
				2025-04-21 19:58:01 +03:00  
		
			
			
			
			
				
					
						
							
								pwd.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Fix getpwend gid field :) 
						
					 
				 
				2024-12-02 20:13:37 +02:00  
		
			
			
			
			
				
					
						
							
								scanf_impl.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Fix scanf %n modifier 
						
					 
				 
				2025-04-22 09:55:38 +03:00  
		
			
			
			
			
				
					
						
							
								sched.cpp 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Implement sched_yield 
						
					 
				 
				2025-04-02 12:58:39 +03:00  
		
			
			
			
			
				
					
						
							
								setjmp.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Save callee saved registers on setjmp 
						
					 
				 
				2025-05-04 13:54:35 +03:00  
		
			
			
			
			
				
					
						
							
								signal.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement some missing signal.h functions 
						
					 
				 
				2025-01-28 17:27:41 +02:00  
		
			
			
			
			
				
					
						
							
								stdio.cpp 
							
						
					 
				 
				
					
						
							
							libc: fix tmpnam when no name is found 
						
					 
				 
				2025-05-05 19:17:16 +03:00  
		
			
			
			
			
				
					
						
							
								stdlib.cpp 
							
						
					 
				 
				
					
						
							
							libc: reorder destructor and fflush in exit 
						
					 
				 
				2025-05-05 19:16:52 +03:00  
		
			
			
			
			
				
					
						
							
								string.cpp 
							
						
					 
				 
				
					
						
							
							LibC: optimize strpbrk, str{,c}spn, strtok{,_r} 
						
					 
				 
				2025-04-24 01:39:49 +03:00  
		
			
			
			
			
				
					
						
							
								strings.cpp 
							
						
					 
				 
				
					
						
							
							BuildSystem: Move all userpace libraries under the userspace directory 
						
					 
				 
				2024-06-18 13:14:35 +03:00  
		
			
			
			
			
				
					
						
							
								syslog.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement closelog and make syslog print to stddbg 
						
					 
				 
				2024-12-03 01:45:54 +02:00  
		
			
			
			
			
				
					
						
							
								termios.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Don't crash when calling tcflush() 
						
					 
				 
				2024-08-09 17:03:21 +03:00  
		
			
			
			
			
				
					
						
							
								time.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement `difftime` 
						
					 
				 
				2025-05-04 13:42:17 +03:00  
		
			
			
			
			
				
					
						
							
								unistd.cpp 
							
						
					 
				 
				
					
						
							
							Kernel/LibC: Implement SA_RESTART 
						
					 
				 
				2025-04-22 02:42:44 +03:00  
		
			
			
			
			
				
					
						
							
								utime.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement dummy utime that just checks file existance 
						
					 
				 
				2024-12-03 16:21:18 +02:00  
		
			
			
			
			
				
					
						
							
								wchar.cpp 
							
						
					 
				 
				
					
						
							
							LibC: Implement some missing wchar functions 
						
					 
				 
				2025-04-19 20:56:41 +03:00