README.NPTL 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. The base NPTL code for uClibc is from the glibc project located at
  2. <http://sourceware.org/glibc/>. The starting version was the HEAD of
  3. the glibc CVS repository dated 2005-05-06. Important changes from
  4. glibc will continue to be brought in as necessary until the version
  5. for uClibc is standing on its own. All of the files were originally
  6. brought over verbatim with no modifications. Obviously, these will
  7. undergo any necessary changes needed for integration into uClibc.
  8. Additionally (or subtractingly), the files and directories below
  9. were removed and not imported.
  10. -- Steven J. Hill <sjhill@realitydiluted.com> on 2005-05-06
  11. nptl/Makeconfig
  12. nptl/configure
  13. nptl/shlib-versions
  14. nptl/sysdeps/generic
  15. nptl/sysdeps/ia64
  16. nptl/sysdeps/pthread/Makefile
  17. nptl/sysdeps/pthread/Subdirs
  18. nptl/sysdeps/pthread/allocalim.h
  19. nptl/sysdeps/pthread/configure
  20. nptl/sysdeps/pthread/configure.in
  21. nptl/sysdeps/pthread/createthread.c
  22. nptl/sysdeps/pthread/flockfile.c
  23. nptl/sysdeps/pthread/ftrylockfile.c
  24. nptl/sysdeps/pthread/funlockfile.c
  25. nptl/sysdeps/pthread/librt-cancellation.c
  26. nptl/sysdeps/pthread/list.h
  27. nptl/sysdeps/pthread/malloc-machine.h
  28. nptl/sysdeps/pthread/posix-timer.h
  29. nptl/sysdeps/pthread/pt-initfini.c
  30. nptl/sysdeps/pthread/pt-longjmp.c
  31. nptl/sysdeps/pthread/pthread-functions.h
  32. nptl/sysdeps/pthread/pthread.h
  33. nptl/sysdeps/pthread/pthread_barrier_wait.c
  34. nptl/sysdeps/pthread/pthread_cond_broadcast.c
  35. nptl/sysdeps/pthread/pthread_cond_signal.c
  36. nptl/sysdeps/pthread/pthread_cond_timedwait.c
  37. nptl/sysdeps/pthread/pthread_cond_wait.c
  38. nptl/sysdeps/pthread/pthread_getcpuclockid.c
  39. nptl/sysdeps/pthread/pthread_once.c
  40. nptl/sysdeps/pthread/pthread_rwlock_rdlock.c
  41. nptl/sysdeps/pthread/pthread_rwlock_timedrdlock.c
  42. nptl/sysdeps/pthread/pthread_rwlock_timedwrlock.c
  43. nptl/sysdeps/pthread/pthread_rwlock_unlock.c
  44. nptl/sysdeps/pthread/pthread_rwlock_wrlock.c
  45. nptl/sysdeps/pthread/pthread_sigmask.c
  46. nptl/sysdeps/pthread/pthread_spin_destroy.c
  47. nptl/sysdeps/pthread/pthread_spin_init.c
  48. nptl/sysdeps/pthread/pthread_spin_unlock.c
  49. nptl/sysdeps/pthread/rt-unwind-resume.c
  50. nptl/sysdeps/pthread/setxid.h
  51. nptl/sysdeps/pthread/sigaction.c
  52. nptl/sysdeps/pthread/sigfillset.c
  53. nptl/sysdeps/pthread/sigprocmask.c
  54. nptl/sysdeps/pthread/tcb-offsets.h
  55. nptl/sysdeps/pthread/timer_create.c
  56. nptl/sysdeps/pthread/timer_delete.c
  57. nptl/sysdeps/pthread/timer_getoverr.c
  58. nptl/sysdeps/pthread/timer_gettime.c
  59. nptl/sysdeps/pthread/timer_routines.c
  60. nptl/sysdeps/pthread/timer_settime.c
  61. nptl/sysdeps/pthread/tst-mqueue8x.c
  62. nptl/sysdeps/pthread/tst-timer.c
  63. nptl/sysdeps/pthread/unwind-forcedunwind.c
  64. nptl/sysdeps/pthread/unwind-resume.c
  65. nptl/sysdeps/s390
  66. nptl/sysdeps/unix
  67. nptl/tst-_res1.c
  68. nptl/tst-_res1mod1.c
  69. nptl/tst-_res1mod2.c
  70. nptl/tst-align.c
  71. nptl/tst-align2.c
  72. nptl/tst-atfork1.c
  73. nptl/tst-atfork2.c
  74. nptl/tst-atfork2mod.c
  75. nptl/tst-attr1.c
  76. nptl/tst-attr2.c
  77. nptl/tst-attr3.c
  78. nptl/tst-backtrace1.c
  79. nptl/tst-barrier1.c
  80. nptl/tst-barrier2.c
  81. nptl/tst-barrier3.c
  82. nptl/tst-barrier4.c
  83. nptl/tst-basic1.c
  84. nptl/tst-basic2.c
  85. nptl/tst-basic3.c
  86. nptl/tst-basic4.c
  87. nptl/tst-basic5.c
  88. nptl/tst-basic6.c
  89. nptl/tst-cancel-wrappers.sh
  90. nptl/tst-cancel1.c
  91. nptl/tst-cancel10.c
  92. nptl/tst-cancel11.c
  93. nptl/tst-cancel12.c
  94. nptl/tst-cancel13.c
  95. nptl/tst-cancel14.c
  96. nptl/tst-cancel15.c
  97. nptl/tst-cancel16.c
  98. nptl/tst-cancel17.c
  99. nptl/tst-cancel18.c
  100. nptl/tst-cancel19.c
  101. nptl/tst-cancel2.c
  102. nptl/tst-cancel20.c
  103. nptl/tst-cancel21.c
  104. nptl/tst-cancel22.c
  105. nptl/tst-cancel23.c
  106. nptl/tst-cancel3.c
  107. nptl/tst-cancel4.c
  108. nptl/tst-cancel5.c
  109. nptl/tst-cancel6.c
  110. nptl/tst-cancel7.c
  111. nptl/tst-cancel8.c
  112. nptl/tst-cancel9.c
  113. nptl/tst-cancelx1.c
  114. nptl/tst-cancelx10.c
  115. nptl/tst-cancelx11.c
  116. nptl/tst-cancelx12.c
  117. nptl/tst-cancelx13.c
  118. nptl/tst-cancelx14.c
  119. nptl/tst-cancelx15.c
  120. nptl/tst-cancelx16.c
  121. nptl/tst-cancelx17.c
  122. nptl/tst-cancelx18.c
  123. nptl/tst-cancelx2.c
  124. nptl/tst-cancelx20.c
  125. nptl/tst-cancelx21.c
  126. nptl/tst-cancelx3.c
  127. nptl/tst-cancelx4.c
  128. nptl/tst-cancelx5.c
  129. nptl/tst-cancelx6.c
  130. nptl/tst-cancelx7.c
  131. nptl/tst-cancelx8.c
  132. nptl/tst-cancelx9.c
  133. nptl/tst-cleanup0.c
  134. nptl/tst-cleanup0.expect
  135. nptl/tst-cleanup1.c
  136. nptl/tst-cleanup2.c
  137. nptl/tst-cleanup3.c
  138. nptl/tst-cleanup4.c
  139. nptl/tst-cleanup4aux.c
  140. nptl/tst-cleanupx0.c
  141. nptl/tst-cleanupx0.expect
  142. nptl/tst-cleanupx1.c
  143. nptl/tst-cleanupx2.c
  144. nptl/tst-cleanupx3.c
  145. nptl/tst-cleanupx4.c
  146. nptl/tst-clock1.c
  147. nptl/tst-clock2.c
  148. nptl/tst-cond1.c
  149. nptl/tst-cond10.c
  150. nptl/tst-cond11.c
  151. nptl/tst-cond12.c
  152. nptl/tst-cond13.c
  153. nptl/tst-cond14.c
  154. nptl/tst-cond15.c
  155. nptl/tst-cond16.c
  156. nptl/tst-cond17.c
  157. nptl/tst-cond18.c
  158. nptl/tst-cond19.c
  159. nptl/tst-cond2.c
  160. nptl/tst-cond20.c
  161. nptl/tst-cond21.c
  162. nptl/tst-cond3.c
  163. nptl/tst-cond4.c
  164. nptl/tst-cond5.c
  165. nptl/tst-cond6.c
  166. nptl/tst-cond7.c
  167. nptl/tst-cond8.c
  168. nptl/tst-cond9.c
  169. nptl/tst-context1.c
  170. nptl/tst-detach1.c
  171. nptl/tst-dlsym1.c
  172. nptl/tst-eintr1.c
  173. nptl/tst-eintr2.c
  174. nptl/tst-eintr3.c
  175. nptl/tst-eintr4.c
  176. nptl/tst-eintr5.c
  177. nptl/tst-exec1.c
  178. nptl/tst-exec2.c
  179. nptl/tst-exec3.c
  180. nptl/tst-exec4.c
  181. nptl/tst-execstack-mod.c
  182. nptl/tst-execstack.c
  183. nptl/tst-exit1.c
  184. nptl/tst-exit2.c
  185. nptl/tst-exit3.c
  186. nptl/tst-fini1.c
  187. nptl/tst-fini1mod.c
  188. nptl/tst-flock1.c
  189. nptl/tst-flock2.c
  190. nptl/tst-fork1.c
  191. nptl/tst-fork2.c
  192. nptl/tst-fork3.c
  193. nptl/tst-fork4.c
  194. nptl/tst-getpid1.c
  195. nptl/tst-getpid2.c
  196. nptl/tst-join1.c
  197. nptl/tst-join2.c
  198. nptl/tst-join3.c
  199. nptl/tst-join4.c
  200. nptl/tst-join5.c
  201. nptl/tst-key1.c
  202. nptl/tst-key2.c
  203. nptl/tst-key3.c
  204. nptl/tst-key4.c
  205. nptl/tst-kill1.c
  206. nptl/tst-kill2.c
  207. nptl/tst-kill3.c
  208. nptl/tst-kill4.c
  209. nptl/tst-kill5.c
  210. nptl/tst-kill6.c
  211. nptl/tst-locale1.c
  212. nptl/tst-locale2.c
  213. nptl/tst-mutex1.c
  214. nptl/tst-mutex2.c
  215. nptl/tst-mutex3.c
  216. nptl/tst-mutex4.c
  217. nptl/tst-mutex5.c
  218. nptl/tst-mutex5a.c
  219. nptl/tst-mutex6.c
  220. nptl/tst-mutex7.c
  221. nptl/tst-mutex7a.c
  222. nptl/tst-mutex8.c
  223. nptl/tst-mutex9.c
  224. nptl/tst-oddstacklimit.c
  225. nptl/tst-once1.c
  226. nptl/tst-once2.c
  227. nptl/tst-once3.c
  228. nptl/tst-once4.c
  229. nptl/tst-oncex3.c
  230. nptl/tst-oncex4.c
  231. nptl/tst-popen1.c
  232. nptl/tst-raise1.c
  233. nptl/tst-rwlock1.c
  234. nptl/tst-rwlock10.c
  235. nptl/tst-rwlock11.c
  236. nptl/tst-rwlock12.c
  237. nptl/tst-rwlock13.c
  238. nptl/tst-rwlock14.c
  239. nptl/tst-rwlock2.c
  240. nptl/tst-rwlock3.c
  241. nptl/tst-rwlock4.c
  242. nptl/tst-rwlock5.c
  243. nptl/tst-rwlock6.c
  244. nptl/tst-rwlock7.c
  245. nptl/tst-rwlock8.c
  246. nptl/tst-rwlock9.c
  247. nptl/tst-sched1.c
  248. nptl/tst-sem1.c
  249. nptl/tst-sem2.c
  250. nptl/tst-sem3.c
  251. nptl/tst-sem4.c
  252. nptl/tst-sem5.c
  253. nptl/tst-sem6.c
  254. nptl/tst-sem7.c
  255. nptl/tst-sem8.c
  256. nptl/tst-sem9.c
  257. nptl/tst-setuid1-static.c
  258. nptl/tst-setuid1.c
  259. nptl/tst-signal1.c
  260. nptl/tst-signal2.c
  261. nptl/tst-signal3.c
  262. nptl/tst-signal4.c
  263. nptl/tst-signal5.c
  264. nptl/tst-signal6.c
  265. nptl/tst-spin1.c
  266. nptl/tst-spin2.c
  267. nptl/tst-spin3.c
  268. nptl/tst-stack1.c
  269. nptl/tst-stack2.c
  270. nptl/tst-stack3.c
  271. nptl/tst-stdio1.c
  272. nptl/tst-stdio2.c
  273. nptl/tst-sysconf.c
  274. nptl/tst-tls1.c
  275. nptl/tst-tls2.c
  276. nptl/tst-tls3.c
  277. nptl/tst-tls3mod.c
  278. nptl/tst-tls4.c
  279. nptl/tst-tls4moda.c
  280. nptl/tst-tls4modb.c
  281. nptl/tst-tls5.c
  282. nptl/tst-tls5.h
  283. nptl/tst-tls5mod.c
  284. nptl/tst-tls5moda.c
  285. nptl/tst-tls5modb.c
  286. nptl/tst-tls5modc.c
  287. nptl/tst-tls5modd.c
  288. nptl/tst-tls5mode.c
  289. nptl/tst-tls5modf.c
  290. nptl/tst-tls6.sh
  291. nptl/tst-tsd1.c
  292. nptl/tst-tsd2.c
  293. nptl/tst-tsd3.c
  294. nptl/tst-tsd4.c
  295. nptl/tst-tsd5.c
  296. nptl/tst-umask1.c
  297. nptl/tst-unload.c
  298. nptl/tst-vfork1.c
  299. nptl/tst-vfork1x.c
  300. nptl/tst-vfork2.c
  301. nptl/tst-vfork2x.c
  302. nptl/version.c
  303. nptl_db/ChangeLog
  304. nptl_db/shlib-versions