1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/usr.bin/truss
Brooks Davis a6fffd6cb0 The devices that supported EVFILT_NETDEV kqueue filters were removed in
r195175.  Remove all definitions, documentation, and usage.

fifo_misc.c:
	Remove all kqueue tests as fifo_io.c performs all those that
	would have remained.

Reviewed by:	rwatson
MFC after:	3 weeks
X-MFC note:	don't change vlan_link_state() function signature
2009-12-31 20:29:58 +00:00
..
amd64-fbsd32.c Remove non-working special case for pipe(2) from amd64-fbsd32.c and 2009-12-21 17:38:13 +00:00
amd64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
amd64-linux32.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
amd64linux32.conf
extern.h Add preliminary support for truss on MIPS. It compiles, but has not 2009-02-15 01:26:49 +00:00
fbsd32.conf
i386-fbsd.c Remove non-working special case for pipe(2) from amd64-fbsd32.c and 2009-12-21 17:38:13 +00:00
i386-linux.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
i386.conf
i386linux.conf
ia64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
main.c Avoid sharing the file descriptor of the output file with traced 2009-12-20 11:00:53 +00:00
Makefile
mips-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
powerpc-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
setup.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
sparc64-fbsd.c Correct off-by-one issue in truss(1) which happens when system call number 2009-05-28 00:38:24 +00:00
syscall.h Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00
syscalls.c The devices that supported EVFILT_NETDEV kqueue filters were removed in 2009-12-31 20:29:58 +00:00
truss.1 Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00
truss.h Add -c option to summarize number of calls, errors, and system time. 2009-05-12 20:42:12 +00:00