/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.bin/netstat/
..
Makefile

Switch the printing of open sockets from ugly KVM internals to use kvm_getfiles. This allows to run netstat without any extra privileges and removes another setgid program from base.. There is still kvm reader code in there which is used for debugging purposes (crashdump). netstat should still behave mostly the same. deraadt@ and sthen@ agree that it is time to get this puppy in.

12 лет назад
if.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
inet.c

Handle sockets that are closing in parallel.

год назад
inet6.c

Remove specific divert6 netstat counters, use divert instead.

год назад
main.c

Remove specific divert6 netstat counters, use divert instead.

год назад
mbuf.c

Protect mbuf statistics counter with splnet.

год назад
mroute.c

Harmonize netstat(1) ip4 and ip6 multicast counter output.

год назад
mroute6.c

Harmonize netstat(1) ip4 and ip6 multicast counter output.

год назад
net80211.c

sys/select.h is not needed, if howmany/NBBY are needed they will arrive via netinet/in.h and sys/time.h, which I must say surprises me a bit

5 лет назад
netstat.1

minor text shuffle, for clarity; ok millert

4 года назад
netstat.h

Remove specific divert6 netstat counters, use divert instead.

год назад
route.c

This code depends on internals from net/art.h so include it explicitly. OK bluhm@

3 года назад
show.c

ndp, route, netstat: adjust ipv6 address width

4 года назад
unix.c

Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup.

8 лет назад