LinuxTV

CVS log for dietlibc/include/pthread.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 27 17:35:13 2016 UTC (7 years, 9 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +21 -0 lines
  add really crappy pthread_rwclock implementation for openssl 1.1

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 3 14:33:58 2006 UTC (17 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -0 lines
  add pthread prototypes that are needed to compile libgcc when
    compiling a cross compiler gcc
  fix ftw64

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
  Lots of fixes and patches from Markus Oberhumer.
    libstdc++ compatibility
    ilp64 compatibility
    make diet libc compile with -Werror on 13 platforms
  ppc64 now compiles again

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Nov 14 14:02:50 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
it's __hppa__, not __parisc__

Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
fixing the pthread_join function
minor of the thread_specific data handling

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 8 11:49:10 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Thomas Walpuski found a bug and a missing prototype.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Aug 19 16:58:17 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
make headers C++ compatible

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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 26 15:19:29 2002 UTC (21 years, 9 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.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
PTHREAD_ONCE_INIT was 0...  this is LOCK held on parisc :(

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 25 17:12:39 2002 UTC (21 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
posix....

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 10 21:35:02 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
gcc from cvs makes __thread a keyword, conflicting with out pthread.h
(Eric Troan)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 21 12:32:50 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
added pthread_sigmask alias to sigprocmask

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 28 17:09:40 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +11 -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.16: download - view: text, markup, annotated - select for diffs
Thu Oct 11 11:59:39 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -3 lines
ENOTSUP...

Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +7 -1 lines
removed "some" warnings ...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:20:29 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -0 lines
missing and wrong prototypes ...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 12 14:50:48 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -8 lines
and now the thread specific key handling...
this is,was and will be a pain...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 12 13:16:05 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +37 -0 lines
here the pthread conditional variables...

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 30 13:54:08 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
malloc/free is now cancellaton save...
now the cleanup-stack is implemented to do the cleanup (ups)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 16 13:38:23 2001 UTC (23 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -2 lines
ok.
1. fixed a copy-paste bug
2. added atfork handling (pain...)
3. added cleanup stack (even more pain...)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 14 03:36:19 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -13 lines
arg... after many heisen-bugs it should work now.
there is now a manager thread.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 12 19:33:05 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +38 -7 lines
new pthread.h: more function prototypes...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:45:46 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -0 lines
missing prototypes for pthread_cleanup_*
and a little bug in vsyslog

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 9 14:21:20 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +57 -15 lines
some new prototypes, constants, etc. for cancel, mutex and attr functions.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 7 22:14:20 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +31 -4 lines
pthread cancel thread prototypes and constants.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 7 15:00:17 2001 UTC (23 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +24 -9 lines
hope it'll work... had some problems with the kernel includes...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 16 16:38:02 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
minor pthread changes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:34:05 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -9 lines
missed some...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:28:07 2001 UTC (23 years, 4 months ago) by olaf
Branches: MAIN
initial pthread header file

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>