summaryrefslogtreecommitdiffstats
path: root/lib/libsm
Commit message (Collapse)AuthorAgeFilesLines
* Enable the use of nanosleep() instead of using pause() and signals.gshapiro2010-03-041-0/+1
| | | | | | | | This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Submitted by: John Marshall MFC after: 3 days
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* New files in sendmail 8.14.1gshapiro2007-04-091-1/+1
|
* Add new libsm file from sendmail 8.13.6gshapiro2006-03-221-1/+1
| | | | MFC after: 4 days
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Add a new source file in sendmail 8.13.4gshapiro2005-06-071-1/+1
|
* Remove file no longer in 8.13.3gshapiro2005-02-141-1/+1
|
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Reflect changes in sendmail 8.13 source treegshapiro2004-08-011-1/+1
|
* Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itgshapiro2004-06-011-1/+5
| | | | | | is set. MFC after: 4 days
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-2/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-2/+0
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
* Add two new libraries which are part of sendmail 8.12. libsm is used onlygshapiro2002-02-171-0/+37
for building sendmail and the associated utilities. libmilter is a new mail filtering API for sendmail.
OpenPOWER on IntegriCloud