aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ktrace
Commit message (Collapse)AuthorAgeFilesLines
* Do not start err(3) strings with uppercase nor dot terminate them.Philippe Charnier2003-02-052-9/+8
| | | | | | | Standard sccsid[] area according to style(9). Notes: svn path=/head/; revision=110401
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-1/+2
| | | | Notes: svn path=/head/; revision=99112
* Warnings fix; ANSIfy, constify, mark unused function parameter(s).Mark Murray2002-04-283-18/+13
| | | | Notes: svn path=/head/; revision=95649
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+1
| | | | Notes: svn path=/head/; revision=95124
* 1) Clean up vendor and ID strings.David Malone2002-04-013-12/+29
| | | | | | | | | | 2) include stdlib.h for atoi. 3) staticise and constify. 4) add some missing prototypes. 5) add some parens to keep gcc happy. Notes: svn path=/head/; revision=93523
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92920
* Consistently refer to the trace file of ktrace as 'trfile'.Giorgos Keramidas2002-03-031-3/+3
| | | | | | | | PR: docs/35361 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=91572
* Describe the '+' option in the -t trace string.Peter Pentchev2002-02-111-0/+3
| | | | | | | | | | | PR: 34668 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Reviewed by: dd Approved by: dd MFC after: 1 week Notes: svn path=/head/; revision=90525
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
| | | | Notes: svn path=/head/; revision=84768
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: add missing .Ar in SYNOPSIS.Ruslan Ermilov2001-07-051-1/+1
| | | | Notes: svn path=/head/; revision=79272
* Sync manpage and usage. Also fix bug that would always interpret a -c as aMike Heffner2001-06-272-5/+4
| | | | | | | | | | process clear. PR: bin/15456 MFC after: 2 weeks Notes: svn path=/head/; revision=78864
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
| | | | Notes: svn path=/head/; revision=76169
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
| | | | | | | getopt returns -1 not EOF. Notes: svn path=/head/; revision=65428
* Don't call err() with no format string.Kris Kennaway2000-07-101-5/+5
| | | | Notes: svn path=/head/; revision=62894
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50477
* Delete truss manpage link. We have now a real truss command.Wolfram Schneider1997-12-061-2/+2
| | | | Notes: svn path=/head/; revision=31586
* Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline isPhilippe Charnier1997-11-241-3/+3
| | | | | | | missing. Notes: svn path=/head/; revision=31381
* Cosmetic in usage string.Philippe Charnier1997-07-171-3/+4
| | | | Notes: svn path=/head/; revision=27472
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-6/+8
| | | | | | | | add missing Id's other minor clean ups Notes: svn path=/head/; revision=25189
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Fix a security problem where the ktrace.out file could have been writtenJoerg Wunsch1997-03-152-5/+16
| | | | | | | | | | over a file owned by someone else. Pointed out by: wosch Reviewed by: sef, imp, proff@suburbia.net, bde Notes: svn path=/head/; revision=23894
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Add manual page symlinksWolfram Schneider1996-12-081-1/+3
| | | | | | | | | trace.1 -> ktrace.1 and truss.1 -> ktrace.1 for SunOS emigrants. Notes: svn path=/head/; revision=20220
* The userland change to the utrace(2) call.Poul-Henning Kamp1996-09-194-4/+11
| | | | Notes: svn path=/head/; revision=18399
* s/trace -C/ktrace -C/Peter Wemm1996-08-101-1/+1
| | | | | | | Pointed out by: zgabor@code.hu (Zahemszky Gabor) PR#1486 Notes: svn path=/head/; revision=17492
* Do always create ktrace.out with mode 0600, to prevent it fromJoerg Wunsch1996-06-301-1/+4
| | | | | | | | accidentally compromising information confidential to the user running ktrace. Notes: svn path=/head/; revision=16844
* Document the fact that it only works if the trace record is a regular file.James Raynard1996-06-221-0/+4
| | | | Notes: svn path=/head/; revision=16579
* Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes shouldJames Raynard1996-06-192-30/+38
| | | | | | | fix the garbage error messages printed out under certain circumstances. Notes: svn path=/head/; revision=16509
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8874
* Reviewed by:Andreas Schulz1994-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. Notes: svn path=/head/; revision=2354
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-275-0/+493
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590