summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2012-02-20- add more ptrace() opsPhilip Guenthe
2011-10-06mark ccd(4) deprecated in a few more placesTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-19teach kdump about "siginfo-style" signal sub-codes, and the (currently)Theo de Raadt
2011-07-28Resolve sysctl numbers, original diff from nicm@, man page bits fromOtto Moerbeek
2011-07-19Add fancy kdump support for the openat(2) system calls.Matthew Dempsky
2011-07-17handle files produced by ktrace -a better by making a distinctionOtto Moerbeek
2011-07-17since we're treating native emuls different (more fancy) thanOtto Moerbeek
2011-07-10Make -m 0 work as expected.Otto Moerbeek
2011-07-09mention new struct trace point letterOtto Moerbeek
2011-07-09print the name of an unknown struct, it has been verified to be sane;Otto Moerbeek
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-08add -r to SYNOPSIS;Jason McIntyre
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-07Don't crash on non-native emuls; ok guenther@Otto Moerbeek
2011-07-04remove compat_svr4Ted Unangst
2011-07-04Big restructuring of the main switch making it much more readable.Otto Moerbeek
2011-06-25DESTDIR handling does not belong here. This is built live.Theo de Raadt
2011-06-23Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't existMatthew Dempsky
2011-06-20more fancy kdump output, mostly from FreeBSD; ok deraadt@ tedu@Otto Moerbeek
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek
2011-06-16Local changes to make this work on OpenBSD. Not used functions disabled forOtto Moerbeek
2011-06-16mksubr from freebsd, to be used to generate flags to name translationOtto Moerbeek
2011-06-02Change ktr_retval to a register_t so that we can see the full 64-bitsTheo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05Remove FREEBSD_COMPAT bits and obsolete RTHREAD definePhilip Guenthe
2010-12-29the random ioctl stuff is not very useful. I want to see all theTheo de Raadt
2010-07-06make kdump build after COMPAT_BSDOS removal.Owain Ainsworth
2010-07-02remove userland bits of compat_sunosTed Unangst
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29ultrix support going away, ok deraadtTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-21sort options; synchronize argument names with synopsis;Igor Sobrado
2007-06-02knock out FIBMAP (which we got rid of)Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29more parts of netbsd compat that go awayTheo de Raadt
2007-03-03`l' before `n';Jason McIntyre
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2006-05-17use lots more size_t instead of int running aroundTed Unangst
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
2006-05-11cedric points out 0xff mask isn't needed with unsigned charsTed Unangst
2006-05-11oops, missed a %ld should be %luTed Unangst
2006-05-11need ctype.h for isprint.Ted Unangst
2006-05-11C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprintTed Unangst
2006-05-11-x and -X options to print io output in hex. from cedric bergerTed Unangst
2005-12-31Grok rthreads system calls before Dale yiells after me.Miod Vallat
2005-12-20No need to define UFS_EXTATTR anymore.Miod Vallat
2005-09-10for sysctl records, do not expect more than CTL_MAXNAME additionalTheo de Raadt