This patch is for showing only process of user running the ps command. e: phil@kodezone.com w: www.kodezone.com Apply by doing: cd /usr/src patch -p0 < OpenBSD_3.3_ps_process_user.patch cd bin/ps/ make make install Index: bin/ps/ps.c =================================================================== --- bin/ps/ps.c Sun Aug 10 15:28:41 2003 +++ bin/ps/ps.c Sun Aug 10 15:29:58 2003 @@ -265,6 +265,7 @@ } argc -= optind; argv += optind; + if (getuid() != 0) all = 0; #define BACKWARD_COMPATIBILITY #ifdef BACKWARD_COMPATIBILITY