freebsd-src/contrib
Daniel Eischen 7231b5a661 Remove the -pthread option (in FreeBSD versions 500016 and greater) as
threatened over 2 years ago.

Why?  -pthread was a hack to prevent linking to both libc and libc_r
and became unecessary when libc_r became free of libc.  Now that we
have multiple thread libraries from which to choose, it is more confusing
because you can't link to more than one threads library at a time.
Things like autoconf and libtool sometimes detect -pthread and
also -lc_r, and in conjunction with ports usage of ${PTHREAD_LIBS},
really wacky things ensue when PTHREAD_LIBS is set to another
threads library.  This might not be so bad if the build broke
when this happens, but it doesn't and you don't know it until
funny things happen when you run the application (or use an
affected library).

Reviewed by:    obrien
2003-09-03 15:44:34 +00:00
..
amd Add notice about deleting .cvsignore 2003-09-03 00:46:21 +00:00
bc
bind Give an example of the more efficient conflict resolution command 2003-06-17 09:20:16 +00:00
binutils From FSF Binutils CVS repo: 2003-05-28 03:32:33 +00:00
bzip2
com_err Add #include <stdlib.h> so that "s->strings = realloc(...)" doesn't segfault 2003-01-08 17:05:52 +00:00
cpio If we must yell at the user than a file cannot be linked into place when 2003-07-11 02:19:19 +00:00
cvs Add "blame" as an "annotate" alias for interoperability with subversion. 2003-07-07 19:15:36 +00:00
diff Add #include "diff.h" in order to get the prototype for xmalloc(). 2003-01-08 06:40:35 +00:00
expat Virgin import (trimmed) of eXpat version 1.95.5 2002-10-02 07:16:04 +00:00
file This commit was generated by cvs2svn to compensate for changes in r111658, 2003-02-28 05:19:36 +00:00
gcc Remove the -pthread option (in FreeBSD versions 500016 and greater) as 2003-09-03 15:44:34 +00:00
gdb Track changed definition of the debug registers. 2002-10-21 05:33:05 +00:00
gdtoa Userland spinlocks bad. Sleep locks good. 2003-06-21 08:20:14 +00:00
gnu-sort Merge local fixes 2003-08-30 14:19:09 +00:00
gperf
groff This commit was generated by cvs2svn to compensate for changes in r117264, 2003-07-05 22:58:04 +00:00
ipfilter update man page to reflect change in default syslog level ipmon is now compiled with 2003-04-05 21:12:58 +00:00
isc-dhcp Import ISC DHCP 3.0.1 RC12 client. 2003-09-02 11:15:03 +00:00
less
libf2c This commit was generated by cvs2svn to compensate for changes in r119262, 2003-08-22 02:57:17 +00:00
libobjc Gcc 3.3.1-release Objective C support bits. 2003-08-22 02:57:15 +00:00
libpcap Merge multi-DLT support. 2003-01-26 01:21:53 +00:00
libreadline Merge local changes 2003-08-31 18:47:12 +00:00
libstdc++ This commit was generated by cvs2svn to compensate for changes in r119258, 2003-08-22 02:57:05 +00:00
lukemftp This commit was generated by cvs2svn to compensate for changes in r117059, 2003-06-30 05:24:21 +00:00
lukemftpd Merge our rev 1.2 PAM support into 'nbsd_20030122'. 2003-02-02 21:03:28 +00:00
ncurses This commit was generated by cvs2svn to compensate for changes in r104977, 2002-10-12 10:22:52 +00:00
ntp Merge conflicts. 2002-11-04 19:38:46 +00:00
nvi Remove ru_SU, we don't need it in favour to ru_RU 2003-06-23 13:21:15 +00:00
one-true-awk Update for the 2003/07/29 import. 2003-07-30 06:50:31 +00:00
openpam MFP4: revert constification of pam_message.msg (perforce change #34785) 2003-07-21 19:54:17 +00:00
opie FreeBSD does not use this code, but ftpd_popen() contains a buffer overflow. 2003-07-13 05:59:50 +00:00
pam_modules/pam_passwdqc Vendor import of pam_passwdqc v0.5. 2002-04-16 22:25:21 +00:00
patch
pnpinfo Use the correct loop variable so that we print all IO addresses and 2002-08-09 22:04:54 +00:00
sendmail Follow the (good) trend of returning import files to vendor versions 2003-06-18 16:43:43 +00:00
smbfs Remove the # ("stringify") operator from the printf() arguments in 2003-08-23 13:05:13 +00:00
sort Original code bugfixed. This NOT touch old sorting order a bit. 2002-04-07 00:49:00 +00:00
tar Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f' 2003-07-24 00:04:01 +00:00
tcp_wrappers Add a declaration that malloc() returns a pointer, not an int. Otherwise 2003-01-08 07:02:07 +00:00
tcpdump Merge tcpdump 3.7.2 2003-03-02 08:25:48 +00:00
tcsh Document upgrade procedure. 2002-07-24 16:42:58 +00:00
telnet Implement what has been documented for a long time: make -debug switch 2003-08-13 10:56:40 +00:00
texinfo Use stock (FSF) version of this file from now on. 2003-06-18 14:04:03 +00:00
top Replace a reference to /kernel with /boot/kernel/kernel 2003-08-26 15:37:19 +00:00
traceroute Fix misspelling. 2002-12-13 22:26:10 +00:00