Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100538 - [xmlify] POSIX threads explained part 1, 2 and 3
Summary: [xmlify] POSIX threads explained part 1, 2 and 3
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 100687
Blocks: 95661
  Show dependency tree
 
Reported: 2005-07-27 18:08 UTC by Łukasz Damentko (RETIRED)
Modified: 2005-08-03 03:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
l-posix1.xml (l-posix1.xml,19.91 KB, text/plain)
2005-07-27 18:54 UTC, Łukasz Damentko (RETIRED)
Details
l-posix2.xml (l-posix2.xml,21.18 KB, text/plain)
2005-07-28 07:13 UTC, Łukasz Damentko (RETIRED)
Details
l-posix3.xml (l-posix3.xml,23.48 KB, text/plain)
2005-07-28 10:36 UTC, Łukasz Damentko (RETIRED)
Details
l-posix2.xml (l-posix2.xml,21.30 KB, text/plain)
2005-07-28 10:52 UTC, Łukasz Damentko (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Damentko (RETIRED) gentoo-dev 2005-07-27 18:08:07 UTC
Let's do another funny docs. Files will be here soon.
Comment 2 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-27 18:54:11 UTC
Created attachment 64483 [details]
l-posix1.xml

First one!
Comment 3 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-28 07:13:11 UTC
Created attachment 64534 [details]
l-posix2.xml

Here's second one.
Comment 4 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-28 08:07:23 UTC
Comment on attachment 64534 [details]
l-posix2.xml

needs fixes!
Comment 5 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-28 10:36:48 UTC
Created attachment 64558 [details]
l-posix3.xml

Here's third file. It contains link to
http://www-128.ibm.com/developerworks/linux/library/l-posix3/thread-3.tar.gz
and that file should be host by us, not ibm folks.
Comment 6 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-28 10:52:22 UTC
Created attachment 64560 [details]
l-posix2.xml

Here's final file with done <figure> i forgot last time.
File http://www-128.ibm.com/developerworks/linux/library/l-posix2/mutex.gif
should be put into /images/docs/mutex.gif dir.
Comment 7 Łukasz Damentko (RETIRED) gentoo-dev 2005-07-28 10:53:32 UTC
Ok, it's ready to check, please read all the info here and don't forget to put
the image file into our dir. Thanks in advance for putting it in.
Comment 8 Xavier Neys (RETIRED) gentoo-dev 2005-07-29 03:28:35 UTC
tar files are owned by Daniel:
$ tar vtfz thread-3.tar.gz 
-rw-r--r-- drobbins/drobbins 2243 2000-07-14 02:52:43 control.c
-rw-r--r-- drobbins/drobbins  130 2000-06-17 16:44:42 control.h
-rw-r--r-- drobbins/drobbins  105 2000-06-17 17:08:10 dbug.h
-rw-r--r-- drobbins/drobbins 1637 2000-07-14 02:56:44 queue.c
-rw-r--r-- drobbins/drobbins  338 2000-06-17 17:41:44 queue.h
-rw-r--r-- drobbins/drobbins 4799 2000-07-15 22:27:05 workcrew.c

I see no reason we could not have it in /doc/en/files, after we have been
allowed to commit it.
Current restrictions are
\.(xml|xsl|txt|pdf|html|rdf|dtd|log|sxi|css|png|jpg))|changelog)$
Comment 9 Xavier Neys (RETIRED) gentoo-dev 2005-08-03 03:36:54 UTC
FYI, no need to chmod, gcc does it for you.

$ gcc th.c -o th1 -lpthread
$ ls -lrt|tail -n2
-rw-r--r--   1 neysx users      631 Aug  3 11:59 th.c
-rwxr-xr-x   1 neysx users     8274 Aug  3 11:59 th1
$ ./th1
Thread says hi!
....

<chapter id="#resources">  tss tss (fixed)

All in CVS. Thanks.