summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
AgeCommit message (Expand)Author
2003-11-17zero out nl, from Todd Miller. thanks!christos
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-28remove scanning of deadproc, since zombproc should contain all the processeschristos
2003-03-20fix LP64 and other warningsross
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-03-01Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernelatatat
2003-02-26Use _kvm_freeprocs() rather than free() so that kvm_close() won'tenami
2003-02-26Cosmetic changes.enami
2003-02-02delint (unsigned long long) -> (unsigned long) casts.christos
2003-01-18Merge the nathanw_sa branch.thorpej
2001-03-24kvm_doargv2(): make sure the string ends with '\0'; sysctl() might notjdolecek
2001-03-24Minor fix to kvm_doargv2() - if the kd->argv is reallocated, reinitializejdolecek
2000-12-22adapt to latest struct proc, struct sigacts, struct sigctx changesjdolecek
2000-10-05Make this file compiles on alpha.enami
2000-10-04format-string audit cleanupssommerfeld
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