| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-25 | lsof: support kmem grovelling of current-era NetBSD rbtree kernel namecache | tnn | 3 | -7/+53 |
| 2022-02-27 | lsof: fix typo in comment in previous commit | gutteridge | 1 | -2/+2 |
| 2022-02-27 | lsof: fix builds on NetBSD as of 9.99.93 on 2022-01-17 | gutteridge | 1 | -41/+23 |
| 2021-11-11 | lsof: update to match NetBSD 8.x, 9.x, and 9.99.x | gutteridge | 1 | -8/+20 |
| 2020-05-13 | lsof: fix wrong conditional added in patch-af 1.20 | tnn | 1 | -2/+2 |
| 2020-04-16 | Use fix for NetBSD 9.0 only on NetBSD 9.0, avoid changing other things. | manu | 1 | -14/+38 |
| 2020-04-16 | Fix build on NetBSD 9.0 | manu | 1 | -30/+43 |
| 2020-04-11 | lsof: disable loading of kernel namecache on NetBSD after 9.99.54 | tnn | 1 | -1/+10 |
| 2020-03-05 | lsof: fix build on -current | tnn | 2 | -22/+40 |
| 2019-01-06 | lsof: fix build on -current | tnn | 1 | -8/+18 |
| 2017-08-30 | Fix lsof build on NetBSD-8.99.2 | kamil | 2 | -17/+51 |
| 2017-06-22 | NetBSD>=8.99.1 needs __EXPOSE_MOUNT defined | tnn | 2 | -12/+19 |
| 2015-12-29 | Update lsof to 4.88. From David H. Gutteridge in PR pkg/50487. | bsiegert | 1 | -74/+65 |
| 2013-04-20 | Fix broken build on netbsd-5. | dholland | 1 | -0/+17 |
| 2013-01-12 | Teach this about NetBSD 5.1, 5.2, 6.0, and 6.99 to silence useless build | dholland | 1 | -11/+21 |
| 2011-03-21 | When we moved from fd_ofiles to a struct fdtab, the fd_ofiles became | jym | 1 | -2/+2 |
| 2010-05-10 | Update lsof to 4.83 | sbd | 1 | -13/+13 |
| 2010-04-30 | Move lsof from using the LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS to | sbd | 1 | -28/+1 |
| 2009-08-11 | Make this build again on netbsd-current. Bump PKGREVISION to 5. | apb | 1 | -17/+78 |
| 2009-05-17 | Fix build on NetBSD 3.1_STABLE, tested on i386 and sparc64. | seb | 1 | -2/+24 |
| 2009-05-01 | When configuring on NetBSD: | apb | 1 | -8/+53 |
| 2008-05-17 | make this work again. | christos | 4 | -18/+128 |
| 2007-12-28 | Do not use DEBUG compiler flags | adam | 1 | -8/+17 |
| 2007-12-17 | Fix build under NetBSD 4.0 and older. | tron | 1 | -2/+2 |
| 2007-11-21 | We need to define VNODE_VFLAG and NCACHE_VROOT to build on older | apb | 1 | -2/+5 |
| 2007-11-21 | Make lsof build on NetBSD >= 4.99.33. | apb | 2 | -16/+44 |
| 2007-08-14 | - Don't hardcode the MFSNAMELEN length, inspired by commits from | veego | 5 | -17/+223 |
| 2007-08-12 | Revert previous fix at veego@ request. | seb | 1 | -16/+5 |
| 2007-08-12 | Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro | seb | 1 | -5/+16 |
| 2007-05-06 | upgrade to 4.78 | christos | 2 | -25/+28 |
| 2007-03-14 | Update lsof to 4.77. | markd | 2 | -13/+16 |
| 2006-08-01 | Make this build again with NetBSD older than 3.99.24. | tron | 1 | -3/+7 |
| 2006-08-01 | Make this build under NetBSD 3.99.24 and newer. | tron | 1 | -0/+16 |
| 2006-06-04 | We don't export struct lockf anymore, thus we cannot print lock info. | christos | 1 | -0/+41 |
| 2005-11-09 | Fix build problem under NetBSD 3.99.11 as suggested by Andrew Brown | tron | 1 | -0/+13 |
| 2005-09-15 | Add back what was patch-ac (from kristerw) as patch-ab since it's not | atatat | 1 | -0/+16 |
| 2005-09-13 | lsof 4.75 is gone; use 4.76 | christos | 1 | -17/+0 |
| 2005-05-24 | Do not ask the user about the path to the darwin XNU kernel header files | kristerw | 1 | -0/+17 |
| 2005-05-17 | Upgrade to lsof version 4.75, thereby getting rid of most of the | atatat | 2 | -67/+0 |
| 2005-03-26 | Do not ask the user about the path to the darwin XNU kernel header files | kristerw | 1 | -0/+17 |
| 2005-03-23 | This should also fix the lsof build on 3.0_BETA. Similar changes will | atatat | 1 | -8/+32 |
| 2005-03-19 | Fix lsof build on NetBSD 3.99.1 | atatat | 1 | -0/+26 |
| 2005-01-17 | Upgrade to lsof version 4.74, thereby getting rid of most of the | atatat | 8 | -1432/+1 |
| 2004-12-18 | Fix lsof to deal with the new ptyfs fake inode number allocation | atatat | 1 | -4/+8 |
| 2004-11-30 | Redo three patches to address build failure on NetBSD <= 1.6ZC, to | atatat | 3 | -160/+211 |
| 2004-11-28 | Tweak the sys/bufq.h support (it disappeared again), enhance the | atatat | 8 | -23/+1353 |
| 2004-11-12 | Check for actual existance of sys/bufq.h instead of just relying on uname. | erh | 1 | -6/+10 |
| 2004-11-07 | Needs <sys/bufq.h> on 2.99.10 | kim | 2 | -0/+42 |
| 2004-07-13 | Upgrade to lsof version 4.72. Changes related to or affecting NetBSD | atatat | 3 | -136/+0 |
| 2004-04-29 | Fix NetBSD 2.0 check in Configure, and check for and deal with the new | atatat | 3 | -10/+134 |