aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ifmcstat
Commit message (Expand)AuthorAgeFilesLines
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Remove unused variable and clamp down with WARNS=2Dima Dorfman2004-09-132-1/+2
* Include <net/ethernet.h> to have a prototype for ether_ntoa().Stefan Farfeleder2004-05-281-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+1
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-4/+0
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
* Install it with mode 550, and with default group ${BINGRP}.Ruslan Ermilov2001-07-041-3/+2
* - Document that this program is available to root only.Ruslan Ermilov2001-07-041-4/+16
* drop setgid bit. ifmcstat(8) is not audited, and is needed only for root.Hajimu UMEMOTO2001-07-031-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-5/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-14/+32
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-3/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-9/+9
* Sync with latest KAME.Hajimu UMEMOTO2000-07-071-58/+128
* Remove useless .Nm macro argumentAlexey Zelkin2000-04-201-2/+2
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-182/+44
* Fix KERNEL vs _KERNEL spammage.Bill Fumerola1999-12-301-2/+2
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-283-0/+386