Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework old-style functions prototypes | charnier | 2013-02-14 | 1 | -27/+19 |
| | | | | reduce WARNS=6 output | ||||
* | More fixes for correct printf length modifiers usr.bin/gprof. | dim | 2011-12-17 | 1 | -3/+3 |
| | | | | MFC after: 1 week | ||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Retire support for gprof's -c option. All our currently supported | stefanf | 2004-06-20 | 1 | -3/+0 |
| | | | | | | architectures only provide a dummy implementation. Silence on: current@ | ||||
* | Remove done() which was just exit() so use of warn()/err() can be made. Abort | charnier | 2002-10-16 | 1 | -20/+31 |
| | | | | | | | on allocation failure instead of displaying a warning and deferencing NULL pointer after. Spelling. Add prototypes. Add list of option in synopsis section of man page, -d is not referenced because available as a compile option. It should be made a runtime option btw. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 1 | -21/+21 |
| | | | | The style of this program is still atrocious (not fixed). | ||||
* | Fixed printf format errors. In printgprof.c, also convert the scale | bde | 2002-02-21 | 1 | -7/+7 |
| | | | | | | without possibly losing lots of precision, and print the scale using %g instead of %d in case it is non-integral. %g might not be the best format for this. | ||||
* | Fixed a missing variable declaration so that gprof compiles with -DDEBUG. | bde | 2002-02-21 | 1 | -0/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Revert to original style. | charnier | 1997-07-15 | 1 | -3/+5 |
| | |||||
* | Fix typo I introduced during last commit. | charnier | 1997-07-11 | 1 | -2/+2 |
| | |||||
* | Use err(3). | charnier | 1997-07-10 | 1 | -9/+11 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+950 |