This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
truss
History
Dag-Erling Smørgrav
6b9c8e04f9
Print the correct return code for successful Linux syscalls.
...
Submitted by: Vitezslav Novy <vita@fio.cz> PR: 32036 MFC after: 1 week
2001-11-17 17:18:36 +00:00
..
alpha-fbsd.c
#include <sys/proc.h> where needed (for the stop event definitions) and
2001-10-22 02:02:00 +00:00
amd64-fbsd32.c
#include <sys/proc.h> where needed (for the stop event definitions) and
2001-10-22 02:02:00 +00:00
amd64-linux32.c
Print the correct return code for successful Linux syscalls.
2001-11-17 17:18:36 +00:00
i386-fbsd.c
#include <sys/proc.h> where needed (for the stop event definitions) and
2001-10-22 02:02:00 +00:00
i386-linux.c
Print the correct return code for successful Linux syscalls.
2001-11-17 17:18:36 +00:00
i386.conf
…
i386linux.conf
…
main.c
Back out part of previous commit: remove #include <sys/proc.h>.
2001-10-22 15:32:12 +00:00
Makefile
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. Fix ioctl.c creation to deal with the depend case more properly.
2000-09-14 18:53:08 +00:00
setup.c
Back out part of previous commit: remove #include <sys/proc.h>.
2001-10-22 15:32:12 +00:00
syscall.h
Teach truss(1) to display sockaddrs. It currently knows about AF_INET,
2001-10-21 21:57:10 +00:00
syscalls.c
Add missing include for <ctype.h>
2001-11-06 19:26:51 +00:00
truss.1
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00