summaryrefslogtreecommitdiffstats
path: root/lib/libkvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* that 0 should be NULLderaadt2021-03-111-2/+2
* Revert the convertion of per-process thread into a SMR_TAILQ.mpi2021-02-081-6/+5
* Convert the per-process thread list into a SMR_TAILQ.mpi2020-12-071-5/+6
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-141-3/+4
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-121-4/+2
* Add stub implementation; derived from kvm_sh.c which has our preferredkettenis2020-06-281-0/+75
* Fix grammar in comment.kettenis2020-06-281-2/+2
* Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completenesskn2020-06-251-2/+4
* add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit andsthen2019-12-111-1/+2
* struct proc: change ps_start from utc time to uptimecheloha2019-10-221-1/+37
* No specific called "exec(3)", so move primary manpage to a name whichderaadt2019-08-111-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-7/+7
* Export unveil state so that ps(8) can show it. Two new status flags,deraadt2019-06-231-1/+2
* fix print not specified process.asou2019-06-071-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-252-4/+4
* Fix "_nfiles" reference for crash dump.yasuoka2018-09-071-3/+3
* fix format strings; ok @kettenisotto2018-05-151-3/+3
* Cleanup usage of free() in libkvm.zhuk2018-05-032-23/+14
* A few fixes for kvm_getargv(3)/kvm_getenv(3):zhuk2018-05-033-63/+97
* Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.guenther2018-01-021-1/+2
* Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.guenther2017-12-145-5/+39
* p_comm is the process's command and isn't per thread, so move it fromguenther2017-01-211-15/+2
* Add "support" for OpenBSD/arm64 so that it compiles. It's a copy ofpatrick2017-01-111-0/+131
* Split PID from TID, giving processes a PID unrelated to the TID of theirguenther2016-11-073-39/+26
* Add va_nlink information to struct kinfo_file (so bump the shlib minor)guenther2016-10-025-5/+12
* handle fallout of moving the address maps to RBT code.dlg2016-09-161-4/+8
* remove references to sparctedu2016-09-011-250/+0
* use offsetof to create an offset instead of illegal unaligned pointerstedu2016-07-101-3/+4
* Make amaps use less kernel memory (2nd try)stefan2016-05-261-11/+53
* Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archsguenther2016-05-221-53/+11
* Make amaps use less kernel memorystefan2016-05-221-11/+53
* Revert previous commit. Converting bcopy into memcpy is never safe whenkettenis2016-05-141-7/+7
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-73/+0
* convert bcopy to memcpy. ok dlg millerttedu2016-05-112-9/+9
* Add ERRORS section (requested by bluhm@). While there, move start ofzhuk2016-05-041-4/+19
* Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andzhuk2016-05-041-6/+14
* no more systracetedu2016-04-252-16/+3
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-7/+1
* We are done providing support for the vax.deraadt2016-03-091-123/+0
* Remove NULL-checks before free(). ok tb@mmcc2015-12-199-52/+30
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* port the changes just made to kvm_getfiles in kvm_file2.c r1.47 todlg2015-09-082-29/+30
* fix a race when fetching files from the kernel. the number of filesdlg2015-09-042-40/+44
* add kvm_realloc() as a private function.dlg2015-09-042-2/+11
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-281-2/+2
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-111-2/+2
* Teach libkvm a bit about PAE, making it independent of the kernel definesguenther2015-04-071-17/+68
* The swapfile argument is also const char *.jca2015-04-041-4/+4
* Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvmmiod2015-03-301-8/+7
* Replace the hand-crafted list of datagram unix domain sockets withbluhm2015-03-281-3/+5