HardenedBSD/lib
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
..
csu/i386
libc Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
libc_r Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
libcom_err General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libcompat Convert to newly aded collate compare function 1996-08-12 18:56:38 +00:00
libcrypt General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libcurses Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray 1996-08-10 13:37:02 +00:00
libdisk Cast lseek arguments appropriately. 1996-07-09 12:17:46 +00:00
libedit 8bit cleaness (ctype) fixes 1996-08-11 19:20:30 +00:00
libf2c
libF77 General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libfakegnumalloc
libftpio 1. Add verbose flag to ftp_login() 1996-08-03 11:58:54 +00:00
libgnumalloc
libI77 General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libipx General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libkse Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
libkvm General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libm Correct a cuple of improperly formatted xrefs. 1996-08-15 20:29:04 +00:00
libmd Fix a memory leak in MD[245]End() 1996-07-24 20:55:38 +00:00
libmytinfo
libncurses Go back to sigaction again now that Peter has found the problem. 1996-08-16 07:53:29 +00:00
libpam/modules
libpcap Bump shared library number to 2.1 1996-08-20 05:43:51 +00:00
libpthread Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
libresolv
librpcsvc
libscsi
libskey General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libss General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libtcl corresponding remove of mkdir /usr/libdata/tcl in generated makefile. 1996-08-19 15:04:11 +00:00
libtelnet General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libtermcap General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libutil General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libxpg4
liby General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
libz Clean up the beforeinstall target a bit more, bde pointed out that the old 1996-08-19 01:21:46 +00:00
msun General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
ncurses/ncurses
Makefile Submitted by: John Birrell <cimaxp1!jb@werple.net.au> 1996-08-20 08:22:01 +00:00
Makefile.inc