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