summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
AgeCommit message (Expand)Author
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
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-28stubs from art@Michael Shalayeff
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
2003-07-10add missing includesDavid Krause
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05snprintfTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
2002-05-08Split out symbol handling into a separate file.Artur Grabowski
2002-04-20Add missing copyrightThorsten Lockert
2002-03-25change the extra text following preprocessor directives into comments.Dan Harnett
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-09-10Now that the makefile does not create symlinks to files for archsDale Rahn
2001-09-10Do not make symlinks to files for architectures which do not useDale Rahn
2001-09-10Don't use this gprofJason Wright
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-03-31Make this work again, this might be ugly, but it works; bad mickey.Federico G. Schwindt
2001-03-25extern __progname; from bobMichael Shalayeff
2001-03-22_wall, err/warn; dummy hppa part, like othersMichael Shalayeff
2001-03-21New compilation scheme, more cross-compiler friendly, less error-prone.Miod Vallat
2000-12-28Adding m88k supportSteve Murphree
2000-12-24Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have toAaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-05hppa not yetMichael Shalayeff