Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use FBSDID | obrien | 2002-06-30 | 2 | -1/+2 |
| | |||||
* | Warnings fix; ANSIfy, constify, mark unused function parameter(s). | markm | 2002-04-28 | 3 | -18/+13 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -1/+1 |
| | |||||
* | 1) Clean up vendor and ID strings. | dwmalone | 2002-04-01 | 3 | -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. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | Consistently refer to the trace file of ktrace as 'trfile'. | keramida | 2002-03-03 | 1 | -3/+3 |
| | | | | | PR: docs/35361 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> | ||||
* | Describe the '+' option in the -t trace string. | roam | 2002-02-11 | 1 | -0/+3 |
| | | | | | | | | PR: 34668 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Reviewed by: dd Approved by: dd MFC after: 1 week | ||||
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: add missing .Ar in SYNOPSIS. | ru | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Sync manpage and usage. Also fix bug that would always interpret a -c as a | mikeh | 2001-06-27 | 2 | -5/+4 |
| | | | | | | | process clear. PR: bin/15456 MFC after: 2 weeks | ||||
* | Compensate for header dethreading. | markm | 2001-05-01 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -2/+0 |
| | | | | getopt returns -1 not EOF. | ||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -5/+5 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
| | |||||
* | Delete truss manpage link. We have now a real truss command. | wosch | 1997-12-06 | 1 | -2/+2 |
| | |||||
* | Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline is | charnier | 1997-11-24 | 1 | -3/+3 |
| | | | | missing. | ||||
* | Cosmetic in usage string. | charnier | 1997-07-17 | 1 | -3/+4 |
| | |||||
* | ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam) | jmg | 1997-04-27 | 1 | -6/+8 |
| | | | | | add missing Id's other minor clean ups | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Fix a security problem where the ktrace.out file could have been written | joerg | 1997-03-15 | 2 | -5/+16 |
| | | | | | | | over a file owned by someone else. Pointed out by: wosch Reviewed by: sef, imp, proff@suburbia.net, bde | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -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. | ||||
* | Add manual page symlinks | wosch | 1996-12-08 | 1 | -1/+3 |
| | | | | | | trace.1 -> ktrace.1 and truss.1 -> ktrace.1 for SunOS emigrants. | ||||
* | The userland change to the utrace(2) call. | phk | 1996-09-19 | 4 | -4/+11 |
| | |||||
* | s/trace -C/ktrace -C/ | peter | 1996-08-10 | 1 | -1/+1 |
| | | | | Pointed out by: zgabor@code.hu (Zahemszky Gabor) PR#1486 | ||||
* | Do always create ktrace.out with mode 0600, to prevent it from | joerg | 1996-06-30 | 1 | -1/+4 |
| | | | | | accidentally compromising information confidential to the user running ktrace. | ||||
* | Document the fact that it only works if the trace record is a regular file. | jraynard | 1996-06-22 | 1 | -0/+4 |
| | |||||
* | Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes should | jraynard | 1996-06-19 | 2 | -30/+38 |
| | | | | fix the garbage error messages printed out under certain circumstances. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
| | |||||
* | Reviewed by: | ats | 1994-08-28 | 1 | -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 Sources | rgrimes | 1994-05-27 | 5 | -0/+493 |