summaryrefslogtreecommitdiff
path: root/net/dctc/files/patch-src:dc_com.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Update to 0.61Mario Sergio Fujikawa Ferreira2001-12-021-50/+9
| | | | | o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler
* o New port dctc version 0.59: A DirectConnect (www.neo-modus.com)Mario Sergio Fujikawa Ferreira2001-11-221-0/+52
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>