| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: Christian Brueffer <chris@unixpages.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
overlooked by the glib20 sweep group :)
|
|
|
|
|
|
|
| |
1.50
PR: 35655
Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
|
| |
|
|
|
|
| |
o Replace glib12 with devel glib13 (*fear*)
|
| |
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
| |
|
|
|
|
|
| |
o Greatly simplify the patches removing sigprocmask protection
around send/receive since there is already a global signal handler
|
| |
|
|
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>
|