| Commit message (Expand) | Author | Age | Files | Lines |
* | that 0 should be NULL |  deraadt | 2021-03-11 | 1 | -2/+2 |
* | Accommodate POSIX basename(3) that takes a non-const parameter and |  naddy | 2020-10-14 | 1 | -3/+4 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
* | Cleanup usage of free() in libkvm. |  zhuk | 2018-05-03 | 1 | -20/+11 |
* | A few fixes for kvm_getargv(3)/kvm_getenv(3): |  zhuk | 2018-05-03 | 1 | -1/+10 |
* | Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. |  guenther | 2017-12-14 | 1 | -1/+4 |
* | use offsetof to create an offset instead of illegal unaligned pointers |  tedu | 2016-07-10 | 1 | -3/+4 |
* | Revert previous commit. Converting bcopy into memcpy is never safe when |  kettenis | 2016-05-14 | 1 | -7/+7 |
* | convert bcopy to memcpy. ok dlg millert |  tedu | 2016-05-11 | 1 | -7/+7 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-19 | 1 | -9/+5 |
* | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to |  dlg | 2015-09-08 | 1 | -4/+3 |
* | fix a race when fetching files from the kernel. the number of files |  dlg | 2015-09-04 | 1 | -4/+3 |
* | add kvm_realloc() as a private function. |  dlg | 2015-09-04 | 1 | -1/+9 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion |  guenther | 2015-05-11 | 1 | -2/+2 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 1 | -4/+4 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -34/+32 |
* | ANSIfy a declaration |  guenther | 2013-11-16 | 1 | -3/+2 |
* | reduce use of <sys/user.h> |  deraadt | 2013-11-01 | 1 | -2/+2 |
* | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 1 | -2/+2 |
* | Replace the old, broken KERN_PROC ABI and its matching functions |  guenther | 2011-03-12 | 1 | -4/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | Add kvm_getfile2 which uses KERN_FILE2 when possible, falling |  millert | 2009-06-07 | 1 | -2/+5 |
* | All operation on live kernels uses sysctl interface, there is no reason to |  miod | 2009-01-21 | 1 | -5/+3 |
* | careful cleanup following advice from lint. be very very very careful |  deraadt | 2006-03-31 | 1 | -36/+39 |
* | kvm_openfiles() should take int flag, not unsigned |  deraadt | 2006-03-31 | 1 | -3/+3 |
* | for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok |  mickey | 2006-03-20 | 1 | -4/+5 |
* | Kill (almost all) warnings. |  miod | 2004-09-15 | 1 | -2/+4 |
* | KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned |  deraadt | 2004-09-14 | 1 | -3/+3 |
* | free memory allocated by kvm_getproc2() in kvm_close() |  jaredy | 2004-08-11 | 1 | -2/+4 |
* | if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ ok |  mickey | 2004-07-01 | 1 | -2/+8 |
* | knf; ok millert |  deraadt | 2004-06-15 | 1 | -90/+49 |
* | more explicitly check against -1 for pread/pwrite error returns; millert ok |  deraadt | 2004-02-23 | 1 | -5/+5 |
* | strlcpy is nicer. ok deraadt@ millert@ |  tedu | 2004-02-18 | 1 | -4/+4 |
* | Initialize procbase2 to 0 in _kvm_open(); Dan Harnett |  millert | 2004-01-09 | 1 | -2/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | indent |  deraadt | 2002-09-17 | 1 | -5/+8 |
* | Set close on exec flag for file descriptors opened by kvm_open(). |  millert | 2002-09-17 | 1 | -3/+23 |
* | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not |  art | 2002-06-08 | 1 | -2/+10 |
* | call open() with 3 args, for the heck of it |  deraadt | 2002-03-05 | 1 | -9/+9 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -50/+5 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -4/+4 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -5/+5 |
* | Use the address of the symbol, do not overwrite the address with 0, before |  drahn | 2001-11-21 | 1 | -5/+5 |
* | Adapt to new uvm/ includes. |  art | 2001-11-06 | 1 | -4/+2 |
* | No need to pull in vm/vm_param.h in any of these files. |  art | 2001-11-05 | 1 | -3/+2 |
* | no more vm/swap_pager.h |  deraadt | 2001-06-27 | 1 | -3/+2 |
* | Convert lseek/{read,write} pairs into pread and pwrite. |  art | 2001-05-18 | 1 | -99/+84 |
* | Repair a fprintf message lacking one parameter. |  miod | 2001-05-17 | 1 | -3/+3 |
* | spelling |  todd | 2001-01-04 | 1 | -3/+3 |
* | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 |  deraadt | 2000-10-25 | 1 | -9/+10 |