summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.c
AgeCommit message (Expand)Author
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo 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
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
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
2004-07-20Fix formats in debug printfs to work correctly on 64-bit archs.Artur Grabowski
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-08Split out symbol handling into a separate file.Artur Grabowski
2002-03-25change the extra text following preprocessor directives into comments.Dan Harnett
2001-11-19kill more registersMike Pechkin
2001-03-25extern __progname; from bobMichael Shalayeff
2001-03-22_wall, err/warn; dummy hppa part, like othersMichael Shalayeff
2000-12-24Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have toAaron Campbell
1999-06-16more #ifdef hellTheo de Raadt
1998-08-11permit $ in symbol names since destructors now can use that char again...; jd...Theo de Raadt
1996-10-02Support for call graph detection using the -c options on i386Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt