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

History of commit frequency

CVS Commit History:


   2024-04-28 03:33:06 by David H. Gutteridge | Files touched by this commit (2)
Log message:
lsof: actually correct NetBSD 8.x pattern as intended
   2024-04-28 03:24:08 by David H. Gutteridge | Files touched by this commit (2)
Log message:
lsof: fix builds on NetBSD 8.x and 9.x

patch-ag r. 1.14 introduced incorrect patterns that broke builds.
(Formal releases since 8.x do not include a "patch level"/"teeny"
number, and the change also failed to match releases with "_STABLE"
or "_RCx".) Addresses PR 58199 from Stefan Schaeckeler.
   2024-04-26 17:37:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
lsof: allow building on newer 8.x and 9.x

Fixes PR 58199 by Stefan Schaeckeler.
   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

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