HardenedBSD/share
Julian Elischer 0f7d684755 Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).

I've created a new header (pthread_np.h) for the non-POSIX stuff.

The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.

also:

Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.

also:

I should have sent this diff with the pthread(3) man page.
It allows people to type

make -DWANT_LIBC_R world

to get libc_r built with the rest of the world. I put this in the
pthread(3) man page.  The default is still not to build libc_r.


also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
1996-08-20 08:22:01 +00:00
..
colldef New collating rules, reflect POSIX better now 1996-08-13 12:20:11 +00:00
dict add Australia, Kafka, Kafkaesque, kalashnikov, karaoke, karate, kebab 1996-08-14 21:48:19 +00:00
doc Added Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> for his myriad of 1996-08-19 12:11:35 +00:00
examples delete rule 3 (advertising) from copyright 1996-08-11 13:03:25 +00:00
man Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
me
misc Add a listing of ISO 3166 country codes (probably the first thing in this 1996-08-05 18:35:35 +00:00
mk (1) Use INSTALL_PROGRAM where we attempt to pass this command line 1996-08-18 10:53:16 +00:00
mklocale Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
sgml Fix a few HTML 2.0 violations. 1996-05-15 17:05:17 +00:00
skel Add comments for 1996-05-12 14:32:23 +00:00
syscons add 8x16 iso-8859-2 font 1996-08-19 22:13:06 +00:00
tabset This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
termcap make install should not install any file in /etc. 1996-08-17 22:27:08 +00:00
timedef Change date format to look more naturally 1996-02-17 14:32:05 +00:00
zoneinfo Merged the latest timezone data file release. 1996-07-17 20:07:52 +00:00
Makefile Remove FAQ. 1995-09-30 15:33:08 +00:00
Makefile.inc