Commit graph

7 commits

Author SHA1 Message Date
Joe Marcus Clarke
e3ff1a49e4 Fix build on -CURRENT now that we no longer have default PTHREAD_CFLAGS.
Basically, all modern, supported versions of FreeBSD are thread-safe, so
just assume we have pthread.h.

Reported by:	bento via kris
2004-06-04 22:06:03 +00:00
Mario Sergio Fujikawa Ferreira
a71a8936a0 o Update to 0.83.5
o Add hack to disable use of GNU auto* tools

Reviewed by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-10-05 17:20:14 +00:00
Mario Sergio Fujikawa Ferreira
fd3eb836b9 o Update to 0.83.2
o Fix long standing issue with upload feature: client would freeze
  in semwait state. It was a pthread vs semaphore issue and a
  database lookup issue. Check PR for complete report
o All patches are related to upload feature fix

PR:		41323
2002-08-04 18:03:54 +00:00
Mario Sergio Fujikawa Ferreira
23a2af2c07 Update to 0.67.0 2002-01-21 02:28:44 +00:00
Mario Sergio Fujikawa Ferreira
6452587524 o Update to 0.61
o Greatly simplify the patches removing sigprocmask protection
  around send/receive since there is already a global signal handler
2001-12-02 21:54:10 +00:00
Mario Sergio Fujikawa Ferreira
b7975676da Update to 0.60 2001-11-25 20:57:08 +00:00
Mario Sergio Fujikawa Ferreira
bc737cecdd o New port dctc version 0.59: A DirectConnect (www.neo-modus.com)
text client for file sharing
o Renamed hublist to dc_hublist; former was too generic
o FreeBSD's send(2) (in fact, all *BSD) does not support MSG_NOSIGMASK or any
  similar feature. Therefore, tried to mimick it with signal masking.
  However, this introduces a possible race condition which, fortunaly,
  is not triggered by this application since it is not concurrent.

Reviewed by:	Anders Nor Berle <debolaz@debolaz.com>
2001-11-22 04:32:47 +00:00