aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/flowctl
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. 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. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | 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 from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265720
| * | | 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 from headSimon J. Gerraty2012-11-042-13/+34
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | | Use less ugly code to allocate buffer of SORCVBUF_SIZE.Gleb Smirnoff2015-02-131-1/+3
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=278737
* | | | | flowctl: Replace alloca() with an array.Pedro F. Giffuni2015-02-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: glebius Notes: svn path=/head/; revision=278589
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ |/| | | | | | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* | Add "human" option to print IPv4/IPv6 flows in human-readable format.Alexander V. Chernikov2012-06-092-13/+34
|/ | | | | | | | | | | | | | Show IPv4/IPv6 header IFF there are some flows following. Wrap some long lines. Sponsored by Yandex LLC Reviewed by: glebius (previous version) Approved by: ae(mentor) MFC after: 1 week Notes: svn path=/head/; revision=236808
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
| | | | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days Notes: svn path=/head/; revision=235873
* Conditionally compile in the IPv4/IPv6 address family support.Sergey Kandaurov2011-07-062-4/+24
| | | | | | | | | | Test it with feature_present(3), so that we do not end up with passing an unsupported version to NgSendMsg(3). Approved by: glebius Notes: svn path=/head/; revision=223824
* Update manual page. Mention IPv6 support, and notice that mainGleb Smirnoff2011-07-051-3/+8
| | | | | | | argument isn't actually a node, but a netgraph path. Notes: svn path=/head/; revision=223790
* Rewrite the flowctl utility to add it support for displayingGleb Smirnoff2011-07-052-53/+168
| | | | | | | both IPv4 and IPv4 flows. Notes: svn path=/head/; revision=223788
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Get the other NG_PATHLEN while I'm here too :(.Warner Losh2009-06-091-1/+1
| | | | Notes: svn path=/head/; revision=193808
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.Warner Losh2009-06-091-1/+1
| | | | Notes: svn path=/head/; revision=193807
* Implement "verbose" optional keyword for "show" command. This is analogGleb Smirnoff2005-03-232-6/+67
| | | | | | | of Cisco's "show ip cache verbose flow" command. Notes: svn path=/head/; revision=144017
* Remove code, inherited from ipacctctl, which sets socket to non-blockingGleb Smirnoff2005-02-061-9/+1
| | | | | | | mode, since this introduces problems on SMP. Notes: svn path=/head/; revision=141393
* Remove redundant parameter inherited from ipacctctl.Gleb Smirnoff2005-01-181-8/+7
| | | | Notes: svn path=/head/; revision=140413
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Man page for flowctl utility.Gleb Smirnoff2004-09-172-1/+80
| | | | | | | | mdoc(7) lessons by: ru Approved by: julian (mentor) Notes: svn path=/head/; revision=135408
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-171-8/+1
| | | | | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1] Notes: svn path=/head/; revision=135400
* Userland control utility for ng_netflow.Gleb Smirnoff2004-09-172-0/+253
Approved by: julian (mentor) Notes: svn path=/head/; revision=135380