index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
gprof
Commit message (
Expand
)
Author
Age
Files
Lines
*
rework old-style functions prototypes
charnier
2013-02-14
10
-165
/
+115
*
Fix resolving symbol names on ARM.
gber
2012-05-25
1
-0
/
+6
*
General mdoc(7) and typo fixes.
gjb
2012-05-10
1
-1
/
+1
*
More fixes for correct printf length modifiers usr.bin/gprof.
dim
2011-12-17
2
-4
/
+4
*
In usr.bin/gprof/aout.c, use the correct printf length modifier for a
dim
2011-12-17
1
-1
/
+1
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
18
-72
/
+0
*
Move most of the remaining USD/PSD/SMM papers into share/doc
uqs
2010-12-04
13
-1359
/
+0
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Add missing #include for string routines.
ed
2010-01-02
1
-0
/
+1
*
If running with "-K" really do not information about symbols from the a.out
obrien
2009-01-12
1
-1
/
+1
*
Remove reference to unimplemented "-c" option.
trhodes
2008-12-25
1
-4
/
+1
*
Add gprof MIPS MD header and enable building gprof.
obrien
2008-09-02
1
-0
/
+46
*
Add mips support.
imp
2008-04-04
1
-0
/
+3
*
Remove alpha-specific stuff.
ru
2006-08-23
2
-47
/
+0
*
clone i386.h for powerpc
grehan
2005-12-29
1
-0
/
+44
*
Catch up with increasing the resolution suitable for high-res kernel
bde
2005-10-07
1
-3
/
+13
*
Improve printing of self times in the flat profile for functions that
bde
2005-10-07
1
-1
/
+5
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Make sure to return 0 from kernel_getnfile() since if there were an
green
2004-10-05
1
-0
/
+1
*
Use a proper prototype for hertz().
stefanf
2004-10-03
2
-1
/
+3
*
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
stefanf
2004-07-11
1
-1
/
+1
*
Deal with double whitespace.
ru
2004-07-03
1
-3
/
+3
*
Fix after rev. 1.24 changes: bump document date, and remove -c
ru
2004-07-02
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-3
/
+5
*
Retire support for gprof's -c option. All our currently supported
stefanf
2004-06-20
12
-111
/
+1
*
Include <string.h> for prototypes of various string functions.
stefanf
2004-05-24
4
-0
/
+7
*
Include <netinet/in.h> for ntoh*() and hton*() prototypes.
stefanf
2004-05-24
1
-0
/
+2
*
Build/install gprof on amd64 as well, after repocopying the MD bits.
peter
2004-05-18
1
-0
/
+3
*
Fixed total disorder of MD includes.
bde
2004-05-14
1
-10
/
+10
*
Some arm bits for gprof.
cognet
2004-05-14
3
-0
/
+62
*
Remove MD bits for unsupported architectures.
tjr
2003-10-30
12
-1238
/
+1
*
Remove 2 more unused doc Makefiles.
trhodes
2003-02-04
1
-12
/
+0
*
Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets
grehan
2002-12-10
1
-0
/
+3
*
mdoc(7) police: back out unproved changes in previous revision;
ru
2002-11-26
1
-4
/
+4
*
Remove done() which was just exit() so use of warn()/err() can be made. Abort
charnier
2002-10-16
20
-198
/
+238
*
Consistently use FBSDID
obrien
2002-06-30
9
-13
/
+20
*
Fix preprocessor directive syntax (text after #endif).
wollman
2002-05-30
6
-53
/
+61
*
Check for defined(__i386__) instead of just defined(i386) since the compiler
alfred
2002-05-30
1
-1
/
+1
*
Use `The .Nm utility'
charnier
2002-04-20
1
-6
/
+7
*
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
mike
2002-03-25
1
-0
/
+1
*
Make this build on sparc64.
jake
2002-03-10
3
-0
/
+60
*
Support runtime specification of the history counter type by whatever
bde
2002-03-06
2
-18
/
+51
*
Fixed some misspellings of 2 as sizeof(UNIT) so that they won't break
bde
2002-03-06
3
-13
/
+19
*
Fixed printf format errors. In printgprof.c, also convert the scale
bde
2002-02-21
4
-39
/
+39
*
Added missing copyright. Obtain one and a vendor id from gprof.c. aout.c
bde
2002-02-21
2
-2
/
+83
*
Fixed a missing variable declaration so that gprof compiles with -DDEBUG.
bde
2002-02-21
1
-0
/
+3
*
Moved the definition of the machine-independent macro UNITS_TO_CODE
bde
2002-02-21
11
-9
/
+12
*
Oops, forgot to remove the `beforeinstall' block.
ru
2001-12-17
1
-5
/
+0
*
Install files via FILES.
ru
2001-12-17
1
-0
/
+2
*
mdoc(7) police: kill whitespace at EOL.
ru
2001-11-20
1
-1
/
+1
[next]