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