summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-01-04Leo Weppelman agreed to rescind clause 3 and 4 inJonathan Gray
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-20sys/proc.h requires sys/signal.h (will become visible when sys/param.hTheo de Raadt
2022-02-14Revert change to ps for displaying chrooted process.Rob Pierce
2022-02-08Using FILL_KPROC() from sysctl.h after rev 1.223 requires a definitionJonathan Gray
2021-12-01sys/core.h is not needed by these files, therefore sys/param.h isn'tTheo de Raadt
2021-12-01Reduce use of sys/param.h, or annotate the reason why it is neededTheo de Raadt
2021-12-01Use system _ALIGN to reduce the reasons why this uses sys/param.hTheo de Raadt
2021-10-06annotate sys/param.h uses as required, and pull in standard userlandTheo de Raadt
2021-09-10annotate what symbols are used from sys/param.h lines, or delete themTheo de Raadt
2021-04-29riscv64 libkvm supportDale Rahn
2021-03-11that 0 should be NULLTheo de Raadt
2021-02-08Revert the convertion of per-process thread into a SMR_TAILQ.Martin Pieuchot
2020-12-07Convert the per-process thread list into a SMR_TAILQ.Martin Pieuchot
2020-10-14Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-06-28Add stub implementation; derived from kvm_sh.c which has our preferredMark Kettenis
2020-06-28Fix grammar in comment.Mark Kettenis
2020-06-25Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completenesskn
2019-12-11add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit andStuart Henderson
2019-10-22struct proc: change ps_start from utc time to uptimecheloha
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-23Export unveil state so that ps(8) can show it. Two new status flags,Theo de Raadt
2019-06-07fix print not specified process.asou
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-05-15fix format strings; ok @kettenisOtto Moerbeek
2018-05-03Cleanup usage of free() in libkvm.Vadim Zhukov
2018-05-03A few fixes for kvm_getargv(3)/kvm_getenv(3):Vadim Zhukov
2018-01-02Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.Philip Guenther
2017-12-14Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.Philip Guenther
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2017-01-11Add "support" for OpenBSD/arm64 so that it compiles. It's a copy ofPatrick Wildt
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-10-02Add va_nlink information to struct kinfo_file (so bump the shlib minor)Philip Guenther
2016-09-16handle fallout of moving the address maps to RBT code.David Gwynne
2016-09-01remove references to sparcTed Unangst
2016-07-10use offsetof to create an offset instead of illegal unaligned pointersTed Unangst
2016-05-26Make amaps use less kernel memory (2nd try)Stefan Kempf
2016-05-22Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archsPhilip Guenther
2016-05-22Make amaps use less kernel memoryStefan Kempf
2016-05-14Revert previous commit. Converting bcopy into memcpy is never safe whenMark Kettenis
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-11convert bcopy to memcpy. ok dlg millertTed Unangst
2016-05-04Add ERRORS section (requested by bluhm@). While there, move start ofVadim Zhukov
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-04-25no more systraceTed Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre