summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
AgeCommit message (Expand)Author
2000-07-16revert part of previous; u_long -> uintptr_t now that uintptr_t is u_long.christos
2000-07-16de-lint. Most important problem was the cast from pointer to uintptr_t tochristos
2000-06-29<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includesmrg
2000-06-04Use "NULL" instead of "0" in pointer assignments and comparisons.tron
2000-05-27p_schedflags doesn't exist anymore; just set it to zero for now,thorpej
2000-05-26Add kvm interface to the new sysctls:simonb
2000-04-15Fill in e_sid when building the eproc from a crash dump.simonb
2000-01-15in kvm_getprocs(), check for error from kvm_deadprocs().chs
1999-07-02More trailing white space.simonb
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-01-25catch up with the UVM amap changes.. tested by nathanw@mit.edu, thanks.mrg
1998-09-27Remove lintchristos
1998-09-09Adjust for the reaper process.thorpej
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-02-12add UVM support.chs
1998-02-11while it is still kinda broken, at least let it compile -DUVM...mrg
1998-02-03remove obsolete register declarationsperry
1997-08-15Fix compiler warnings.drochner
1997-08-15use <sys/cdefs.h> __RCSID() macromikel
1997-08-12Instead of: USRSTACK, VM_MIN_ADDRESS, VM_MAXUSER_ADDRESSgwr
1997-06-20fix some printf() formatsmikel
1996-03-18RCS id police.thorpej
1995-07-04slight type cleanup. add some prototypes for internal functions,cgd
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