ps-patch -- patches for Minix' ps.c that will add a -u option Stian Sletner 2002-04-21 These are patches for Minix' ps.c that will add a -u option like can be found in BSD or Linux ps. To apply it, cd to /usr/src/tools, backup your existing ps.c and write "patch < ps.patch" (assuming this file is called ps.patch). Why this patch? Its primary advantage is that it maps to user names so you don't have to read UIDs. Also, its default behaviour is changed so that it does not show all those PID=0 processes (kernel drivers), to see them you give the new option -d. Two versions of the patch are provided: ps.patch -- for Minix releases 2.0.0 or 2.0.2. ps.203.patch -- for Minix release 2.0.3 Stian Sletner , Thu Apr 15 12:31:18 CEST 1999 Recreated for 2.0.3 Sun Apr 21 06:11:55 CEST 2002 Download: http://{minix1.hampshire.edu | minix1.bio.umass.edu}/pub/contrib/ps-patch.tar.Z (rev 2002-12-14)