Age | Commit message (Expand) | Author |
2006-11-29 | Fix cut'n'paste abuse in error message. | Miod Vallat |
2006-11-29 | Sync with struct proc change. | Miod Vallat |
2006-11-06 | Minimal lip service for savecore to be happy. | Miod Vallat |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-06-19 | Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernel | Miod Vallat |
2006-06-12 | Use the non-generic SEGSHIFT value in the 020/030 specific codepath. | Miod Vallat |
2006-06-09 | proper type and ptdsize checks; had it for three weeks now... sigh | Michael Shalayeff |
2006-05-07 | Unbreak. Fix some of the lint warnings that mickey reintroduced. | Mark Kettenis |
2006-04-27 | detect page table dir size difference for normal and pae modes | Michael Shalayeff |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | Theo de Raadt |
2006-03-31 | ARGSUSED for for a few things | Theo de Raadt |
2006-03-31 | lint happiness, mostly avoiding variable aliasing | Theo de Raadt |
2006-03-31 | kvm_openfiles() should take int flag, not unsigned | Theo de Raadt |
2006-03-20 | for some of internal functions use paddr_t where phys addr is intended instea... | Michael Shalayeff |
2006-03-14 | Prevent double-free. | Mark Kettenis |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek |
2005-01-14 | add $OpenBSD$ tag. ok miod | Kevin Lo |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-09-15 | Kill (almost all) warnings. | Miod Vallat |
2004-09-14 | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned | Theo de Raadt |
2004-08-11 | free memory allocated by kvm_getproc2() in kvm_close() | Jared Yanovich |
2004-08-06 | wrong filename | Theo de Raadt |
2004-08-06 | ansi | Theo de Raadt |
2004-08-06 | mips alive again | Per Fogelstrom |
2004-08-05 | - fix includes needed to compile | Jared Yanovich |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-03 | This was supposed to compile. | Miod Vallat |
2004-07-01 | if sym has null value -- report as not found; check that kd->vmst is set befo... | Michael Shalayeff |
2004-06-24 | Back out part of last commit; we want to realloc + loop for argv too. | Todd C. Miller |
2004-06-24 | Allocate 8 pages for process argv, not one. This should really be ARG_MAX | Todd C. Miller |
2004-06-15 | knf; ok millert | Theo de Raadt |
2004-06-14 | Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case. | Todd C. Miller |
2004-06-13 | temporary tree building workaround until millert shows up | Theo de Raadt |
2004-05-05 | fix va -> pa decode. 'by all means' deraadt@ | Marco S Hyman |
2004-04-28 | Include db.h, not ndbm.h since this uses db routines and not ndbm. | Todd C. Miller |
2004-04-28 | remove dup file kvm_amd64 should be used. | Marco S Hyman |
2004-04-21 | Rename kvm_mvme88k so that luna88k can build libkvm. | Miod Vallat |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-23 | more explicitly check against -1 for pread/pwrite error returns; millert ok | Theo de Raadt |
2004-02-18 | strlcpy is nicer. ok deraadt@ millert@ | Ted Unangst |
2004-02-09 | Stub this out, copied from other archs with this stubbed out. | Dale Rahn |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff |
2004-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller |
2004-01-08 | Add MLINKs for kvm_getproc2() and friends. | Todd C. Miller |
2004-01-07 | Sync PTRTOINT64 w/ kernel version and remove some unused vars. | Todd C. Miller |
2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | Todd C. Miller |
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | Todd C. Miller |