summaryrefslogtreecommitdiff
path: root/bin/ps/nlist.c
AgeCommit message (Collapse)Author
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-03-21Fix %mem output in ps, sysctl method of getting mempages returns numberDale Rahn
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@
2002-08-20Fix error stringJason Wright
2002-06-08Use KVM_NO_FILES and remove the setgid.Artur Grabowski
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-06-03Style.Angelos D. Keromytis
2001-06-03Use sysctl() to get fscale, ccpu, and physmem if we haven'tAngelos D. Keromytis
initialized kvm (won't happen for a while).
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1998-04-26Use the physmem variable to get at the physical memory size (instead of theTheo de Raadt
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd
1997-08-04toast non-NEWVM code; freebsdTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt