/[base]
ViewVC logotype

Revision 189078


Jump to revision: Previous Next
Author: attilio
Date: Thu Feb 26 18:01:07 2009 UTC (15 years, 4 months ago)
Changed paths: 3
Log Message:
[1]	When showing threads, the thread name just appears if the comm
	label is choosen as last printout (ucomm suffers of this such bug
	too).  That bug is caused by the fact that the fixed size of
	printout doesn't leave enough space for them to be printed out.
	Implement ucomm and comm commands with a dynamic size lenght for
	buffers.

[2]	On AMD64 architecture pointers don't have enough chars space to
	be shown (8 chars while they need 16).  Fix them by providing
	a variadic space so that it fits well on both 64 and 32 bits
	architectures.

[3]	Check a return value of malloc() that wasn't checked before.

PR:		bin/128841, bin/128842
Reviewed by:	jhb, emaste
Sponsored by:	Sandvine Incorporated


Changed paths

Path Details
Directoryhead/bin/ps/extern.h modified , text changed
Directoryhead/bin/ps/keyword.c modified , text changed
Directoryhead/bin/ps/print.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27