LinuxTV

CVS log for dietlibc/libpthread/pthread_internal.c

[BACK] Up to [DVB] / dietlibc / libpthread

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 15 21:36:14 2016 UTC (7 years, 8 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
we don't need errno_location in libpthread if WANT_TLS is defined (in
fact it's harmful)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 6 12:01:59 2016 UTC (8 years ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -0 lines
  aarch64 port (Christian Seiler)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 9 14:04:19 2016 UTC (8 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
  various TLS and pthread fixes (Christian Seiler)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:03:29 2014 UTC (10 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
remove compiler warnings

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 13 06:23:43 2010 UTC (14 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
  fix fork+pthread closing fd 0 (Tim München)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 22 03:10:49 2009 UTC (14 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -0 lines
use TCB (from TLS) on i386 if available

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 22 02:31:07 2009 UTC (14 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +49 -0 lines
  first stab at getting TLS to work in actual threads
  use fs: to find current thread on x86_64

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 20 00:45:12 2008 UTC (16 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
move <sys/poll.h> to <poll.h>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 19 12:39:43 2008 UTC (16 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
add missing _GNU_SOURCE

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 18 14:55:35 2006 UTC (17 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -2 lines
fix pthread_cond_timedwait

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 7 17:05:03 2004 UTC (20 years ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -1 lines
the regparm attribute in typedefinition generats error with gcc-2.95 on
non-x86 arch... (reported: Johannes Stezenbach)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 21 12:12:49 2004 UTC (20 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -5 lines
ARGH!  gcc 3.4 breaks regparm attributes on i386!

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 29 14:00:59 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +26 -6 lines
fixing the pthread_join function
minor of the thread_specific data handling

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 17 15:06:10 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +29 -14 lines
add the semaphore support.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 12 14:03:25 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -26 lines
removed problematic longjmp/setjmp for timedwait

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 18 17:32:53 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +537 -266 lines
- checkin of the new libpthread
- add confstr

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 28 17:09:41 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -4 lines
- parisc clone & atomic testandset
- modifications to libpthread to respect the UPgrowing stack of rarisc
  and inverse lock logic
- added compiler option to i386 (this saves 9 byte per C-function)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:44:17 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -8 lines
removed "some" warnings ...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 6 19:26:41 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +21 -22 lines
major change:
 - fixed a misunderstanding bug / errors are returned not set to errno
 - new pthread_join struct (now it passes the glib check)
 - changed (and probably broke) the pthread_key* struct (but now it passes the glib test)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 23 19:03:58 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
missed to commit ... (a.u.)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 31 17:03:41 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -7 lines
lots of errno cleanups,
lots of errno related thread-safeness cleanups in librpc (don't ask).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 31 15:33:32 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
change return 42 to return (void*)42 (Olaf said it's OK, honest!)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 31 15:30:28 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -0 lines
fixed a bug...
if the thread-life was shorter then one time-slice it had slipped the
creator...

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 21 14:52:20 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -2 lines
added internal call __get_errno

and fixed shadow passwd entry (spent) function NOW sshd works
(tested on my machine @ uni)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 17 16:00:56 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
set_errno again ...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 17 15:57:21 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -0 lines
set_errno ...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 10 16:05:10 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
finalize THREAD_SAVE renaming, include libpthread in standard targets
for each platform.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>