summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Collapse)Author
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-03-12Add PT_IO to ptrace ops.Artur Grabowski
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-18Add lots of missing prototypes, constify a few things. Add explicit ints.Marc Espie
Makes gcc much happier, less warnings.
2001-07-12first pass at a -Wall cleanupTheo de Raadt
1999-09-25add processing of netbsd syscall emulationkstailey
1997-11-04add more emulations; problem noted by khym@bga.comTheo de Raadt
1997-02-28Only include sys/errno.h once.Todd C. Miller
1997-02-06make are of a whole number of missing system call names; interesting fixTheo de Raadt
from ghelmer@freebsd.org
1997-01-30fix IOR/IOW/IOWR; cgd@netbsd.orgTheo de Raadt
1996-12-10used to permit a single arg, which it ignored, now does usage(); fenner@freebsdTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-05-27native emul is now called "native"Theo de Raadt
1996-05-24Decode unknown ioctl commands to _IO{R,W,}('c',x[,y]), instead of 0xabcdef00Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt