Commit graph

3 commits

Author SHA1 Message Date
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