Age | Commit message (Expand) | Author |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2013-11-16 | ANSIfy a declaration | Philip Guenther |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-07 | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling | Todd C. Miller |
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | 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 |
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-07-01 | if sym has null value -- report as not found; check that kd->vmst is set befo... | Michael Shalayeff |
2004-06-15 | knf; ok millert | 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-01-09 | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-17 | indent | Theo de Raadt |
2002-09-17 | Set close on exec flag for file descriptors opened by kvm_open(). | Todd C. Miller |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski |
2002-03-05 | call open() with 3 args, for the heck of it | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-21 | Use the address of the symbol, do not overwrite the address with 0, before | Dale Rahn |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski |
2001-06-27 | no more vm/swap_pager.h | Theo de Raadt |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat |
2001-01-04 | spelling | Todd T. Fries |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt |
2000-10-23 | Format string paranoia; deraadt@ ok | Aaron Campbell |
1998-10-28 | Don't return error trying to make a dump header when no | Marco S Hyman |
1998-08-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ... | Todd C. Miller |
1998-08-19 | don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist | Todd C. Miller |
1998-07-11 | indent | Theo de Raadt |
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis |
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis |
1998-06-29 | Do the right thing with error return values. | Angelos D. Keromytis |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-06-18 | more error messages | kstailey |
1997-06-11 | import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc... | grr |
1997-06-02 | Man page claims O_WRONLY is allowed. Why not? | dm |
1997-02-26 | Switch alpha from libkvm.old to libkvm with code from NetBSD. | Niklas Hallqvist |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1996-05-10 | sync with netbsd | Theo de Raadt |