aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-43/+0
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * sync from headSimon J. Gerraty2013-04-1210-165/+115
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Remove ia64.Marcel Moolenaar2014-07-072-43/+0
| |/ |/|
* | rework old-style functions prototypesPhilippe Charnier2013-02-1410-165/+115
|/
* Fix resolving symbol names on ARM.Grzegorz Bernacki2012-05-251-0/+6
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* More fixes for correct printf length modifiers usr.bin/gprof.Dimitry Andric2011-12-172-4/+4
* In usr.bin/gprof/aout.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1118-72/+0
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0413-1359/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Add missing #include for string routines.Ed Schouten2010-01-021-0/+1
* If running with "-K" really do not information about symbols from the a.outDavid E. O'Brien2009-01-121-1/+1
* Remove reference to unimplemented "-c" option.Tom Rhodes2008-12-251-4/+1
* Add gprof MIPS MD header and enable building gprof.David E. O'Brien2008-09-021-0/+46
* Add mips support.Warner Losh2008-04-041-0/+3
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-232-47/+0
* clone i386.h for powerpcPeter Grehan2005-12-291-0/+44
* Catch up with increasing the resolution suitable for high-res kernelBruce Evans2005-10-071-3/+13
* Improve printing of self times in the flat profile for functions thatBruce Evans2005-10-071-1/+5
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Make sure to return 0 from kernel_getnfile() since if there were anBrian Feldman2004-10-051-0/+1
* Use a proper prototype for hertz().Stefan Farfeleder2004-10-032-1/+3
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-3/+3
* Fix after rev. 1.24 changes: bump document date, and remove -cRuslan Ermilov2004-07-021-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+5
* Retire support for gprof's -c option. All our currently supportedStefan Farfeleder2004-06-2012-111/+1
* Include <string.h> for prototypes of various string functions.Stefan Farfeleder2004-05-244-0/+7
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.Stefan Farfeleder2004-05-241-0/+2
* Build/install gprof on amd64 as well, after repocopying the MD bits.Peter Wemm2004-05-181-0/+3
* Fixed total disorder of MD includes.Bruce Evans2004-05-141-10/+10
* Some arm bits for gprof.Olivier Houchard2004-05-143-0/+62
* Remove MD bits for unsupported architectures.Tim J. Robbins2003-10-3012-1238/+1
* Remove 2 more unused doc Makefiles.Tom Rhodes2003-02-041-12/+0
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsPeter Grehan2002-12-101-0/+3
* mdoc(7) police: back out unproved changes in previous revision;Ruslan Ermilov2002-11-261-4/+4
* Remove done() which was just exit() so use of warn()/err() can be made. AbortPhilippe Charnier2002-10-1620-198/+238
* Consistently use FBSDIDDavid E. O'Brien2002-06-309-13/+20
* Fix preprocessor directive syntax (text after #endif).Garrett Wollman2002-05-306-53/+61
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+7
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.Mike Barcroft2002-03-251-0/+1