github lsof-org/lsof 4.96.0-freebsd
lsof-4.96.0-freebsd

latest releases: 4.99.3, 4.99.2, 4.99.1...
2 years ago
	[linux] fix hash functions used for finding local tcp/udp IPCs
	There were typos in the code calculating hash values. The typos might
	break the flatness of hashtables where the endpoint information about
	locally used tcp/udp was stored. Theoretically, this fix may improve
	the performance of lsof with [+|-]E option.
	Inspired by the issue #206 reported by Tomasz Kłoczko (@kloczek).


	Show copyright notice in --version output.


	[linux] compile with -Wall option


	[linux] Avoid some easy collissions for udp/udp6 sockets when hashing
	
	
	[linux] Changing the number of ipcbuckets to 4096


	[darwin] fix build with -fno-common (Cfp redefinition)
	gcc-10 and llvm-11 changed the default from -fcommon to -fno-common:
	https://gcc.gnu.org/PR85678
	As a result build fails as:

		duplicate symbol '_Cfp' in: ddev.o dfile.o

	Cfp is already explicitly defined in dstore.c. The change turns
	header definition into declaration.
	Provided by Sergei Trofimovich (@trofi) in #221. The same fix is
	applied to libproc backend by Jiajie Chen (@jiegec) in #226.


	[linux] Make build reproducible by checking SOURCE_DATE_EPOCH
	and considering LSOF_{HOST,LOGNAME,SYSINFO,USER} as "none" when
	it is set.
	Provided by Danilo Spinella in #217

	[darwin] remove /usr/include prefix from include for Darwin 19+
	The /usr/include path is missing since macOS Catalina.
	Fixes issue #234.
	Provided by Jiajie Chen in #235

	[linux] obtain correct information of memory-mapped file.
	Provided by Teng Hu in #239

	[FreeBSD] configure: suggest variable to set if FreeBSD sys not 
    	found
    	submitted by @emaste

	Updated 00FAQ with lookup to open files via mountpoint
	Provided by Jacob Chapman in #240

            [FreeBSD] modernize API usage and remove legacy FreeBSD releases
            Contributor DamjanJovanovic (#184) Ed Maste (#250, #251, #252),
            Warner Losh (#253)

Don't miss a new lsof release

NewReleases is sending notifications on new releases.