summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/ktrace.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not start err(3) strings with uppercase nor dot terminate them.charnier2003-02-051-5/+6
| | | | Standard sccsid[] area according to style(9).
* Consistently use FBSDIDobrien2002-06-301-1/+0
|
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).markm2002-04-281-9/+8
|
* 1) Clean up vendor and ID strings.dwmalone2002-04-011-10/+15
| | | | | | | 2) include stdlib.h for atoi. 3) staticise and constify. 4) add some missing prototypes. 5) add some parens to keep gcc happy.
* remove __Pimp2002-03-221-2/+2
|
* Sync manpage and usage. Also fix bug that would always interpret a -c as amikeh2001-06-271-3/+3
| | | | | | | process clear. PR: bin/15456 MFC after: 2 weeks
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
| | | | getopt returns -1 not EOF.
* Don't call err() with no format string.kris2000-07-101-5/+5
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Cosmetic in usage string.charnier1997-07-171-3/+4
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Fix a security problem where the ktrace.out file could have been writtenjoerg1997-03-151-4/+15
| | | | | | | over a file owned by someone else. Pointed out by: wosch Reviewed by: sef, imp, proff@suburbia.net, bde
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* The userland change to the utrace(2) call.phk1996-09-191-2/+2
|
* Do always create ktrace.out with mode 0600, to prevent it fromjoerg1996-06-301-1/+4
| | | | | accidentally compromising information confidential to the user running ktrace.
* Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes shouldjraynard1996-06-191-30/+32
| | | | fix the garbage error messages printed out under certain circumstances.
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Reviewed by:ats1994-08-281-0/+10
| | | | | | | Submitted by: Put in a signal handler to catch the SIGSYS signal that indicates that ktrace was not built into the kernel and prevent ktrace to core dump somewhere.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+176
OpenPOWER on IntegriCloud