aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ktrace/ktrace.c
Commit message (Expand)AuthorAgeFilesLines
* Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking theDag-Erling Smørgrav2011-10-181-38/+73
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Teach kdump to understand sv_flags records in the trace files.Dmitry Chagin2011-02-251-0/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Spell -t option's argument by name.Ruslan Ermilov2008-04-021-2/+2
* Fix usage string.Dag-Erling Smørgrav2008-03-201-2/+2
* Allow the -c -f file options to actually execute.Mike Pritchard2007-02-131-1/+1
* When opening a trace file, open O_NONBLOCK so that ktrace doesn't stallRobert Watson2006-03-141-1/+4
* Do not start err(3) strings with uppercase nor dot terminate them.Philippe Charnier2003-02-051-5/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+0
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).Mark Murray2002-04-281-9/+8
* 1) Clean up vendor and ID strings.David Malone2002-04-011-10/+15
* remove __PWarner Losh2002-03-221-2/+2
* Sync manpage and usage. Also fix bug that would always interpret a -c as aMike Heffner2001-06-271-3/+3
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* Don't call err() with no format string.Kris Kennaway2000-07-101-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic in usage string.Philippe Charnier1997-07-171-3/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Fix a security problem where the ktrace.out file could have been writtenJoerg Wunsch1997-03-151-4/+15
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* The userland change to the utrace(2) call.Poul-Henning Kamp1996-09-191-2/+2
* Do always create ktrace.out with mode 0600, to prevent it fromJoerg Wunsch1996-06-301-1/+4
* Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes shouldJames Raynard1996-06-191-30/+32
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Reviewed by:Andreas Schulz1994-08-281-0/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+176