Age | Commit message (Expand) | Author |
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 |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2016-05-04 | Add ERRORS section (requested by bluhm@). While there, move start of | Vadim Zhukov |
2016-05-04 | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and | Vadim Zhukov |
2016-04-25 | no more systrace | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2015-12-19 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-09-08 | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to | David Gwynne |
2015-09-04 | fix a race when fetching files from the kernel. the number of files | David Gwynne |
2015-09-04 | add kvm_realloc() as a private function. | David Gwynne |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |
2015-04-07 | Teach libkvm a bit about PAE, making it independent of the kernel defines | Philip Guenther |
2015-04-04 | The swapfile argument is also const char *. | Jeremie Courreges-Anglas |
2015-03-30 | Do not include <machine/autoconf.h>, for it is a kernel-only header and libkvm | Miod Vallat |
2015-03-28 | Replace the hand-crafted list of datagram unix domain sockets with | Alexander Bluhm |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-02-11 | Extend struct kinfo_file a bit for netstat (sync with the kernel). | Claudio Jeker |
2015-02-11 | Prefer arg != 0 over arg for non-boolean. nitted kettenis@ | Philip Guenther |
2015-02-11 | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | Philip Guenther |
2015-02-09 | typo | Miod Vallat |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2014-12-16 | include lock.h, needed for later headers but currently included by magic | Ted Unangst |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |