ps: Add NEWS and test for exe output
Only need this for master, as Jim took care of exe handling for newlib in the ad4269 change. References: commitb556bf5ba8commitad4269f118
This commit is contained in:
		
							
								
								
									
										1
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								NEWS
									
									
									
									
									
								
							@@ -9,6 +9,7 @@ procps-ng NEXT
 | 
			
		||||
  * pidof: show worker threads                             Redhat #1803640
 | 
			
		||||
  * ps.1: Mention stime alias                              issue #164
 | 
			
		||||
  * ps: check also match on truncated 16 char comm names
 | 
			
		||||
  * ps: Add exe output option                              Redhat #1399206
 | 
			
		||||
  * pwait: New command waits for a process                 merge #97
 | 
			
		||||
  * sysctl: Match systemd directory order                  Debian #950788
 | 
			
		||||
  * sysctl: Document directory order                       Debian #951550
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,7 @@ set flag_match {
 | 
			
		||||
    "bsdtime,cputime,etime,etimes" "\\s*TIME\\s+TIME\\s+ELAPSED\\s+ELAPSED\\s*\(\\s*\\d+:\\d{2}\\s+\\d{2}:\\d{2}:\\d{2}\\s+\(\\d{2}:\)?\\d{2}:\\d{2}\\s+\\d+\\s*\)+$"
 | 
			
		||||
    "user,ruser,group,rgroup,uid,ruid,gid,rgid" "\\s*USER\\s+RUSER\\s+GROUP\\s+RGROUP\\s+UID\\s+RUID\\s+GID\\s+RGID\\s+\(\(\\s*\[A-Za-z0-9_+-\]+\\s+\){4}\(\\d+\\s+\){4}\\s*\)+$"
 | 
			
		||||
    "cputimes,times" "\\s*TIME\\s+TIME\\s+\\d+\\s+\\d+\\s*"
 | 
			
		||||
    "pid,exe" "\\s*PID\\s+EXE\\s+\\d+\\s+\\s*"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
foreach { flag match } $flag_match  {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user