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 | |
| | | ||||||
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -1/+2 | |
| |\ | |/ |/| | ||||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 | |
| | | ||||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 | |
| | | ||||||
| * | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | Merge head | sjg | 2014-04-28 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| | | | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Sync from head | sjg | 2012-11-04 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| * | | | | | 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> | |||||
* | | | | | Describe the behavior when both -f and a message are given. Pointed out by | wblock | 2015-03-22 | 1 | -1/+2 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Raphael Abreu <raphael.lorenzeto@gmail.com> on freebsd-doc. MFC after: 1 week | |||||
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 | |
| |_|/ |/| | | | | | | | | from the latter. | |||||
* | | | - Clarify usage of the -f option. | brd | 2014-03-05 | 1 | -2/+2 | |
| |/ |/| | | | | | Reviewed by: gjb@, dru@, and Allan Jude | |||||
* | | Add missing const keywords. | ed | 2012-10-19 | 1 | -3/+3 | |
|/ | ||||||
* | Add missing static keywords to logger(1) | ed | 2011-11-06 | 1 | -8/+8 | |
| | ||||||
* | When specifying the -t option (send tag in front of message), this tag | edwin | 2011-04-08 | 2 | -9/+15 | |
| | | | | | | | | | should also be forwarded to the remote logging host, not only when the logging is done locally. PR: bin/154324 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> MFC after: 1 week | |||||
* | 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 | |||||
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 | |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | |||||
* | When reading input from a file or device (via -f option) set the | mckusick | 2009-10-30 | 1 | -0/+1 | |
| | | | | | | input to be in non-buffering mode so that input lines are logged as they occur rather than being saved up until a buffer's worth of input has been logged. | |||||
* | Minor style(9) nit. | obrien | 2008-02-05 | 1 | -1/+1 | |
| | ||||||
* | Make logmsg take const char * arguments. | dwmalone | 2007-05-07 | 2 | -3/+5 | |
| | | | | Set WARNS to 6. | |||||
* | Markup fixes. | ru | 2006-09-29 | 1 | -1/+2 | |
| | ||||||
* | Update document date. | bms | 2006-08-03 | 1 | -1/+1 | |
| | | | | Noticed by: ru | |||||
* | Add a new command-line option, -P, which allows the user to specify | bms | 2006-08-02 | 2 | -11/+27 | |
| | | | | | | | | an arbitrary port to which syslog messages are to be sent. PR: bin/54026 Submitted by: Oliver Fromme MFC after: 10 days | |||||
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -1/+6 | |
| | ||||||
* | Reduce compiler warning: variable might be used uninitialized, by giving | charnier | 2005-05-29 | 1 | -3/+5 | |
| | | | | an initial value. | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 | |
| | ||||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -2/+2 | |
| | ||||||
* | Clarify the describtion of the -A switch | brueffer | 2003-05-21 | 1 | -1/+3 | |
| | | | | | | | PR: 51187 Submitted by: Jeff Ito <jeffi@rcn.com> Approved by: re (jhb) MFC after: 3 days | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -11/+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 | |||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -1/+0 | |
| | ||||||
* | .Nm is not required at the begining of this sentence. | charnier | 2002-04-20 | 1 | -4/+3 | |
| | ||||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 | |
| | ||||||
* | 1) Use FBSDID for vendor string. | dwmalone | 2002-04-01 | 1 | -4/+6 | |
| | | | | | 2) Change an int for a size_t, as that's what it is mainly used for. 3) Add some braces to keep gcc happy. | |||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 | |
| | ||||||
* | Improve error reporting - report error message when there is one, or | fenner | 2002-02-27 | 1 | -1/+4 | |
| | | | | report a short read if that's what we're reporting. | |||||
* | The default for -p was ``kern.notice'' in the -h case. | ru | 2001-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | Make it ``user.notice'', as per manpage. (The syslog(3) function defaults to LOG_USER facility if none is specified, but we don't use syslog() in the -h case.) PR: docs/30374 Noticed by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> | |||||
* | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | dd | 2001-09-05 | 1 | -1/+1 | |
| | | | | | | | | | COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 | |
| | ||||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 | |
| | ||||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: document IPv6 options in the SYNOPSIS. | ru | 2000-12-18 | 1 | -1/+1 | |
| | ||||||
* | IPv6 support for logger. | ume | 2000-12-16 | 3 | -25/+82 | |
| | | | | Reviewed by: freebsd-current | |||||
* | Allow logger to send messages directly to a remote syslog. (This | dwmalone | 2000-07-18 | 2 | -8/+72 | |
| | | | | | | | | | only does IPv4 as our syslogd only does IPv4. I dunno if the KAME people have any plans for syslogd). PR: 19821 Submitted by: Nick Hilliard <nick@iol.ie> Reviewed by: sheldonh | |||||
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -4/+3 | |
| | | | | Options: -> The following options are available: | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | Use err(3). | charnier | 1997-07-22 | 2 | -26/+21 | |
| | ||||||
* | 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. |