| Commit message (Expand) | Author | Age | Files | Lines |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | bdrewery | 2016-02-24 | 1 | -2/+0 |
* | META MODE: Don't create .meta files when symlinking sources into the obj dire... | bdrewery | 2015-11-25 | 1 | -2/+2 |
* | Remove unneeded libutil dependency for sendmail. | bdrewery | 2015-11-24 | 1 | -1/+0 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+24 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -11/+1 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -2/+0 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -0/+2 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | | sync from head | sjg | 2013-04-12 | 1 | -5/+0 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+25 |
* | | | | | Convert to usr.bin/ to LIBADD | bapt | 2014-11-25 | 1 | -11/+1 |
| |_|_|/
|/| | | |
|
* | | | | Revert r267233 for now. PIE support needs to be reworked. | bdrewery | 2014-08-19 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 1 | -0/+2 |
| |/
|/| |
|
* | | Since clang 3.2 now has an option to suppress warnings about implicitly | dim | 2013-02-16 | 1 | -5/+0 |
|/ |
|
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -3/+1 |
* | In usr.bin/vacation/Makefile, fix a typo in the comment about clang | dim | 2011-12-19 | 1 | -1/+1 |
* | Unfortunately, clang gives warnings about sendmail code that cannot be | dim | 2011-12-17 | 1 | -0/+7 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Remove kludges intended to support src trees with partial obj trees. | des | 2005-06-10 | 1 | -20/+8 |
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
* | Update build infrastructure for sendmail 8.12. | gshapiro | 2002-02-17 | 1 | -3/+17 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | Protect this from the coming WARNS=2 default. | markm | 2001-12-11 | 1 | -0/+1 |
* | Add a MAINTAINER= line so people know who to blame | gshapiro | 2000-10-26 | 1 | -0/+2 |
* | Fix man page installation | gshapiro | 2000-10-11 | 1 | -6/+4 |
* | Use sendmail's version of vacation. It is command line and database | gshapiro | 2000-10-10 | 3 | -729/+31 |
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -2/+0 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Add a messy example of how to get debug-mode error messages written to | sheldonh | 1999-06-23 | 1 | -1/+11 |
* | Postpone call to usage() until after all options are processed so that | sheldonh | 1999-06-18 | 1 | -6/+9 |
* | Please forgive me, it's my first day on the block. Forgot to mention: | sheldonh | 1999-06-17 | 1 | -1/+1 |
* | Null commit to reflect that the previous commit added warnings for | sheldonh | 1999-06-17 | 1 | -1/+1 |
* | * Add a command-line option to enable debugging mode, which sends error | sheldonh | 1999-06-17 | 2 | -19/+67 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -2/+2 |
* | Add const to copyright string. Hide sccsid string. | charnier | 1997-11-03 | 1 | -4/+6 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | Stop parsing args before user supplied to argument in sendmail. | imp | 1997-08-28 | 1 | -2/+2 |
* | Even better fix: use close(fileno(mfp)); to close unneded descriptor | ache | 1997-04-23 | 1 | -1/+2 |
* | Better fix: return vfork() again, but remove clobbering fclose() | ache | 1997-04-23 | 1 | -4/+3 |
* | Replace vfork() by fork(), vfork() usage is totally bogus in this context. | ache | 1997-04-23 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Removed stray DPADD. | bde | 1997-01-10 | 1 | -3/+2 |
* | Various cleanups: | joerg | 1996-09-28 | 3 | -17/+93 |