Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix -fno-common issues; ok mortimer | 2021-01-27 | 1 | -43/+43 | |
| | |||||
* | Fix qsort() comparison functions: | 2015-12-06 | 1 | -4/+4 | |
| | | | | | | | | - correct the function types to eliminate warnings - avoid substractions that may overflow - rework tests to be consistent: cmp(A,A)==0 && cmp(A,B)=-cmp(B,A) worked out with Serguey Parkhomovsky (sergueyparkhomovsky (at) gmail.com) | ||||
* | pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop | 2015-11-16 | 1 | -1/+2 | |
| | | | | | | wpath and cpath if we don't need to write a gmon.sum file (-s flag). ok deraadt@ | ||||
* | a.out went away | 2013-10-19 | 1 | -3/+2 | |
| | |||||
* | remove makefile hacks to build links. Instead, change the files that | 2007-12-09 | 1 | -2/+2 | |
| | | | | | | | | gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO | ||||
* | add missing prototypes all over the place, u_long -> unsigned long (userland | 2006-03-25 | 1 | -52/+48 | |
| | | | | | | code). okay kettenis@, comments by ray@ | ||||
* | Add ELFDEBUG to mirror the a.out debug that already exists. | 2004-07-20 | 1 | -1/+2 | |
| | | | | OK art@ | ||||
* | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | 2004-07-20 | 1 | -2/+2 | |
| | | | | | above 4GB. miod@ ok | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Split out symbol handling into a separate file. | 2002-05-08 | 1 | -11/+3 | |
| | | | | | | | | | | | 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. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -14/+14 | |
| | |||||
* | _wall, err/warn; dummy hppa part, like others | 2001-03-22 | 1 | -60/+52 | |
| | |||||
* | New compilation scheme, more cross-compiler friendly, less error-prone. | 2001-03-21 | 1 | -35/+2 | |
| | | | | | As a bonus, bring support for mvme88k. millert@ ok | ||||
* | Add powerpc support to gprof. (primative support). | 1996-12-22 | 1 | -1/+4 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -0/+1 | |
| | |||||
* | sync to netbsd 960418 | 1996-04-21 | 1 | -1/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+355 | |