[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils ./ChangeLog doc/texinfo/programs.texi...
From: |
Alain Magloire |
Subject: |
mailutils ./ChangeLog doc/texinfo/programs.texi... |
Date: |
Mon, 15 Oct 2001 20:57:00 -0400 |
CVSROOT: /home/cvs
Module name: mailutils
Changes by: Alain Magloire <address@hidden> 01/10/15 20:57:00
Modified files:
. : ChangeLog
doc/texinfo : programs.texi
mailbox : sendmail.c
Log message:
2001-10-15 Alain Magloire
* mailbox/sendmail.c: Use vfork() instead of fork(). In a
multithreaded environment, fork () may not be supported.
Since we do fork()/exec(), vfork() will do fine.
This was trigger by QNX/Neutrino, where fork()ing is not
supported after threads have been created.
2001-10-15 Sam Roberts
* doc/texinfo/programs.texi: Typo and semantics corrections.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.290&tr2=1.291&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/doc/texinfo/programs.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/sendmail.c.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- mailutils ./ChangeLog doc/texinfo/programs.texi...,
Alain Magloire <=