aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Add META_MODE support.Simon J. Gerraty2015-06-131-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge headSimon J. Gerraty2014-04-281-8/+6
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265044
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Add static where appropriate.Eitan Adler2013-11-211-8/+6
|/ | | | | | | | | Sync with some of DragonflyBSD's latest cleanups Reviewed by: mjg Notes: svn path=/head/; revision=258446
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-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 Notes: svn path=/head/; revision=216370
* Improve markup.Ruslan Ermilov2006-12-181-4/+5
| | | | Notes: svn path=/head/; revision=165331
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=146466
* ANSIify function definitions.David Malone2002-09-041-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 Notes: svn path=/head/; revision=102944
* Fix last hard sentence break.Giorgos Keramidas2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=100026
* Minor cleanup: ANSI C function declarations, use argc after getopt(3) to checkJuli Mallett2002-06-301-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. Notes: svn path=/head/; revision=99143
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Introduce flags enumeration with standardPhilippe Charnier2002-03-261-4/+5
| | | | | | | ``The following options are available''. Put filename under .Pa. Notes: svn path=/head/; revision=93214
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92920
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Fix two minor grammar mistakes.Murray Stokely2001-11-191-3/+4
| | | | | | | | PR: docs/32083 Submitted by: setantae@submonkey.net Notes: svn path=/head/; revision=86597
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-1/+3
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Replaced unsafe use of sprintf() with snprintf().Ruslan Ermilov2000-10-031-2/+2
| | | | Notes: svn path=/head/; revision=66590
* optarg and optind are declared in unistd.h.Warner Losh2000-09-041-2/+0
| | | | | | | h_error is declared in netdb.h Notes: svn path=/head/; revision=65427
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* This covers the previous version, since a null commit message was accidentallyBrian Feldman1999-07-272-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 Notes: svn path=/head/; revision=49126
* *** empty log message ***Brian Feldman1999-07-262-8/+22
| | | | Notes: svn path=/head/; revision=49123
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-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 Notes: svn path=/head/; revision=48792
* Add usage(), use err(3).Philippe Charnier1997-07-081-13/+25
| | | | Notes: svn path=/head/; revision=27270
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Honor the MAIL environment variable, if set.Jordan K. Hubbard1996-10-062-7/+20
| | | | | | | Submitted-by: Dan Cross <cross@math.psu.edu> Notes: svn path=/head/; revision=18725
* Read from standard input if file name "-" is given.Wolfram Schneider1996-01-282-2/+10
| | | | Notes: svn path=/head/; revision=13678
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+224
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590