Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Merge head | sjg | 2014-04-28 | 1 | -8/+6 |
| |\ | |/ |/| | |||||
| * | 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/+19 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | Add static where appropriate. | eadler | 2013-11-21 | 1 | -8/+6 |
|/ | | | | | | Sync with some of DragonflyBSD's latest cleanups Reviewed by: mjg | ||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Improve markup. | ru | 2006-12-18 | 1 | -4/+5 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -4/+6 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Fix last hard sentence break. | keramida | 2002-07-15 | 1 | -1/+2 |
| | |||||
* | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check | jmallett | 2002-06-30 | 1 | -11/+12 |
| | | | | | | | for remaining arguments, rather than checking for *argv being a boolean truth. Instead of using an empty case to check for -f- to mean "read stdin", and have stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when we mean to use stdin, otherwise fopen(3). Kill `register' qualifier. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Introduce flags enumeration with standard | charnier | 2002-03-26 | 1 | -4/+5 |
| | | | | ``The following options are available''. Put filename under .Pa. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Fix two minor grammar mistakes. | murray | 2001-11-19 | 1 | -3/+4 |
| | | | | | PR: docs/32083 Submitted by: setantae@submonkey.net | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -1/+3 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Replaced unsafe use of sprintf() with snprintf(). | ru | 2000-10-03 | 1 | -2/+2 |
| | |||||
* | optarg and optind are declared in unistd.h. | imp | 2000-09-04 | 1 | -2/+0 |
| | | | | h_error is declared in netdb.h | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | This covers the previous version, since a null commit message was accidentally | green | 1999-07-27 | 2 | -2/+2 |
| | | | | | | | | | | used: Add a -c flag to print a count of messages and exit. PR: 10921 Submitted by: James Howard <howardjp@byzantine.student.umd.edu> Requested by: DES | ||||
* | *** empty log message *** | green | 1999-07-26 | 2 | -8/+22 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Add usage(), use err(3). | charnier | 1997-07-08 | 1 | -13/+25 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Honor the MAIL environment variable, if set. | jkh | 1996-10-06 | 2 | -7/+20 |
| | | | | Submitted-by: Dan Cross <cross@math.psu.edu> | ||||
* | Read from standard input if file name "-" is given. | wosch | 1996-01-28 | 2 | -2/+10 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+224 |