2022-05-25 11:33:37 by Tobias Nygren | Files touched by this commit (6) |
Log message: lsof: support kmem grovelling of current-era NetBSD rbtree kernel namecache |
2022-02-27 03:13:45 by David H. Gutteridge | Files touched by this commit (2) |
Log message: lsof: fix typo in comment in previous commit |
2022-02-27 03:10:45 by David H. Gutteridge | Files touched by this commit (2) |
Log message: lsof: fix builds on NetBSD as of 9.99.93 on 2022-01-17 procfs.h had an inline function added that expects curlwp to be defined. It isn't needed by this code base, and I don't see any other way of fixing this than adding a basic definition to get this to compile. It looks "wrong", but this code base requires _KERNEL to be defined when including procfs.h, but we can't include lwp.h or machine/ cpu.h with that defined, header files that aren't available to userland get referenced and break the build that way, instead. |
2021-11-11 01:49:34 by David H. Gutteridge | Files touched by this commit (3) | |
Log message: lsof: update to match NetBSD 8.x, 9.x, and 9.99.x |
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message: sysutils: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message: sysutils: Remove SHA1 hashes for distfiles |
2021-09-29 15:33:38 by Tobias Nygren | Files touched by this commit (1) |
Log message: lsof: fix RELRO build |
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message: *: recursive bump for perl 5.34 |
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message: *: bump PKGREVISION for perl-5.32. |
2020-05-13 21:36:56 by Tobias Nygren | Files touched by this commit (2) |
Log message: lsof: fix wrong conditional added in patch-af 1.20 machine/ptrace.h pulls in sys/module_hook.h after 2019-11-27 under _KERNEL This corresponds to NetBSD 9.99.19. sys/module_hook.h is not installed. Ergo sys/ptrace.h must be included /without/ defining _KERNEL. |