summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2015-01-18Eliminate a gcc warnings by not #defining _KERNEL when pulling inPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-28With revision 1.93 a space character got lost when printing theAlexander Bluhm
2014-12-16Don't display formatted time if localtime() fails.Jonathan Gray
2014-12-15remove -r from usage();Jason McIntyre
2014-12-15Eliminate the -r option and always do sysctl OID, username, groupname,Philip Guenther
2014-12-11Make quotactlcmd formatting consistent with othersPhilip Guenther
2014-12-09Add some additional sanity checks to kdump.Jonathan Gray
2014-12-08Convert syscall argument handling from a giant switch to a giant table.Philip Guenther
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-10-13Add dumping of struct dqblk done by quotactl(2)Philip Guenther
2014-10-08userland reallocarray audit.Doug Hogan
2014-09-17Add display of the flags to pipe2, dup3, and accept4, display ofPhilip Guenther
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-18Add fancy printing of ktrace()'s ops argumentPhilip Guenther
2014-08-17Use %#o instead of %#x for mode_tPhilip Guenther
2014-08-17Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umaskPhilip Guenther
2014-07-11remove (commented) bluetooth referenceTed Unangst
2014-07-11Grok the new /dev/klog LIOCSFD ioctl associated with sendsyslog(2)Theo de Raadt
2014-07-02properly process minherit(2) flags; ok guenther@ matthew@Otto Moerbeek
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2014-06-22Negative time{spec,val}s with non-zero subsecond parts require extraPhilip Guenther
2014-03-18<sys/agpio.h> is gone; pointed out by Benoit Lecocq.Mark Kettenis
2014-01-24exit1() needs to do a final aggregation of the thread's [us]ticksPhilip Guenther
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-12-21Refer to the kernel headers consistently via ../../sys, even for mkioctlPhilip Guenther
2013-12-134.3BSD tty compatibility and the associated ioctls are goneChristian Weisgerber
2013-11-22Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.Martin Pieuchot
2013-09-09Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecsPhilip Guenther
2013-09-09Rename the 'pid' global to eliminate compiler warnings about shadowingPhilip Guenther
2013-08-22Split out from kdump.c the ktrstruct.c bits into ktrstruct.cPhilip Guenther
2013-07-16Tighten the pattern for matching ioctl definitions in header files andPhilip Guenther
2013-07-04add some missing prototypes; ok guenther@Otto Moerbeek
2013-07-03For consistency, move the functions that aren't generated at build-timePhilip Guenther
2013-07-03Use WAIT_* for the first argument to wait4(), and otherwise treat it (andPhilip Guenther
2013-07-01Tweak regexp so that RUSAGE_CHILDREN will be matched and displayedPhilip Guenther
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-01Userland bits for utrace record handling; from otto@Miod Vallat
2013-04-23simple large ino_t handlingTheo de Raadt
2013-04-16handle large time_t variables; ok guentherTheo de Raadt
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2012-12-25Report macro names for the second argument to shutdown(), getrusage(),Philip Guenthe
2012-12-05Explicitly include sys/resource.h for RLIM_INF, etc.Todd C. Miller
2012-07-21Make kdump recognize the __MAP_NOREPLACE flag.Matthew Dempsky
2012-07-11Report ptrace(PT_{GET,SET}XMMREGS) by namePhilip Guenthe
2012-07-09Print the fd_set used by select in kdump.Claudio Jeker
2012-07-08Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayedPhilip Guenthe
2012-06-29sigpending() returns a sigset just like sigprocmask(), so decode it the samePhilip Guenthe
2012-06-21Add dumping of struct __tfork done by the revised __tfork syscallPhilip Guenthe