Searched refs:BUGFIX (Results 1 – 5 of 5) sorted by relevance
38 * BUGFIX: Fix pprof to exit properly if run with no args (dagitses)47 * BUGFIX: Shell escape when forking in pprof (csilvers)52 * PORTING/BUGFIX: Fix ARM cycleclock to use volatile asm (dougkwan)66 * BUGFIX: Fix probing of nm -f behavior in pprof (dpeng)67 * BUGFIX: Fix a race with the CentralFreeList lock before main (sanjay)71 * BUGFIX: write our own strstr to avoid libc problems (csilvers)106 * BUGFIX: Actually initialize allocator name (mec)107 * BUGFIX: Keep track of 'overhead' bytes in malloc reporting (csilvers)109 * BUGFIX: top10 in pprof should print 10 lines, not 11 (rsc)114 * BUGFIX: We were leaving out a needed $(top_srcdir) in the Makefile[all …]
50 * BUGFIX: Fix an error message for float flags (olexiy)51 * BUGFIX: Can now import while defining flags (salcianu)52 * BUGFIX: Fix flagfile parsing in python (chronos)
1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument1185 ( ( ( BUGFIX ) & 0x0F ) << 16 ) | \
32 - IMPORTANT BUGFIX: a too long final literal run would corrupt data