History log of /openbsd/usr.bin/gprof/printgprof.c (Results 1 – 15 of 15)
Revision Date Author Comments
# a8739405 22-Dec-2016 krw <krw@openbsd.org>

Simply some for() loops to eliminate "computed, not used" warnings.

Also makes the code much easier to understand.

ok tom@ ok millert@ pirofti@ on earlier version.


# 90e0690e 06-Dec-2015 guenther <guenther@openbsd.org>

Fix qsort() comparison functions:
- correct the function types to eliminate warnings
- avoid substractions that may overflow
- rework tests to be consistent: cmp(A,A)==0 && cmp(A,B)=-cmp(B,A)

wor

Fix qsort() comparison functions:
- correct the function types to eliminate warnings
- avoid substractions that may overflow
- rework tests to be consistent: cmp(A,A)==0 && cmp(A,B)=-cmp(B,A)

worked out with Serguey Parkhomovsky (sergueyparkhomovsky (at) gmail.com)

show more ...


# cfff592f 20-Aug-2015 deraadt <deraadt@openbsd.org>

Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
ok krw millert


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 9bd74cde 25-Mar-2006 espie <espie@openbsd.org>

add missing prototypes all over the place, u_long -> unsigned long (userland
code).

okay kettenis@, comments by ray@


# 71d856e1 20-Jul-2004 art <art@openbsd.org>

Fix formats in debug printfs to work correctly on 64-bit archs.
miod@ ok


# 70ef01f6 10-Jul-2003 david <david@openbsd.org>

add missing includes
ok deraadt@ tedu@


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 19ee32cc 05-Apr-2003 deraadt <deraadt@openbsd.org>

snprintf


# e90a6b02 25-Mar-2002 danh <danh@openbsd.org>

change the extra text following preprocessor directives into comments.
patch from David Krause <openbsd@davidkrause.com>

ok millert@


# c0932ef1 19-Nov-2001 mpech <mpech@openbsd.org>

kill more registers

millert@ ok


# cd51222e 31-Mar-2001 fgsch <fgsch@openbsd.org>

Make this work again, this might be ugly, but it works; bad mickey.


# d2559c65 22-Mar-2001 mickey <mickey@openbsd.org>

_wall, err/warn; dummy hppa part, like others


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree