freebsd-dev/usr.bin/truss
Sean Eric Fagan d7b7dcba41 Change the ioctls for procfs around a bit; in particular, whever possible,
change from

	ioctl(fd, PIOC<foo>, &i);

to

	ioctl(fd, PIOC<foo>, i);

This is going from the _IOW to _IO ioctl macro.  The kernel, procctl, and
truss must be in synch for it all to work (not doing so will get errors about
inappropriate ioctl's, fortunately).  Hopefully I didn't forget anything :).
1997-12-13 03:13:49 +00:00
..
amd64-fbsd32.c
amd64-linux32.c
i386-fbsd.c
i386-linux.c
i386.conf
i386linux.conf
main.c Change the ioctls for procfs around a bit; in particular, whever possible, 1997-12-13 03:13:49 +00:00
Makefile First cut at printing out ioctl names intelligently. Note that this doesn't 1997-12-06 06:51:14 +00:00
setup.c Change the ioctls for procfs around a bit; in particular, whever possible, 1997-12-13 03:13:49 +00:00
syscall.h First cut at printing out ioctl names intelligently. Note that this doesn't 1997-12-06 06:51:14 +00:00
syscalls.c First cut at printing out ioctl names intelligently. Note that this doesn't 1997-12-06 06:51:14 +00:00
truss.1 s/ps/truss/ 1997-12-07 08:19:13 +00:00