Next | Query returned 153 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2020-04-16 14:28:36 by Emmanuel Dreyfus | Files touched by this commit (2)
Log message:
Use fix for NetBSD 9.0 only on NetBSD 9.0, avoid changing other things.

Thanks to wiz@
   2020-04-16 11:47:26 by Emmanuel Dreyfus | Files touched by this commit (2)
Log message:
Fix build on NetBSD 9.0
   2020-04-11 17:22:52 by Tobias Nygren | Files touched by this commit (2)
Log message:
lsof: disable loading of kernel namecache on NetBSD after 9.99.54

lsof expects to be able to walk the namecache as a linked list using
kmem grovelling. The namecache on NetBSD now uses rbtree instead of
hash buckets + linked list. While it's certainly possible to iterate an
rbtree using kmem it's also more complicated and code doesn't exist yet.
Unfortunately this means lsof for now doesn't resolve pathnames for
type VREG.
   2020-03-05 21:49:22 by Tobias Nygren | Files touched by this commit (3)
Log message:
lsof: fix build on -current
   2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174)
Log message:
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
   2019-09-18 20:30:54 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: needs -D__NAMECACHE_PRIVATE for "struct namecache" on -current

This only fixes the build, path names still seem to be somewhat broken.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-01-06 17:36:00 by Tobias Nygren | Files touched by this commit (2)
Log message:
lsof: fix build on -current
   2018-12-21 08:06:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
lsof: fix two pkglint warnings
   2018-12-09 10:33:36 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
lsof: bump revision

* fix a warning in installation process
* install scripts in share/examples
* install doc in share/doc

Next | Query returned 153 messages, browsing 21 to 30 | Previous