Date: Mon, 7 Sep 2009 09:51:23 +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: <200909070953.n879rv7L033471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2009-09-07 09:51:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
bin/ps extern.h keyword.c print.c ps.c
sys/kern kern_proc.c
Log:
SVN rev 196917 on 2009-09-07 09:51:23Z 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.18.1 +2 -1 src/bin/ps/extern.h
1.76.2.1 +12 -9 src/bin/ps/keyword.c
1.95.2.3 +24 -2 src/bin/ps/print.c
1.111.2.4 +2 -1 src/bin/ps/ps.c
1.252.2.23 +43 -24 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909070953.n879rv7L033471>
