summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
AgeCommit message (Expand)Author
1995-05-25Fix up the last argv pointer correctly when terminating early.mycroft
1995-05-18Fix one more reallocing bug.mycroft
1995-05-18Fix up another pointer if we realloc the argument list.mycroft
1995-05-16Update copyright.mycroft
1995-05-16Use the new ps_strings format. Find the arguments using theirmycroft
1995-01-12The sparc port no longer needs special casing.pk
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-10-19fix type of variables, add headers, protos, where necessary.cgd
1994-09-18Move the swap page buffer into struct __kvm. Cache the page size duringmycroft
1994-09-18Don't use NBPG/PGOFSET/PGSHIFT. Use getpagesize() and calculate them.deraadt
1994-08-30Update to match include files.mycroft
1994-08-13Don't return garbage if there are no argument and/or environment strings.mycroft
1994-05-23Deal with shadow objects correctly.mycroft
1994-05-09new libkvmcgd