forkstat-0.03.00-bp155.1.4 >  A deHI%z 1&nnT񐮗7AЉ#-H.-މWs-֋xON -h!d[o HPr$mvN VU+gX #0:}yiZ iL"8NhxhZtGL JDe9uCe[dWNQ'Le), 揸 SxPatp'iI wķC%0XƊߘ>o3 zW3P"gljql#o놲 3K6^H40a }િ(Y[_@X3Xwv)K\zm ?_"=&~#P)FB5")aad"hښ 3>i-G; "=4C?I$;,Keum %Цj\O[#;UdBYO`-cymr6bb22fb8d13cfec04708e70d941e0c68e0c63b281dba3680004fbf315c61a3170dab99a93ae14100553f054ecbb1645c88b00a82r$deHI%z d9xxrvd盙 +G"tXQ cb2Pa,`BM魈Xa0^#$%ywU%c*zDq\ORY!6DH@~|{V!p> ? d   D(,IRc }     (D h N (o8x9:FGHIXY\]$^LbcGdefluvw x y 0z D T X ^ Cforkstat0.03.00bp155.1.4Process fork/exec/exit monitoring toolForkstat monitors process fork(), exec() and exit() activity. It is useful for monitoring system behaviour and to track down rogue processes that are spawning off processes and potentially abusing the system.deHs390zl25SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Monitoringhttps://github.com/ColinIanKing/forkstatlinuxs390xF~A큤deHdeHc1deH12e5218102496099a776cbee505b441d32f4ddc9ed214a75326899fd4a9745e58177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643978cd9693a7a768145685f2dea3fe1cc2e17f9109b1068c835d33390416991a1rootrootrootrootrootrootrootrootforkstat-0.03.00-bp155.1.4.src.rpmforkstatforkstat(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c%@_@_:q@^d@^ZR@^V]] @]e@]!\9[H@[E@[@ZqZOhYOYK@YI@YVŲ@VD@VC-Andrea Manzini Martin Hauke Dirk Mueller Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.de- Update to 0.03.00 * Remove redundant null check on ptr * Update copyright * forkstat: remove redundant assignment to ptr * Add STAT_NONE to event_t enum and use it instead of 0- Update to version 0.02.16 * forkstat: handle weird comm field in /proc/$PID/stat * conditionally build in helper functions- update to 0.02.15: * add missing memory initialization to zero- Drop SLE12 compat ifdef- Update to version 0.02.14 * Add effictive user id (EUID) for -x option - Supplement against bash-completion, not bash- Update to version 0.02.13 * Add bash completion- Update to version 0.02.12 * Remove no-op free_proc_comm call on an unknown comm field * Return no info rather than NULL if proc_info_get returns NULL * Re-work unknown cmdline information- Update to version 0.02.11 * fix off-by-one end of string strncpy bug in tty name copying- Update to version 0.02.10 * Fix spelling mistake in manual * Update copyright year- Update to version 0.02.09 * Manual: update date * Add -X option, fix up short getopts help with missing options * forkstat: add in -c option in help info - Update to version 0.02.08 * Reduce scope of pointer ptr * Use unsigned int for %u format specifiers * Add -c comm field info, also track comm field changes in proc info - Update to version 0.02.07 * remove '\r' and '\n' from command line process name - Update to version 0.02.06 * Add some extra paranoid clearing of tty and strncpy length, fixes potential buffer overrun * Add caching of dev to tty name lookup to fix expensive lookups * Add caching of uid to name lookup, print username rather than uids to fix expensive lookups * forkstat: pack structs a little more efficiently to save memory- Update to version 0.02.05 * Makefile: bump version * Manual, change -e all to -E in example to show alternate form * Reformat some lines, comments and overly wide scanf * Minor code clean ups * Ensure all fields in no_info are initialized * Manual: Fix process table information formatting * Voidify function returns * Add more constifications * Add -E (enable all events) option * PROC_EVENT_COREDUMP has been introduced in kernel version 3.10 * Replace curved corner glyph with square corner- Update to version 0.02.04 * Makefile: bump version * Add .travis.yml to make dist rule * Makefile + debian/watch: produce a .xz tarball * Fix checking on zero sized reads * Add detection of first time all alive processes were started * Use UTF-16 codes for glyphs * Add travis build yaml file- Update to version 0.02.03 * Makefile: bump version * debian/control: update debhelper to >= 11 * debian/compat: update to 11 * debian/copyright: replace http with https for secure URL * debian/control: remove trailing line * Add -g option to mini-help * Add -g glyph annotations * Add faster container check for systemd based systems * Add snapcraft plugins- update to version 0.02.02 * Makefile: bump version * ensure tty string never overflows, fixes gcc warning * include to fix clang warning * Add -x option into mini help- update to version 0.02.01 * Makefile: bump version * debian/control: update Standards-Version to 4.1.2 * ensure tty string never overflows, fixes gcc warning * include to fix clang warning * Add -x option into mini help- update to version 0.02.00 * Makefile: update version and change codename * Minor tweaks to the manual, cosmetic changes * Move arrays to end of stacks to help avoid any stack smashing * Minor source clean-up * Avoid TOCTOU race on stat + open * Use alternative ptrace pid info * Add -x extra UID and TTY information option * Add uid/sid event tracing * Display name of events on -e option when invalid event used * Add ptrace event spying * Fix realtime flag opts mask * Fix -r help option * Add extra spacing in heading as it is offset by one after PID * Remove old set_priority code now that -r replaces it * Manpage: fix pdf warning: * Makefile: add pdf man page rule and add .PHONEYs * Add Philipp Gesang to the man page for kudos for contributions. * Add -r real time scheduling option * Put help options into one large printf statement- update to version 0.01.19 * Makefile: bump version again * Debian/control: update standards version to 4.0.0 * Update man page date * forkstat: add flag for line buffered output- update to version 0.01.18 * Makefile: bump version * Only add proc_info if strtol parses pid correctly. * snapcraft: add default type and grade keys- update to version 0.01.17 * Makefile: bump version * Manual: update copyright year and manual date * Makefile: add snapcraft to make dist rule * Add variable pid size handling. * Remove redundant free on a null pointer * Add snapcraft * Update copyright year * Manual: expand width of columns to 5i - update to version 0.01.16 * Makefile: bump version * Make kernel_tasks const * unconstify arg in parse_ev to fix pedantic build warning * Clean up formatting on ev_map table * constify s1 and s2 * Makefile: add PEDANTIC build flags - update to version 0.01.15 * Makefile: bump version * forkstat: make counters size_t * forkstat: voidify return from fclose * Debian: fix spelling mistake in changelog - update to version 0.01.14 * Makefile: bump version * debian/control: update Standards-Version to 3.9.8 * debian/rules: make build reproducible (Closes: #833439) * Update copyright year to 2016- update to 0.01.13 - upstream does not provide a changelog- update to 0.01.12- initial packages390zl25 16843593400.03.00-bp155.1.40.03.00-bp155.1.4forkstatforkstatCOPYINGforkstat.8.gz/usr/bin//usr/share/licenses//usr/share/licenses/forkstat//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/dfbece7ff6f800b90307ce06849ee8e4-forkstatcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1863e6dc460bc70a554b01d42ef7067274d936b6, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRR@МUe]FDutf-82ed064e58a91fb8bca9713f89c8b8b34ae9f08c0b7def7dc40d63a52d472caf2? 7zXZ !t/M'] crv9wļxm`='a7DGR#J/Оbk6Bf*X?өqQ㊳4<+= w-< lҹ |9Q6wX8"\eo}NIaQ}لWo;ʫzͣON[i$EE;ơ>$^1db=k^R\:?%O!%.YWZ;\aQk`YE ,/yY΄aR\>tn(w{{}14aqR:DsgjZ J ܻs/sZ z ܢ웃3xjIU+ZB&vZNy@[][d)16&ړq[2N`}\igu3 =m :H{ *)/c^Ҍ7,<U۫\ұh_Wf_-q_A;ֹg" *#UumJ|,hcJc,iʡdy{}7U_dCAYeT]zYH|m|'!ҭ"dhwA{1ӎ9X&ޗ8k &GE CFd$!!}̈́a 9M$8݆M:&AqӴeRFC/;xv0I칕dZg:-@Վ HBs.?cְ̬1>#o'F!ZR>} lgE9^@`ASz(kFďjVtdqȝrpi2&R#U@#Ls9\hb9 k Ynb^ݳqMڦ8_h7BĊqwTP(ycޯY"`$L}gPD.r74Ʊ~ng.OBp[P,17uNn5rv58H "̸ǬDoٮ;GTρpa8,ak xpyUwmNl+%[eBpP;+{zQűhޙ9j` fX4+3HH1HŸ*7587!͒} B*Ϧ GzP#@JLճ@c)Tcz1'!GUX[RB]Z|P-nc4D r;&hvAϣ )$)Ej=]3Zԩ`w=A#Nj ]:pdT.ΣQ%&28<0* B=D)o%\$VlPmpN,%P%U/<ٞؑ2l!;kv`d2Hr#c#Aro,5 YR"fq0S| |:~cKT!pSAF&ٌa|s>N4x-@j5@kOٻD+uuJ7Нmԗvz} &Q]boL^S_>dk951SGgB>w oᯠ09& g/0T;/ډ)JɐF>1xܐv$ATVöІo?A[G*̮%A6K#Ye0"IVŊV`G̈́N]  g5w,f\wf16suX]f`vsG#l5ƕ$Vʙ}z=G+(7$߆HC no=QI4D)z }WXi45x;?}uQ o@}Qyh]Fϥ%wb2S$Ѩl֖eD4; c/\&W]TJ0WvXPTٷv&-7Vgor;}gttc[=vx3zkHf.@VfF4*(!rvknz+U07 P(q Am=rӒIWt1|[ 눦8~Lk 淌{j gt+Ik:Ő-gIiBzJ}I,]P!h=/J?h04JhhɢEՙ[q$F܍ rt,204+=B VѫR=91{\mw ^m@4ę F~( frX$RD +\巣9ɳy/f(% q^myӿvd?XIMT#8 u:G@(<benjy,="^>qhU+↛\h[A\eErI ׬)@+0(nU꩝=S@P{`&Gʗ{#r/;/2f|Sc6F9jt*T(>lo?\nH-)WȸD W~2Mg [o>"mlL~8YQl2\.uN[>Ԑhbϛк  pC8>{BX3vB[HBq44$DP3|zpD[pVJok '/}^r ??HS#m+|^=.(0FE>y|fr! wu9B"FtqQ] ]~h.Zzʆ[Ά sjOD˗zсtL@.*#! TC .x\$7fӗ)uIuN[*NkG+Ŭ;?fXtwܲ-clqh>@m\LxTzSt_-]<{]B5j3DQ)jay'1Hެ0w~T86aML~z_NeQ7VZ)4c- y~ .4?@E@^t_|$j[@'79]0.|Hy')Ͻf3qiW08с81ړ)1ڇJ1ɫ6^j XqבI<|ꯟO*x#wsdćDsه+Q+[qg-P /o9)<+40՝ť` M3}1gѨn*5Iz L\)cu_'OH}d17D*K }Xo hZ"FB(Eb"ҏn)vL%ϹXUcj"#A#dT(4O&0l4PlFj T.͇m̎\B{(~5EYީGEF%@*N L^cGP$XrHm$p ɪQd_Towwb _+e9\Nؼ5:3W?^$(+OhPߛ$ "!yYu]!Og6ƀD'oa.(aNNIUu='b3Ry~qBʼe؟'5EeϭUE.p.<jl)XWlᄅīqc}6Xħ؝bA("%}/6iئ!9=#Qm񨊵*¬]yn ,Y]@@$m{gá5DhѰO3Z170\{a5 j {|b4/s~"mTJ55'-?UfR1u1` x3Y~7A<|kkQ2:>P['eJ!!0$+w(J?$8#!^nWN?H T- -)ex wetWaLiҏ$B l kv7oW{Cq|AY_'*U޲˩2ȲO~xeOC_հފx)=ۧLYC[n7l;4@=]RY{b%-_k0vW!lRIRu%r{F W4'4m2^غ20~؈khDyJھw}7VVlԎ, ̱m45IJhP;8O*aYu^s-H>0_2}_8"Vi6;=Wa*;P'' dJMcBp#c`aWCv@bpuJNyQ/_TY'{Ӂp*^`̱ \b{Ch0}AɬT]X3a:@q'76]i}AYJ#~^>D*TpD~\)o%$M592[WnoOL)Y- 6;V"*K:d2| fqڨH98}'I8l6)яu}b"ՂtBteTE,TnƀM e*.[ ןC b9y 6^:&Pv>' ǡuwW{t%dFE+B^U~`~jplofC;Tu|d51u!7)%P[xIF@ 6u)y~ O&zeq$jWߛ qQrjPvMywǵ!/ֽ<+SV=M[˜ZTPASQ!A{'9dqQ<±2r&C42AZyT3.DZu6 o9Ij9E}/W*Q.QL:Ӿ-6op}uHyBA,tZ;Mmuq]\D[S6qÚ T*f8tх8i0R% | ?}:(ۯy*XpG/ݤXa-ח·΃QLӷi%#lZgզ6cM=a(YbY]zwfH{MyTVbHY,Rw`՛* 3dѿ̑?IP: jD YbBg67i ieczdT<}{Ǩ$Ӟ:)X|Ϫ3 (H;ӸƿkpR-+:`Kt5 BJ?6:'scF/SZߎ4^i F- a'BI?n߁E:\a1@./h@r~E@MhH*<?tYDHPc `++m:ucGvS MĿ 7KV_&qU 3(I"˜7u~74sQmU]hMm@wĝHHʷ~qh}WU': v'3^_nA`^5}^C@ _/j[(vߐLAQO~:+V:%Cl~LuPb`eP2G"*Oj~j8-(u7`JDp7xfau׮[18R,j1i>կhd i~~TsK R?~Hl}WRLUrhrCЌ$x#&,Yz]6b!!S}y60HRwQe9s ^jA^4~1^{AKK9%Y#U > ù}Xqx΁)ѝ[5I ?T -̎6FK·-3XɚQzVKF;W+qE*}CI&V%]o-0,KK$h& A"[O\o#oVíváo8zߐ:ͥ{eH C vT!4yLrFǝ[ #oJ*sy%7P0oBܕ2(j]T˟Oyz$N`$Us\귃~lGћa R}&(-<zT1Uw@x?dZaPOhsB-=fd?ʔ*`IҥU^J/{6e_>:侷vf`} *Jr\ f($6ԙxzMX/H - ƫmШqR&&@ՌASeKȉїfAha&rݝ(PPY`oN[ Gy:b@}oZ9iud3ܵx c5OԒ G[=C ,nGqpNS!T;2̹mյcB:I4JTZAZw78픫NSjg ZX_ۓAm4WE~Tzjk+#X߀gyep*38>j]9MnWb'ayoq pAo!K9SBlG/<~yjK!RɄ0b"D?7CV(1bM!60sGdݐ"1\$Hh^Ӳa7&'q$B` m췣,nXGK| jǠK{bB %~ũr՗8φ;SAC1 Ǥ&D^3D|0sd?ʴW2aC˷xt-8Cī)+[=c8Pٮزv;#wˠ ?6W InZKvf*Ӧ&2Љux23bK>>DO218.=3/]5N-"0Òo nݴa?5Jɗxb|Xfg慏 HBI ٌ!\\ <2d==r3Q:,Дsw/\{L8Z.IC*6T sZ.ItbHO?!DiCpꢱMorrڇ \ːXrܤ<`6 /̰Fgkȩźk q0Pp>g4%J?{;j`M\Mjq-H`ޭ!R}me9 +va_: z/Bͼi`3kZ6\]dYv³6\ZN :_܈32E/EU|S+n8h^ux+\Bݶ2Q鐪0ASAnQϤW=?2.bUSdIcRa0hKԺoNzc(J_&lM:ntz`m5~7kMmȹY8lq?kRA'gBPo ¨geu~=|  gښQCuF6-@K@}Q8=wvwH- ۄƌ&]coܤV]Z7\yn隖+ 5#(|Men) ќnSf?A3mqAw(;X`B2>iEG(r >c^O1<7 IjAy*L Xe NsQ F5:OΘg8M l*n1].&XRJЖZl1řOQ,[ܵߦU?CO&!7̐,62Qf:5lJJO1LK:mI]˶kGAl`i{AZyϑm mgv(T<VW_.n8 ;j˵txKv";V}fq|61DO{;=ld&}SM_ 7ɑΩ!oYC^`/?M+#0.4FT;^Im,CLT oMW!+-ϰVY?H rP;.ar/!"9ćkW@I L[T_H Fk6w M7K, 0 .C^K:FPAgdSڅ y@r*83AzɼQj*kB^nK~xt᎔; riOf1=YՏ5[s dTL^}xlvY)'n{EgUȇ֑-Z;==VeN^\ ["DW[HOjХO?PұHKF[F>6S#b} G`Oa?"mde6O= EA)̸F+B{?/c#RWYy `2`QAPoBqW~ T^Zm ʷbg\J^)3?JWw_Rڐ;@膞K}V"ķ*.R`5H,%2׀ȁ:ldN?_!ZrYFzƃnHhcՠ$Wxs6x@ 0|q sHtqjNT΋@Q8 {N8%#n!xs߉mffg[vFEYċ!6hi ^rLX}u6;JIpaʯlL4GSq(C$tQ̹br"Mn)etgp5&DF~XT:NJ'[M2EeeLrya%{ш'>z9Dujc"}qa vdS 4YEyx "v#^A!vzNRz5g9BO[0nf%j6 j2Lc3mt0ɱB*dtGV"$a^j÷1SE+:F: IX6D6.j0V Z$#¦.+)r&-yC mdk|pjMyCstaUA|UB;3Cdw,eͳD9qX;, ?9 Btӕ;ź3-f:pB"0U݂4@G@ `PvNSXιPum~jy./Blbu~0{D=zб&duOJDrZ h~A[^"_q(ET,҃Ӥ uR,j,S'7 [LGW^AcD~hr%țjI{_hd竕Tk =)Na_j\_87W7f*"*h?_k`Yy%I*Å+D|1-k5X什JO [\x≳)B*&U`5)3@p ⌝OO wR QPgw-.GmjT=Ȱ "HUz)RI{-;RO9h-fk[T݉ېewoe_T3~x#z¹Aq:jKD!6"Y]يPY{ꙴ7Qu{gL4pIe5zOvER|I3YF>r? Ħ%pf;$܉|ӄZK^* YMkN[bLF1.6mt7SU%`y3zA w}_FFx"^{xFDhJvvUTc[)Tb,w%odz7D"I/T46g9OF!4QlcI+fs8L6 3+]E)K'7*&|6|`Q`@֥}kBo8-{p%E:վ֪Ul"6% :}ȠIU`,4fRqN)/DŽn<]u*R\nFR#bJQY[ I:B-zxiczRԟhW*WU%9ʇ +uJr$'g#tަjl٣V&Lbsr#dAOAn##zmfbL]7fǿ]1[8zW| TA='Ymi5_e ic[{r}2$>7ɭ` q(J(IIW8%"zKMA/sz0z=V<JmiKqHg軛zcA]q!Nr)Z^ChNn<靋X*{/"C%t$=Y nQ;CFg;Jˎ:z#B5ON( H,eXԖ8`6Oժ>] ʎ*GL?.Ȥb)$uej 88B4,QqAveq"1QZ{T˽v3P#kHC _?D ^L`ugՁo"3O7C~Huo T8ݙN$#񋝥Hx#O f Go.sxty51 IAt%R5(CC"°jy +zt*yX֍v3WaQڽ?q45@Г _sS4!>^r_OqA_ǧ ٸUү:veްVzlPT6N%S)8{nչɉm2и+]g i^vb2xꏀagre\y )ui t0Y0)`̈Jlr5LqcQZ27\Z>{Ñ^kAP F 0 *2p]'߇٪\A e^q}Rq'zI}~t4qGzJNuߟ="I7f9i'1~ ?bBBҏd w!rKR?{+TF:sH[qW++9f1uH+ة ۲pSQzS,"7>xhV;o.AKYtwc|B&+wlY!25L&k"9wdڵRݏH]PXl"$ڄm]/h&a,®?`W|`s-LX\BMnL('7],G¥Qv-/ʛa=qsB%w Zi ˦uf(8iߛn=GyK 6=W|?܉:O7rL$#t#(Kq6W;XqC^NKqr-ȗw뻪@ Ӟp'rdkE&NkҽǤW+׫`G\JR-_ ,?MqSŕXG^ŵI2n6â.~y9]!lLu`NK&)ӭ)RlTdWvZ{_Kأ Q݇_֦}I8X~SZ}~O膏| x8Фݧ5S  32KR";׵UOb3,w@ < 8[b`K ()hҹ8as=ݳIs :,9EFlEfO.'[iAofէѸ/W-OuM%xͼc 2V-!Mﰡj'p ŞL{%Er\47hC*t'iT.CNO@nc$pWFkKwyŔh6$`IYN;G[1.B&U^{\RS\▿jV툳4ssjfOɹOrQha#ܳHP=cn}iQPlRx3d%acP2r +)сg[[`~C#)~PۯDm% yjӉV_Qd:<;TwUḂEMF*_ vjan~GsI/y# 7y䋷l6+$1OO3AgFЫnp$*!B}ulڏd5=/&J`gzNdpt'Hb,oấgAKmȒ Ct)uaA4BEr~%3B\{j-q$wۚr/ YZ