MFC r346571,r346572:Update the spelling of my namePrevious spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enjiinstead for clarity.While here, remove "All Rights Reserved" fro
MFC r346571,r346572:Update the spelling of my namePrevious spellings of my name (NGie, Ngie) weren't my legal spelling. Use Enjiinstead for clarity.While here, remove "All Rights Reserved" from copyrights I "own".
show more ...
Add a rudimentary test for procstat kstack.MFC after: 1 week
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Switch procstat from subcommand flags to verbs- Use an enumerated value instead of separate flags for commands- Look for a verb if no command flag is set- Lookup the "xocontainer" value based on
Switch procstat from subcommand flags to verbs- Use an enumerated value instead of separate flags for commands- Look for a verb if no command flag is set- Lookup the "xocontainer" value based on the command- Document the new command verbs in the man-pageSubmitted by: [email protected]Differential Revision: https://reviews.freebsd.org/D10916
Start writing up some basic feature tests for procstatThese tests query a running process for information related to the -b,-c, -e, and -f flags; the -f testcase is largely stubbed out, pendingad
Start writing up some basic feature tests for procstatThese tests query a running process for information related to the -b,-c, -e, and -f flags; the -f testcase is largely stubbed out, pendingadditional work to determine a good, deterministic descriptor.Core file test support is coming soon--it requires a bit more effortdue to the fact that:- coredumps can be disabled (kern.coredump=0).- corefiles can be put in different directories than the current directory, or be named something other than `<prog>.core` (`kern.corefile`).MFC after: 2 monthsSponsored by: Dell EMC Isilon