Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-25 | netstat -Ar leaked some kernel pointers to unprivileged users. Use | Alexander Bluhm | |
hideroot to show them only to root. OK deraadt@ | |||
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov | |
which allows us to modify ifnet structure in a relatively safe way; discussed with deraadt, ok mpi | |||
2013-11-20 | unsigned char cast for isdigit, dealing with argv | Theo de Raadt | |
ok benno | |||
2013-11-13 | handle lack of proto | Theo de Raadt | |
2013-11-09 | kinfo_file returns the socket buffer counts in uint64_ts, so we need to | Philip Guenther | |
update the printf format for them. While here, delete a now unused variable. problem pointed out by Scott McEachern (scott (at) blackstaff.ca) | |||
2013-10-28 | use %d instea of %i | Theo de Raadt | |
2013-10-24 | These two programs got fooled by the KAME/NRL split and need type repair. | Theo de Raadt | |
They do not indicate a problem with the reduction of namespace export, but got suckered into the 1999 plan. ok benno | |||
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther | |
- convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@ | |||
2013-09-29 | Prepare netstat for printing 64 bit route expire time. | Alexander Bluhm | |
OK claudio@ | |||
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther | |
as the format and no variable args. Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied on numeric conversions when a precision is specified. ok jung@ millert@ krw@ | |||
2013-04-23 | create a method to print the unp_ino (ino_t) properly once it becomes | Theo de Raadt | |
bigger | |||
2013-04-18 | improve time_t handling here, too | Theo de Raadt | |
2013-04-18 | improve time_t printing; ok claudio | Theo de Raadt | |
2013-04-16 | handle long long tv_sec; ok millert | Theo de Raadt | |
2013-03-20 | As non-root, whenever netstat is about to print out a kernel pointer... | Theo de Raadt | |
print 0x0 instead. Hides a lot stuff people don't need to see. | |||
2013-02-05 | netstat -vP also shows the new struct sockbuf field sb_flagsintr. | Alexander Bluhm | |
OK markus@ claudio@ | |||
2013-01-16 | sys/mbuf.h not needed | Theo de Raadt | |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt | |
2012-08-26 | oops, i added a stray character. spotted by jmc | Ted Unangst | |
2012-08-22 | remove unneccessary .Pp; | Jason McIntyre | |
2012-08-22 | i missed usage and the manpage. prod by jmc | Ted Unangst | |
2012-08-22 | -h flag to print human numbers in conjunction with -w -b | Ted Unangst | |
2012-07-13 | Label node allocation failures as such in netstat -W output. | Stefan Sperling | |
"Input packets dropped" isn't really a good description of what happened when we failed to allocate a new node in the net80211 stack. This allocation doesn't happen for every packet, only for new nodes that appear in reach of the antenna. ok net80211 expert department (we have vacancies, apply within) | |||
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne | |
no objection from mcbride@ krw@ markus@ deraadt@ | |||
2011-11-01 | Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc | Mike Belopuhov | |
2011-11-01 | Fixup previous: don't forget to actually get the current rtable; | Mike Belopuhov | |
reminded by Andreas Bartelt. | |||
2011-11-01 | List sockets existing only in the specified or current routing domain. | Mike Belopuhov | |
Prompted by the mail from Andreas Bartelt, tested by Andreas and me. ok henning | |||
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre | |
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo. | |||
2011-07-09 | remove more atalk bits | Theo de Raadt | |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer | |
2011-07-05 | Add so_idletv to netstat -vP pcb-address output. | Alexander Bluhm | |
ok mikeb@ | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2011-03-18 | print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected". | Stuart Henderson | |
from Christiano Haesbert with a small tweak to wording | |||
2011-03-15 | Add a -B flag to netstat which displays buffer sizes for TCP sockets. | Joel Sing | |
With feedback from bluhm@ ok bluhm@ sthen@ | |||
2011-03-05 | remove a stray character (editing accident) i introduced a year ago; | Ingo Schwarze | |
while here, improve the grammar of the preceding sentence; ok jmc@ | |||
2011-03-04 | kill is_rx_elem_unknown. | Federico G. Schwindt | |
damien@ ok. ports checked by sthen@. | |||
2011-03-02 | Add the socket splicing fields of struct socket to netstat -vP | Alexander Bluhm | |
output for debugging. ok markus@, claudio@ | |||
2011-01-09 | have netstat -w default to the first egress interface, which is usually more | Ted Unangst | |
interesting than whatever happens to be the last interface. ok deraadt nicm | |||
2010-12-21 | ip6s_exthdrtoolong is always zero so remove it here which is the last user. | Claudio Jeker | |
OK mikeb@, henning@, deraadt@ | |||
2010-10-30 | Print socket structure internals when netstat -P pcbaddr is called | Alexander Bluhm | |
with -v. Also netstat -P supports more than TCP now. ok markus@ jmc@ | |||
2010-10-21 | There is neither TCP6 nor struct tcp6cb in our kernel. So remove | Alexander Bluhm | |
tcp6_dump() from netstat. It was never called anyway. No binary change. ok henning@ claudio@ | |||
2010-10-11 | Do similar changes to netstat as done to route(8). Try to show the | Claudio Jeker | |
most expected rtable when doing a netstat -rn. OK henning@ | |||
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado | |
more logical place to find this information; improve description for the -v option (stolen from NetBSD). written with excellent advice from bluhm@ and jmc@. ok jmc@ | |||
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm | |
ok markus@ | |||
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm | |
-v show" are called with the -v switch. ok markus@ | |||
2010-07-14 | pass the correct af if not specified. | David Hill | |
fixes printing active connections twice. ok claudio@ | |||
2010-07-08 | Remove references to kvm. | lum | |
ok claudio@ | |||
2010-06-30 | Make deprecated command line argument for extracting | lum | |
name list work properly. ok deraadt@ millert@ |