Go to file
chuck e0ced7363a fix printf formatting of "ps" (aka "show all proc") so that lines never
overflow (always hated that).

replaced "/m" flag with:
	/a == show process address info
	/n == show normal process info [currently the default]
	/w == show process wait/emul info
1997-10-24 18:26:36 +00:00
bin add dependancies to fix parallel compilation 1997-10-22 01:36:36 +00:00
distrib Add X11R6.3 ELF shared libraries. 1997-10-23 23:47:07 +00:00
etc fix typeo in prev commit 1997-10-23 22:53:30 +00:00
games Initialize pointers to NULL to avoid gcc/sparc compiler error 1997-10-23 07:05:55 +00:00
gnu Add the "pkg" category. 1997-10-24 18:17:44 +00:00
include Update for new function renaming nechanism. 1997-10-22 06:59:35 +00:00
lib Get it compiling again in the WARNS=1 environment. 1997-10-24 06:26:39 +00:00
libexec Install our ELF-aware link.h into /usr/include on mips hosts. 1997-10-23 19:27:28 +00:00
regress Remove bogus regress targets. 1997-10-11 22:57:29 +00:00
sbin oops; forgot to update the license here. 1997-10-23 03:00:12 +00:00
share backout CPPFLAGS; this is a sample standalone makefile 1997-10-23 23:16:04 +00:00
sys fix printf formatting of "ps" (aka "show all proc") so that lines never 1997-10-24 18:26:36 +00:00
usr.bin Cleanup warnings when -DKERBEROS 1997-10-24 14:44:35 +00:00
usr.sbin Make this compile again on NetBSD/alpha; cast off_t variable to long long 1997-10-24 03:12:06 +00:00
Makefile