Peter Wemm
|
8789393452
|
recognize "FreeBSD ELF" as an executable type
close() takes a fd, not a char * :-)
|
1997-12-06 14:41:41 +00:00 |
|
Peter Wemm
|
95c4ef653b
|
#include <unistd.h> to get it to compile
Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
|
1997-12-06 14:39:30 +00:00 |
|
Sean Eric Fagan
|
fe41f30547
|
Set the close-on-exec flag in the child; otherwise, it eats up a
file descriptor that it shouldn't.
|
1997-12-06 08:01:00 +00:00 |
|
Sean Eric Fagan
|
970649f9c9
|
First cut at printing out ioctl names intelligently. Note that this doesn't
handle linux ioctls (yet?). This uses the mkioctl script from kdump,
bless its little heart.
Reviewed by: Mike Smith
|
1997-12-06 06:51:14 +00:00 |
|
Sean Eric Fagan
|
bbeaf6c0c9
|
Truss program. Requires procfs.
|
1997-12-06 05:23:12 +00:00 |
|