| .. | 
		
		
			
				
					| sysdeps | 885f507317
					sigaction overhaul as described in docs/sigaction.txt | 17 年 前 | 
		
			
				
					| .cvsignore | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| Makefile | fecaaa7a42
					Remove TOPDIR | 19 年 前 | 
		
			
				
					| Makefile.in | b74c3aa1a9
					- less verbose make clean | 17 年 前 | 
		
			
				
					| alloca_cutoff.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| attr.c | d0a847fd8a
					Remove unneeded ; after *_alias | 19 年 前 | 
		
			
				
					| barrier.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| cancel.c | d0a847fd8a
					Remove unneeded ; after *_alias | 19 年 前 | 
		
			
				
					| condvar.c | fd56af193e
					change asm/volatile to __x__ | 20 年 前 | 
		
			
				
					| descr.h | f1775381f9
					- fix inline keyword | 17 年 前 | 
		
			
				
					| errno.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| events.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| forward.c | e8c6de1939
					libc_hidden_proto removal, just a few functions | 17 年 前 | 
		
			
				
					| internals.h | 43ef9c6b3f
					*: remove some __libc_XXX functions: | 17 年 前 | 
		
			
				
					| join.c | d0a847fd8a
					Remove unneeded ; after *_alias | 19 年 前 | 
		
			
				
					| libc-cancellation.c | d0a847fd8a
					Remove unneeded ; after *_alias | 19 年 前 | 
		
			
				
					| libc_pthread_init.c | e8c6de1939
					libc_hidden_proto removal, just a few functions | 17 年 前 | 
		
			
				
					| lockfile.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| manager.c | 0e4d4dd891
					optimize signal mask ops. comment out "impossible" errors | 17 年 前 | 
		
			
				
					| mutex.c | 44d025b3b9
					New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sources | 20 年 前 | 
		
			
				
					| pt-machine.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| ptcleanup.c | f1775381f9
					- fix inline keyword | 17 年 前 | 
		
			
				
					| ptclock_gettime.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| ptclock_settime.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| ptfork.c | 04bbb6fdfa
					Now new linuxthreads builds w/ SHARED | 19 年 前 | 
		
			
				
					| pthandles.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| pthread.c | 43ef9c6b3f
					*: remove some __libc_XXX functions: | 17 年 前 | 
		
			
				
					| pthread_atfork.c | db33a44644
					Sync w/ upstream, hide pthread_atfork | 19 年 前 | 
		
			
				
					| pthread_setegid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_seteuid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setgid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setregid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setresgid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setresuid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setreuid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| pthread_setuid.c | 8c2b377d28
					s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h | 20 年 前 | 
		
			
				
					| queue.h | f1775381f9
					- fix inline keyword | 17 年 前 | 
		
			
				
					| restart.h | 0f0f20abd2
					Move kernel-features.h header from the linuxthread directory | 17 年 前 | 
		
			
				
					| rwlock.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| semaphore.c | fd56af193e
					change asm/volatile to __x__ | 20 年 前 | 
		
			
				
					| semaphore.h | 448b1571b8
					- pull commentary fixes from upstream | 17 年 前 | 
		
			
				
					| sighandler.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| signals.c | 0e4d4dd891
					optimize signal mask ops. comment out "impossible" errors | 17 年 前 | 
		
			
				
					| specific.c | cccc549ced
					initial import of latest linuxthreads | 20 年 前 | 
		
			
				
					| spinlock.c | f1775381f9
					- fix inline keyword | 17 年 前 | 
		
			
				
					| spinlock.h | f1775381f9
					- fix inline keyword | 17 年 前 |