freebsd_amp_hwpstate/usr.sbin/procctl
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
..
Makefile explicitly set MAN8 since only MAN1 is defaulted. 1997-12-07 02:35:18 +00:00
procctl.8
procctl.c Change the ioctls for procfs around a bit; in particular, whever possible, 1997-12-13 03:13:49 +00:00