Date: Tue, 8 Sep 2009 15:13:49 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.c ps.c src/sys/kern kern_proc.c Message-ID: <200909081515.n88FFNig066248@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2009-09-08 15:13:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
bin/ps extern.h keyword.c print.c ps.c
sys/kern kern_proc.c
Log:
SVN rev 196975 on 2009-09-08 15:13:49Z by attilio
MFC r189078:
* Implement ucomm with a dynamic size function in order to print out the
threads name also in the case they are not the last one shown.
* On AMD64 pointers don't have enough space to be printed. Fix it.
* Check a return value for malloc which wasn't checked before
Sponsored by: Sandvine Incorporated
Revision Changes Path
1.37.8.1 +2 -1 src/bin/ps/extern.h
1.72.2.4 +12 -9 src/bin/ps/keyword.c
1.93.8.1 +25 -2 src/bin/ps/print.c
1.110.2.1 +2 -1 src/bin/ps/ps.c
1.230.2.7 +35 -20 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909081515.n88FFNig066248>
