-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build liblsof as shared library * Remove missing dprint.c * Add lsof_freeze * Add lsof_gather * Add lsof_destroy and lsof_free_result * Move print_proc to src * Move print_unix and print_tcptpi to src * Move endnm to lib * Move print_fflags and alloc_fflbuf to src * Move CmdLim and Ntype to context * Move FsvByf and RptTm to context * Move Foffset to context * [linux] Check selinux context even without -Z * Move Fsize to context * Expand InodeFmt_d to literal * Add weak usage shim for liblsof * Move Fsv check to cli * Fix null pointer exception * Copy string in Readlink to avoid double free * Add LTbasic2 to test liblsof * Update 00DIST for introduction of liblsof * Move printiproto and printunkaf to lib * Move FsvFlagX to lib * [freebsd] Add workaround for FreeBSD 12 bug * Implicit freeze the context for user
- Loading branch information
Showing
22 changed files
with
2,610 additions
and
1,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.