summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
AgeCommit message (Expand)Author
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-01-11Add "support" for AArch64 to make it compile.Patrick Wildt
2016-12-22Simply some for() loops to eliminate "computed, not used" warnings.Kenneth R Westerback
2016-10-08findcall() for the -c option is implemented on mips64, not sparc64Philip Guenther
2016-10-06remove some Xr that had no section numbers (since we don;t have the pages);Jason McIntyre
2016-09-21fix the signposting for -EeFf by partially rewriting the descriptions;Jason McIntyre
2016-09-01remove sparc supportTed Unangst
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-03-09We are done providing support for the vax.Theo de Raadt
2015-12-06Fix qsort() comparison functions:Philip Guenther
2015-11-16pledge for gprof: "stdio rpath wpath cpath" in the beginning, then dropPascal Stumpf
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-22remove never used in openbsd tahoe support. and ns32k. and pmax.Ted Unangst
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2013-10-19a.out went awayTheo de Raadt
2013-10-17pretty upTheo de Raadt
2013-07-05More a.out files leave the party.Miod Vallat
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-08-16Make this build for hppa64.Mark Kettenis
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-05-25no more f77;Jason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-25split test for __sparc__ into __sparc__ and __sparc64__Theo de Raadt
2007-12-09remove makefile hacks to build links. Instead, change the files thatMarc Espie
2007-12-05unbreak build, on vaxTheo de Raadt
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-24write explicit dependencies for make -j. beforedepend creates the file,Marc Espie
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-14adds a detailed list of flags and arguments to the synopsis of gprof;Igor Sobrado
2007-01-09Ignore "mapping symbols" like $a and $t. They seem to be an ARM-onlyChris Kuethe
2006-10-11Extra files needed for 'sh' architecture, copied from arm.Dale Rahn
2006-03-25add missing prototypes all over the place, u_long -> unsigned long (userlandMarc Espie
2005-12-08Check fread() return value to get sane error message for too-smallTodd C. Miller
2005-05-03Fix some sign issues and make kernel profiling useful on amd64.Artur Grabowski
2005-05-03Better implementation of the hertz function. We use a documented sysctlArtur Grabowski
2004-08-11mips->mips64Per Fogelstrom
2004-07-23fix use after free due to freeing incorrect item.Marco S Hyman
2004-07-20Add ELFDEBUG to mirror the a.out debug that already exists.Marco S Hyman
2004-07-20Fix formats in debug printfs to work correctly on 64-bit archs.Artur Grabowski
2004-07-20make lowpc and highpc into long, fixing gprof on 64-bit archs with textArtur Grabowski
2004-02-28use amd64 chunksTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-01add paper.txt target;Jason McIntyre