Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Inspired by NetBSD. deraadt@ and myself. | |||
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski | |
open any files, just return an kvm handle that we can use to some of the functions. | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-21 | Use the address of the symbol, do not overwrite the address with 0, before | Dale Rahn | |
calling pwrite. Fix from dlucq. ok millert. | |||
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 | |
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | |||
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat | |
Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | |||
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 | |
crash dump exists | |||
1998-08-24 | In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. ↵ | Todd C. Miller | |
Also, if a file is specified, try the .db version of that file if it exists. | |||
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 | |
add some more verbose error messages. | |||
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis | |
I forgot to credit in my other commits. | |||
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 ↵ | grr | |
sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions. | |||
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 | |
%x -> %lx format fixes from me. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-05-10 | sync with netbsd | Theo de Raadt | |
1996-05-05 | sync with 0430 | Theo de Raadt | |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |