summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/unix.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-101-1/+1
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-051-1/+1
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-14/+10
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-4/+4
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-21/+52
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+2
* WARNS=6 compliancePhilippe Charnier2013-02-191-0/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson2009-10-051-5/+21
* o With -L flag show unix sockets listen queues stats. It is usefulMaxim Konovalov2008-12-311-6/+17
* style(9)David E. O'Brien2008-01-021-3/+3
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-19/+133
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-0/+1
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-5/+6
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-1/+1
* remove K&R supportAssar Westerlund2001-06-151-5/+3
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-2/+4
* remove most of the warningsAssar Westerlund2001-06-151-4/+2
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix off-by-one error.Bill Fenner1999-02-161-2/+2
* Make netstat work again.Poul-Henning Kamp1998-08-081-1/+2
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Fix rev. 1.7: get offsetof from the correct header file.Garrett Wollman1998-05-161-2/+2
* Fix broken sun_len usage: it is not sun_path length but biggerAndrey A. Chernov1998-05-161-2/+5
* mbuf, inet, and unix modules no longer read kvm.Garrett Wollman1998-05-151-50/+72
* While I'm in here, fix address printing for `netstat -f unix' which has beenGarrett Wollman1997-08-251-12/+8
* Remove prog, unused variables.Philippe Charnier1997-07-291-0/+4
* Code cleanup: remove unused variables, use correct *printf formatAlexander Langer1996-06-021-5/+5
* Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman1996-03-111-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+134