summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix -fno-common issues; ok mortimerderaadt2021-01-272-44/+81
* Add powerpc64 bits. From drahn@kettenis2020-06-282-0/+55
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-291-1/+1
* Add "support" for AArch64 to make it compile.patrick2017-01-112-0/+56
* Simply some for() loops to eliminate "computed, not used" warnings.krw2016-12-221-8/+7
* findcall() for the -c option is implemented on mips64, not sparc64guenther2016-10-081-2/+2
* remove some Xr that had no section numbers (since we don;t have the pages);jmc2016-10-061-9/+4
* fix the signposting for -EeFf by partially rewriting the descriptions;jmc2016-09-211-14/+10
* remove sparc supporttedu2016-09-013-152/+2
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-112-55/+0
* We are done providing support for the vax.deraadt2016-03-093-410/+2
* Fix qsort() comparison functions:guenther2015-12-063-33/+50
* pledge for gprof: "stdio rpath wpath cpath" in the beginning, then droppascal2015-11-162-2/+10
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-205-16/+15
* Missing $OpenBSD$'s.krw2015-01-206-0/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* remove never used in openbsd tahoe support. and ns32k. and pmax.tedu2014-12-227-613/+2
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-182-55/+0
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+2
* a.out went awayderaadt2013-10-191-3/+2
* pretty upderaadt2013-10-171-5/+3
* More a.out files leave the party.miod2013-07-051-220/+0
* ELF_TOOLCHAIN bye bye.miod2013-07-051-6/+1
* some spelling fixes, found using freebsd's "igor" document verifier;jmc2011-12-231-5/+5
* Make this build for hppa64.kettenis2011-08-162-0/+54
* Stop installing me(1) and ms(1) source code.schwarze2010-10-171-5/+1
* no more f77;jmc2010-05-251-3/+3
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2717-135/+17
* split test for __sparc__ into __sparc__ and __sparc64__deraadt2008-06-251-3/+4
* remove makefile hacks to build links. Instead, change the files thatespie2007-12-092-11/+5
* unbreak build, on vaxderaadt2007-12-051-8/+2
* typos; ok jmc@martynas2007-11-261-3/+3
* write explicit dependencies for make -j. beforedepend creates the file,espie2007-11-241-2/+8
* Proper use of fseek/fseeko macros.tobias2007-09-101-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* adds a detailed list of flags and arguments to the synopsis of gprof;sobrado2007-04-141-28/+36
* Ignore "mapping symbols" like $a and $t. They seem to be an ARM-onlyckuethe2007-01-091-0/+9
* Extra files needed for 'sh' architecture, copied from arm.drahn2006-10-112-0/+58
* add missing prototypes all over the place, u_long -> unsigned long (userlandespie2006-03-2520-236/+160
* Check fread() return value to get sane error message for too-smallmillert2005-12-081-3/+4
* Fix some sign issues and make kernel profiling useful on amd64.art2005-05-031-5/+5
* Better implementation of the hertz function. We use a documented sysctlart2005-05-031-49/+28
* mips->mips64pefo2004-08-112-3/+3
* fix use after free due to freeing incorrect item.marc2004-07-231-3/+3
* Add ELFDEBUG to mirror the a.out debug that already exists.marc2004-07-202-1/+14
* Fix formats in debug printfs to work correctly on 64-bit archs.art2004-07-203-27/+29
* make lowpc and highpc into long, fixing gprof on 64-bit archs with textart2004-07-201-2/+2
* use amd64 chunksderaadt2004-02-282-53/+0