Age | Commit message (Expand) | Author |
2024-07-08 | Adjust code since FILL_KPROC() got another argument since struct tusage | Claudio Jeker |
2024-05-21 | remove prototypes with no matching function | Jonathan Gray |
2024-05-10 | Correct display the details of COMMAND using the ps command from the kernel | ASOU Masato |
2024-04-11 | Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few | Miod Vallat |
2024-02-11 | Remove needless includes of netinet6/ip6_var.h header in userland. | Alexander Bluhm |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-01-04 | Leo Weppelman agreed to rescind clause 3 and 4 in | Jonathan Gray |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2022-02-14 | Revert change to ps for displaying chrooted process. | Rob Pierce |
2022-02-08 | Using FILL_KPROC() from sysctl.h after rev 1.223 requires a definition | Jonathan Gray |
2021-12-01 | sys/core.h is not needed by these files, therefore sys/param.h isn't | Theo de Raadt |
2021-12-01 | Reduce use of sys/param.h, or annotate the reason why it is needed | Theo de Raadt |
2021-12-01 | Use system _ALIGN to reduce the reasons why this uses sys/param.h | Theo de Raadt |
2021-10-06 | annotate sys/param.h uses as required, and pull in standard userland | Theo de Raadt |
2021-09-10 | annotate what symbols are used from sys/param.h lines, or delete them | Theo de Raadt |
2021-04-29 | riscv64 libkvm support | Dale Rahn |
2021-03-11 | that 0 should be NULL | Theo de Raadt |
2021-02-08 | Revert the convertion of per-process thread into a SMR_TAILQ. | Martin Pieuchot |
2020-12-07 | Convert the per-process thread list into a SMR_TAILQ. | Martin Pieuchot |
2020-10-14 | Accommodate POSIX basename(3) that takes a non-const parameter and | Christian Weisgerber |
2020-10-12 | make fixed-sized fixed-value mib[] arrays be const | Theo de Raadt |
2020-06-28 | Add stub implementation; derived from kvm_sh.c which has our preferred | Mark Kettenis |
2020-06-28 | Fix grammar in comment. | Mark Kettenis |
2020-06-25 | Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness | kn |
2019-12-11 | add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit and | Stuart Henderson |
2019-10-22 | struct proc: change ps_start from utc time to uptime | cheloha |
2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-23 | Export unveil state so that ps(8) can show it. Two new status flags, | Theo de Raadt |
2019-06-07 | fix print not specified process. | asou |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-09-07 | Fix "_nfiles" reference for crash dump. | YASUOKA Masahiko |
2018-05-15 | fix format strings; ok @kettenis | Otto Moerbeek |
2018-05-03 | Cleanup usage of free() in libkvm. | Vadim Zhukov |
2018-05-03 | A few fixes for kvm_getargv(3)/kvm_getenv(3): | Vadim Zhukov |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-12-14 | Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. | Philip Guenther |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-11 | Add "support" for OpenBSD/arm64 so that it compiles. It's a copy of | Patrick Wildt |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-10-02 | Add va_nlink information to struct kinfo_file (so bump the shlib minor) | Philip Guenther |
2016-09-16 | handle fallout of moving the address maps to RBT code. | David Gwynne |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-07-10 | use offsetof to create an offset instead of illegal unaligned pointers | Ted Unangst |
2016-05-26 | Make amaps use less kernel memory (2nd try) | Stefan Kempf |
2016-05-22 | Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs | Philip Guenther |
2016-05-22 | Make amaps use less kernel memory | Stefan Kempf |
2016-05-14 | Revert previous commit. Converting bcopy into memcpy is never safe when | Mark Kettenis |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |