Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-05-03 | Cleanup usage of free() in libkvm. | Vadim Zhukov |
2018-05-03 | A few fixes for kvm_getargv(3)/kvm_getenv(3): | Vadim Zhukov |
2017-12-14 | Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. | Philip Guenther |
2016-07-10 | use offsetof to create an offset instead of illegal unaligned pointers | Ted Unangst |
2016-05-14 | Revert previous commit. Converting bcopy into memcpy is never safe when | Mark Kettenis |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2015-12-19 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-09-08 | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to | David Gwynne |
2015-09-04 | fix a race when fetching files from the kernel. the number of files | David Gwynne |
2015-09-04 | add kvm_realloc() as a private function. | David Gwynne |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
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 |