| Commit message (Expand) | Author | Age | Files | Lines |
* | that 0 should be NULL |  deraadt | 2021-03-11 | 1 | -2/+2 |
* | Revert the convertion of per-process thread into a SMR_TAILQ. |  mpi | 2021-02-08 | 1 | -6/+5 |
* | Convert the per-process thread list into a SMR_TAILQ. |  mpi | 2020-12-07 | 1 | -5/+6 |
* | Accommodate POSIX basename(3) that takes a non-const parameter and |  naddy | 2020-10-14 | 1 | -3/+4 |
* | make fixed-sized fixed-value mib[] arrays be const |  deraadt | 2020-10-12 | 1 | -4/+2 |
* | Add stub implementation; derived from kvm_sh.c which has our preferred |  kettenis | 2020-06-28 | 1 | -0/+75 |
* | Fix grammar in comment. |  kettenis | 2020-06-28 | 1 | -2/+2 |
* | Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness |  kn | 2020-06-25 | 1 | -2/+4 |
* | add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit and |  sthen | 2019-12-11 | 1 | -1/+2 |
* | struct proc: change ps_start from utc time to uptime |  cheloha | 2019-10-22 | 1 | -1/+37 |
* | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 2019-08-11 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -7/+7 |
* | Export unveil state so that ps(8) can show it. Two new status flags, |  deraadt | 2019-06-23 | 1 | -1/+2 |
* | fix print not specified process. |  asou | 2019-06-07 | 1 | -2/+2 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 2 | -4/+4 |
* | Fix "_nfiles" reference for crash dump. |  yasuoka | 2018-09-07 | 1 | -3/+3 |
* | fix format strings; ok @kettenis |  otto | 2018-05-15 | 1 | -3/+3 |
* | Cleanup usage of free() in libkvm. |  zhuk | 2018-05-03 | 2 | -23/+14 |
* | A few fixes for kvm_getargv(3)/kvm_getenv(3): |  zhuk | 2018-05-03 | 3 | -63/+97 |
* | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. |  guenther | 2018-01-02 | 1 | -1/+2 |
* | Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. |  guenther | 2017-12-14 | 5 | -5/+39 |
* | p_comm is the process's command and isn't per thread, so move it from |  guenther | 2017-01-21 | 1 | -15/+2 |
* | Add "support" for OpenBSD/arm64 so that it compiles. It's a copy of |  patrick | 2017-01-11 | 1 | -0/+131 |
* | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 2016-11-07 | 3 | -39/+26 |
* | Add va_nlink information to struct kinfo_file (so bump the shlib minor) |  guenther | 2016-10-02 | 5 | -5/+12 |
* | handle fallout of moving the address maps to RBT code. |  dlg | 2016-09-16 | 1 | -4/+8 |
* | remove references to sparc |  tedu | 2016-09-01 | 1 | -250/+0 |
* | use offsetof to create an offset instead of illegal unaligned pointers |  tedu | 2016-07-10 | 1 | -3/+4 |
* | Make amaps use less kernel memory (2nd try) |  stefan | 2016-05-26 | 1 | -11/+53 |
* | Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs |  guenther | 2016-05-22 | 1 | -53/+11 |
* | Make amaps use less kernel memory |  stefan | 2016-05-22 | 1 | -11/+53 |
* | Revert previous commit. Converting bcopy into memcpy is never safe when |  kettenis | 2016-05-14 | 1 | -7/+7 |
* | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 2016-05-11 | 1 | -73/+0 |
* | convert bcopy to memcpy. ok dlg millert |  tedu | 2016-05-11 | 2 | -9/+9 |
* | Add ERRORS section (requested by bluhm@). While there, move start of |  zhuk | 2016-05-04 | 1 | -4/+19 |
* | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and |  zhuk | 2016-05-04 | 1 | -6/+14 |
* | no more systrace |  tedu | 2016-04-25 | 2 | -16/+3 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -7/+1 |
* | We are done providing support for the vax. |  deraadt | 2016-03-09 | 1 | -123/+0 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-19 | 9 | -52/+30 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to |  dlg | 2015-09-08 | 2 | -29/+30 |
* | fix a race when fetching files from the kernel. the number of files |  dlg | 2015-09-04 | 2 | -40/+44 |
* | add kvm_realloc() as a private function. |  dlg | 2015-09-04 | 2 | -2/+11 |
* | Rework the UNIX domain socket garbage collector, including ideas from |  guenther | 2015-08-28 | 1 | -2/+2 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion |  guenther | 2015-05-11 | 1 | -2/+2 |
* | Teach libkvm a bit about PAE, making it independent of the kernel defines |  guenther | 2015-04-07 | 1 | -17/+68 |
* | The swapfile argument is also const char *. |  jca | 2015-04-04 | 1 | -4/+4 |
* | Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm |  miod | 2015-03-30 | 1 | -8/+7 |
* | Replace the hand-crafted list of datagram unix domain sockets with |  bluhm | 2015-03-28 | 1 | -3/+5 |