Next | Query returned 150 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-12-18 18:17:33 by Matthias Scheler | Files touched by this commit (1)
Log message:
lsof: Fix build under NetBSD-current (10.99.x)

Get "lsof" to build after NetBSD-current's name cache changes
   2023-01-14 00:46:22 by David H. Gutteridge | Files touched by this commit (2)
Log message:
lsof: fix NetBSD 9 builds

Now that NetBSD 10 is the default assumed target, this exposed that
some 9.x patterns weren't being matched correctly, and were just
falling through to the older default, which happened to work.
   2023-01-13 05:33:17 by matthew green | Files touched by this commit (3)
Log message:
various fixes including support for netbsd-10.

- move the "don't know picking 1.6" match to be "1.*" from \ 
"1*".
- add 9.99.10[45678], netbsd 9.99, netbsd 10, and netbsd 10.99
  support to configure match.
- make netbsd 10.x the "i don't know default" now.
- port the netbsd dsock.c code to the merged inpcb code since
  http://mail-index.netbsd.org/source-changes/2022/10/28/msg141800.html

i haven't bumped the pkg because nothing really changed for the
pre-9.99.104 systems, and 9.99.104 and newer haven't built since.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-05-25 12:02:27 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: don't need to keep track of the parent vnode kva, save some RAM
   2022-05-25 11:48:58 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: don't consume buffer space if we didn't add a '/'
   2022-05-25 11:37:54 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: fix comparison operator, ride previous bump
   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.

Next | Query returned 150 messages, browsing 1 to 10 | Previous