summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-082-1/+7
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-046-12/+62
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+25
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Properly align the header and the data columns for netstat -r with andloos2015-05-181-2/+2
* | | | | | | | | | | Adjust the string format to match the actual number of arguments.loos2015-05-171-1/+1
* | | | | | | | | | | Printing interface names:glebius2015-05-061-3/+13
* | | | | | | | | | | Like it was already done for 'netstat -i', drop the kvm(3) supportglebius2015-04-072-394/+14
* | | | | | | | | | | o Make net.inet6.ip6.mif6table return special API structure, that doesn'tglebius2015-04-062-66/+19
* | | | | | | | | | | Stop including if_var.h from userland.glebius2015-04-063-3/+0
* | | | | | | | | | | Fix typo in dropped-packets attribute (missing s).marcel2015-03-041-1/+1
* | | | | | | | | | | Fix "netstat -hdw 1" output.marcel2015-02-251-4/+0
* | | | | | | | | | | Document that netstat(1) supports libxo(3).marcel2015-02-221-1/+15
* | | | | | | | | | | Convert netstat to use libxo.marcel2015-02-2118-1428/+2541
* | | | | | | | | | | Burn bridges to FreeBSD 7.x IGMP stats.glebius2015-02-191-62/+0
* | | | | | | | | | | Merge from projects/sendfile:glebius2014-11-303-4/+6
* | | | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-4/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add the ability to set `prefer_source' flag to an IPv6 address.ae2014-09-091-1/+1
* | | | | | | | | | Add the reverse part to rule #9. Also change its description in theae2014-09-011-1/+1
* | | | | | | | | | Suppress warnings when retrieving protocol stats from interfaces thatmarkj2014-08-221-6/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Minor mdoc nit.joel2014-06-061-1/+1
* | | | | | | | | Sadly, we do not actually live in the future.allanjude2014-06-041-1/+1
* | | | | | | | | Further updates to the netstat(1) man page and usage messageallanjude2014-06-042-253/+515
* | | | | | | | | Add path markup on sys/mbuf.h to previous netstat(1) man page updateallanjude2014-05-251-1/+3
* | | | | | | | | Document the new -R flag of netstat(1) introduced in r266448 that tracks theallanjude2014-05-251-1/+9
* | | | | | | | | - Fix a bug which can make sysctl() fail when -F is specified.hrs2014-05-211-9/+5
* | | | | | | | | Add -R to netstat to dump RSS/flow information.adrian2014-05-193-5/+18
* | | | | | | | | - Do not override sin6_scope_id in LLA when it is already set to non-zero.hrs2014-05-151-5/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* | | | | | | | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyglebius2014-05-061-1/+2
* | | | | | | | Fix "netstat -gW" behavior broken in r259638.melifaro2014-04-291-11/+13
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Now, after r263102 we have ifi_oqdrops in if_data, restore printing ofglebius2014-03-191-3/+7
* | | | | | | Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-152-18/+0
* | | | | | | Remove AppleTalk support.glebius2014-03-147-363/+38
* | | | | | | Remove IPX support.glebius2014-03-147-583/+44
* | | | | | | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-2/+4
* | | | | | | Fix compilation for 32-bit machines.glebius2014-03-061-4/+4
* | | | | | | Hide struct rtentry from userland.glebius2014-03-051-0/+1
* | | | | | | - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-053-31/+37
* | | | | | | Whenever flowtable lookup fails, we do route lookup and then try toglebius2014-02-141-1/+3
* | | | | | | Reword.adrian2014-02-141-1/+1
* | | | | | | Don't insert a flowtable entry if the lle isn't yet valid.adrian2014-02-141-0/+1
* | | | | | | o Revamp API between flowtable and netinet, netinet6.glebius2014-02-074-3/+87
* | | | | | | Print the MD5 signature information introduced in r221023 in thebz2014-02-051-0/+11
* | | | | | | Bump dates in nestat(1) and route(8) man pages.melifaro2014-01-111-1/+1
* | | | | | | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).melifaro2014-01-102-15/+38
* | | | | | | Explicitly free rt_tables to please Coverity.melifaro2013-12-311-1/+3
* | | | | | | Claim copyright since I've almost rewritten this file in r256512.glebius2013-12-291-0/+1
* | | | | | | Further split kvm(3) and sysctl interfaces for route table printing.melifaro2013-12-201-72/+89
OpenPOWER on IntegriCloud