Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix -fno-common issues; ok mortimer | 2021-01-27 | 1 | -1/+38 | |
| | |||||
* | findcall() for the -c option is implemented on mips64, not sparc64 | 2016-10-08 | 1 | -2/+2 | |
| | |||||
* | remove sparc support | 2016-09-01 | 1 | -2/+2 | |
| | |||||
* | We are done providing support for the vax. | 2016-03-09 | 1 | -3/+2 | |
| | | | | lots of agreement. | ||||
* | pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop | 2015-11-16 | 1 | -1/+8 | |
| | | | | | | wpath and cpath if we don't need to write a gmon.sum file (-s flag). ok deraadt@ | ||||
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | 2015-08-20 | 1 | -2/+2 | |
| | | | | ok krw millert | ||||
* | remove never used in openbsd tahoe support. and ns32k. and pmax. | 2014-12-22 | 1 | -2/+2 | |
| | | | | ok deraadt millert | ||||
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | 2014-11-26 | 1 | -2/+2 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -15/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | split test for __sparc__ into __sparc__ and __sparc64__ | 2008-06-25 | 1 | -3/+4 | |
| | |||||
* | add missing prototypes all over the place, u_long -> unsigned long (userland | 2006-03-25 | 1 | -6/+5 | |
| | | | | | | code). okay kettenis@, comments by ray@ | ||||
* | Check fread() return value to get sane error message for too-small | 2005-12-08 | 1 | -3/+4 | |
| | | | | gmon header. Idea from Alexey Dobriyan | ||||
* | Fix some sign issues and make kernel profiling useful on amd64. | 2005-05-03 | 1 | -5/+5 | |
| | | | | millert@ miod@ ok | ||||
* | Fix formats in debug printfs to work correctly on 64-bit archs. | 2004-07-20 | 1 | -13/+13 | |
| | | | | miod@ ok | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -21/+12 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Split out symbol handling into a separate file. | 2002-05-08 | 1 | -184/+17 | |
| | | | | | | | | | | | Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof. | ||||
* | change the extra text following preprocessor directives into comments. | 2002-03-25 | 1 | -15/+15 | |
| | | | | | | patch from David Krause <openbsd@davidkrause.com> ok millert@ | ||||
* | kill more registers | 2001-11-19 | 1 | -10/+10 | |
| | | | | millert@ ok | ||||
* | extern __progname; from bob | 2001-03-25 | 1 | -2/+3 | |
| | |||||
* | _wall, err/warn; dummy hppa part, like others | 2001-03-22 | 1 | -98/+60 | |
| | |||||
* | Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have to | 2000-12-24 | 1 | -3/+3 | |
| | | | | decrement it when reporting how many samples have been read so far. | ||||
* | more #ifdef hell | 1999-06-16 | 1 | -4/+4 | |
| | |||||
* | permit $ in symbol names since destructors now can use that char again...; jdp@freebsd | 1998-08-11 | 1 | -5/+4 | |
| | |||||
* | Support for call graph detection using the -c options on i386 | 1996-10-02 | 1 | -3/+3 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+757 | |