DELTA 495520 0 73 SVNgQBr:~H!F@CATEGORIES= shells DIST_SUBDIR= ${PORTNAME} MAINTAINER= saper@saper.info COMMENT= KornShell 93 LICENSE= EPL BROKEN_aarch64= Fails to compile: needs sbrk USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= att GH_PROJECT= ast GH_TAGNAME= ${PORTNAME}v CONFLICTS= ksh93-devel-* OPTIONS_DEFINE= EXAMPLES STATIC LDFLAGS+= -lm MAKE_ENV= CCFLAGS="-Wno-unused-value -Wno-parentheses -Wno-logical-op-parentheses ${CFLAGS}" KSHVERSION= 2014-12-24 ksh93ENDREP DELTA 324455 229 142 SVN'GIGGTIMESTAMP = 1553675701 SHA256 (ksh93/att-ast-20141224-ksh93v_GH0.tar.gz) = 89e5aeec66c28692aa392105552c06053ba60b09a62e94dc555dadf967bca643 SIZE (ksh93/att-ast-20141224-ksh93v_GH0.tar.gz) = 26409086 ENDREP DELTA SVNprpp--- src/cmd/proto/proto.c.orig 2017-11-30 22:35:04 UTC +++ src/cmd/proto/proto.c @@ -396,6 +396,15 @@ proto(char* file, char* license, char* o #if !PROTO_STANDALONE #undef error +void +error( int xit, const char *msg, ... ) +{ + va_list ap; + va_start( ap, msg ); + vfprintf( stderr, msg, ap ); + va_end( ap ); + exit( xit ); +} #endif typedef struct Sufcom_s ENDREP DELTA SVN///x^Umo0 OHU@ [MHi lılmwvH! {|w]р p:jZwf'`ׂENDREP DELTA SVN}}}--- src/cmd/std/pss-kvm.c.orig 2017-11-30 22:35:04 UTC +++ src/cmd/std/pss-kvm.c @@ -43,6 +43,9 @@ NoN(pss_kvm) #if _sys_proc #include #endif +#if _sys_user +#include +#endif #include #include ENDREP DELTA SVN--- src/lib/libast/comp/setlocale.c.orig 2017-11-30 22:35:04 UTC +++ src/lib/libast/comp/setlocale.c @@ -38,6 +38,7 @@ #include #include #include +#include #if ( _lib_wcwidth || _lib_wctomb ) && _hdr_wctype #include ENDREP DELTA SVN*W**x^WmSF, &,q a2i7XGw:ΖHCvK۽g_n}eܛGBRɪdeIQSk /Wv~Q sBސ!/$!<璕iԁXOXbt,dYq -CBxpwF2DiA|K 8D0å8 Џ8互vKJ¿GIRҲl]Dz\~ _ Dּ` pNvkf <w <\7h@R$FyViXmG 8e2)y`Bя{mI0بr.d%jr&ٔ&PKn)h'1ûсrd"f-5 !n:b.>h;]é?;3`§=Om;Mbr{eFxxhm@c|ӌ;D&(AE%#KT^[ci.ijzz \1-zG&Eih-x=.-P%"XMNV =}.CJk용֜U%ѾU/K??0|Kǎi iq0܃'U{GEưb 2ydIS94Hf'Y{Nuh溶gnc^Cz]ɯ4%WG6?"xg]h/#r=?. ߖWoH%eDs$08 Z1\(Y%="!slt>6(>(}WimW;[ꨠAwӤSEF2xiªzI70f# fX/#nҼ5ݡ?vǭ~/hwP.TvF@TueDgUk-snxmǨhp^VY t5ѳ&yƨ݉3:\7L\Q7$xVM"ɈGiDu,Vy,y s"ū +/XOGs!:AwN8pKdR;m<=zu[,o_`c4Ge֍Ti|DG$^P̯-BkZG@ɵJLIJ|Y(uz9MMX&}8"`" ݓPvQ.k AT7Bcͽ%pFrvsX̮.^ց%H JRf?`CPƬ ̣&K#mLu Er,-CẠ`6ۡ՜l#Cά{m-]<]w}\!㘳W55TI!+4zV>U+H9sAMx\>R+wqX?cggWJ!(4̲8T^B|(bؾ/v6t롬+OIJf ~њ>|א>?c?3ENDREP DELTA SVNqsqq--- src/lib/libast/features/vmalloc.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/features/vmalloc @@ -217,7 +217,4 @@ cat{ #if _mmap_anon #define _mem_mmap_anon 1 #endif - #if _mmap_devzero - #define _mem_mmap_zero 1 - #endif }end ENDREP DELTA SVN6866--- src/lib/libast/features/wchar.orig 2017-11-30 22:35:04 UTC +++ src/lib/libast/features/wchar @@ -6,6 +6,7 @@ set include . cat{ #ifndef _AST_WCHAR_H #define _AST_WCHAR_H 1 + #define _STDFILE_DECLARED }end lib mbstowcs,wctomb,wcscmp,wcscoll,wcslen,wcstombs,wcsxfrm,wcwidth stdlib.h stdio.h wchar.h ENDREP DELTA SVN--- src/lib/libast/port/astcopy.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/port/astcopy.c @@ -30,14 +30,10 @@ #include #include -#if _mmap_worthy > 1 - #include #define MAPSIZE (1024*256) -#endif - #undef BUFSIZ #define BUFSIZ 4096 ENDREP DELTA SVN}}}--- src/lib/libast/sfio/sfclose.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/sfio/sfclose.c @@ -104,11 +104,9 @@ Sfio_t* f; if(f->data && (!local || (f->flags&SF_STRING) || (f->bits&SF_MMAP) ) ) { /* free buffer */ -#if _mmap_worthy if(f->bits&SF_MMAP) SFMUNMAP(f,f->data,f->endb-f->data); else -#endif if(f->flags&SF_MALLOC) data = (Void_t*)f->data; ENDREP DELTA SVN')''--- src/lib/libast/sfio/sfhdr.h.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/sfio/sfhdr.h @@ -209,9 +209,6 @@ /* see if we can use memory mapping for io */ #if _LARGEFILE64_SOURCE && !_lib_mmap64 -#undef _mmap_worthy -#endif -#if !_mmap_worthy #undef _hdr_mman #undef _sys_mman #endif ENDREP DELTA SVN/!//x^Sn@}6_1Q%vB&*B$¸}"+lio̮FEUx̙sƖeA򳼒p\)A kpT}ͦ:޾(%m]8Z%[G)I3sg0B:A;3 ,bits&SF_MMAP) { f->here -= f->endb - f->next; if(f->data) @@ -64,7 +63,6 @@ Sfio_t* f; SFOPEN(f,0); SFMTXRETURN(f, 0); } -#endif switch(f->mode&~SF_LOCK) { ENDREP DELTA SVN;;;x^}QO0ǟOqƄ[a+ $&BLn6 ~voHBćwZE iSױLqQR%&(7:^C0y{Gk@)81: L e܉ik83hz)PxGO&2`d`*3u( % (Wp2³rFH',EKy͘VN(q ϭa93eoPͣsYyg)1>UNxqats #wYZ&-Ĝ %m`K &"14C~i.2kb%ENDREP DELTA SVN a x^TQ@~1Jۣ-}lJ nË٥`t曙ok0Tb\ev)$_8^aį!z ٝy?:W~g!cD;h  %9s .8dId+^ 5,^pQ2BSy&x>H5"8 ! `rYeTlvPA45-S47"ׇЅOſS[b~]+^QH M}nAe؀KŔ.[7n|2FRh(([ BhXJjbi!XU6(9CV,VeZU}k LOE/Eo=n?7 cĄ̨Ll|Abkys)еNj0b\xRWSFKmqR(d_PdaGw;靶<nCҼ(l!]R<``ۢbJ`|POqNENDREP DELTA SVNt0ttx^S[O0~~1&m (/51>b#[Z/xv1<ݾ络1HZs9צT4h4'lBμ8,Y Q6܍fyX;zдS 'Ƴk5v ,, HQp02_>D+VSiZŝvw}NGīNSFGӣ)? *(؆"}AHxXB_,d>%DJ v*r .x#5ENDREP DELTA SVN--- src/lib/libast/sfio/sfsetfd.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/sfio/sfsetfd.c @@ -108,12 +108,10 @@ int newfd; SFMTXRETURN(f, -1); } -#if _mmap_worthy if((f->bits&SF_MMAP) && f->data) { SFMUNMAP(f,f->data,f->endb-f->data); f->data = NIL(uchar*); } -#endif /* make stream appears uninitialized */ f->endb = f->endr = f->endw = f->data; ENDREP DELTA SVN--- src/lib/libast/sfio/sfsize.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/sfio/sfsize.c @@ -80,12 +80,10 @@ Sfio_t* f; if(f->here != s && (f->mode&SF_READ) ) { /* buffered data is known to be invalid */ -#if _mmap_worthy if((f->bits&SF_MMAP) && f->data) { SFMUNMAP(f,f->data,f->endb-f->data); f->data = NIL(uchar*); } -#endif f->next = f->endb = f->endr = f->endw = f->data; } ENDREP DELTA SVN4644--- src/lib/libast/sfio/sfsk.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/sfio/sfsk.c @@ -49,12 +49,10 @@ Sfdisc_t* disc; SFMTXRETURN(f, (Sfoff_t)(-1)); if(SFSYNC(f) < 0) SFMTXRETURN(f, (Sfoff_t)(-1)); -#if _mmap_worthy if(f->mode == SF_READ && (f->bits&SF_MMAP) && f->data) { SFMUNMAP(f, f->data, f->endb-f->data); f->data = NIL(uchar*); } -#endif f->next = f->endb = f->endr = f->endw = f->data; } ENDREP DELTA SVNx^Un0}NF$@GGi۴yVlSuB@E>=:"*ϵhXRöku]Iŗ0N&QDz~h6hާyu&!רQֽ.7a^##[\H$Zd E],6OBizKq ;ǔٶ\|N`` ,rZr~rv~E|'+;^%7A4#E`!n"WLQuNmH,n~A~ڙK#*v^nwhuŪ(h67ڙϊ[HA ENDREP DELTA SVN>@>>--- src/lib/libast/vmalloc/malloc.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/vmalloc/malloc.c @@ -906,7 +906,7 @@ union Alloca_u { char* addr; Alloca_t* next; } head; - char array[ALIGN]; + char array[MEM_ALIGN]; }; struct Alloca_s { union Alloca_u head; @@ -914,7 +914,7 @@ struct Alloca_s }; extern Void_t* alloca(size_t size) -{ char array[ALIGN]; +{ char array[MEM_ALIGN]; char* file; int line; Void_t* func; ENDREP DELTA SVN)())x^XYsH ~6BT(p܁@2@ $sn݀+`{m{@0&S;5}Hj']!ץ?;N6Gp8vY;AleS7=(p9ş}V؇X}`;7UKȩˏ|pYr٪4_S6 0|] deDN6rlh#Q0]Q^k#.w񬬨Fl_h%ׂ{{8f 1mXo[rӷsvjSVRV#D#.i TAKh>c;ȻOSr~qbG>xACMiVUBA@ICk(ZsM3ZN 'CKm(i@ !Si鰅ʼnm MEZ\;[sZ_Ik*;iH$9ߐcHTnibHs( 8$bLPmo^OnGv(<ܶ,XB+~2j8AQ<~BK D,G>s:ѷQWoέJ]Z* C^|޼Zp`es_64Kszuv]kԃiwVoب-A|5vv4Nl8B .I‚6/g?Rҕ{T1JwxpJYQ 4QR,l1fVj7]0K" Jz ]&,!5~FSS'|8DC/NB|b͟V~zY:%gwss+Yvex{LͩʃĤ|(#CG8B3$ѬK&(L% %30BȴFE(x,Bk72OfQx>9M~Y#泺˺| %X]P%^= /hS寖ͺeUqD/0B`BD$ߪ2<500,i$M/'O!#&LNwo/7d:j8{h0:zݤ H :n'LnCm9fbfG΀ q -qd'@;'R;S[bpR;%JwsXb|o`,6j5s7ܰx639ז4^8U܃ΰF]zr:}mhmhNF*! (>q.Lbdt.2Q3EP|{S\,P& qLXTo$,AQJL&R'kP2W6tY=/.˔8Q?[9RC/ FxquFA$J/]JWN% w~!gnAҧ3TϳO/o.:%T!DYOFN3hH?4d%)4į3T&HI$O4yCyo%k?,4jK@&!hH/XQcxR^2M7ϯ(5uzdxr%D`ㄉ.bĢHË+% .ᬳuuתw>]TR`N%NPXdocENDREP DELTA SVNOMOOx^RMo0 =ۿ.vՉ4]͖` 0@䰋ʴ+̲K Qt0 ;ȂGG2t"m;xhAw)#LNA6IƲ .'.۾ $t<e v8F!(-Bwv &YClФk5( !zV\tڀPPrR@ TjZ0nwebt 'v }6qo~ʋb%AՓ / ;{]ɯbdמ7Ցeٟ3L 7"XnZPJҒRAP svM -!?4_]@VOSW/mL!H,8>* M/ tUW|Ez}T3 j0HIA2 g[ߺ\{ەoDʎ)x̧RDlQ 0rBte)C?~-4Y{&tub́q3t* rMrrŖLrvݨV \OveB '$CQI ^_ "WyVL"h|*oK~LFj>Tf8tu]'4LO0F}=S%D6[hi~INRS dp=M$*=#..KFj2ZA>jӴҎ e$Vzxl2~ õsoGQIC6^X@aqVP8Hd2B"/#EW(m wFQ~:~IK[ *+Dy) Y6H,|`/HŠ*)lx?*,SWTfkAJZWɸ\;N ֤?]NQFz7L <ٯ5[8lAp^HMٚDɇmSH_[ޅP zr7;N› _x_AX:J爓 {ۈ?Jh%2^BUDp@ld $ʞͳos@uCbjt;3\CAHl'qs[MDǯqENDREP DELTA SVN`}``x^͓n@ӋŚ%v MRuc J,c±ld TI>{gmZBkؑff4 <%/^V=K,C9 NX-B:r&7s*XgsGWB4g^j!.C\QEG$Qq7+lY]29bRtqRVh"B=K'Ο}D!BF4xQ߳KC YE-jdn+R ^$>QJ D s*%TߎHq'.0ס"rlg; SghGʫ o0"ȿ񯪯fOgcfIInj0OAhENDREP DELTA SVN5x^W{s8|ܴ1$ڕ2dx0 cR,"6! ٟ$[J\kGP}u\y}\mw P>:,Wp1lc[9hVx/ø^A撃p&jΦ 0V<! $?Or|fQf>EtQp*c|8&[܉ RF  749waTAcX0,E\J6FEͥoCK +c{뛾@$vJwkCVǁ\@.o};v,=jnӻ0۬4  `4Rvݿj]]|=QEZ'(Y ^/J`;pi_vbvL;Hd^߸}BLHvT *J~=iPE_}H0}E }ȁS|{-NvjiN< 'F鳻,Q'{-j3yM6wjv |Nojv;&@ޱя9K2ۖwl]euѱ}u|1^^OM%S,ˮ8*ujfxR[l=Gһ:/Wͻ|#DnJx`Y\lEuPr!y #`hS-;.H=j(` '`Q{qikH |rQ)&!p.%[>tX8X6M4j)`&tZ1SS:pIQ5K U2*Q/QԊS'{Mct'fu#*8 DZ?E]KsSgm`,a"@DPT zvYK:- 3\CHG҇ZD1:֨my^uWf:U9Pvd[cH=ćhNE bD%ROPEÉR%e`$tDՀ cUњ ֊p +Er4[XNyO_Xٶ#FECZJ 7">1X<K\9%fʄ-EQ9LuBm·cެoR7(k*LlPPLAם5TzJ' KiŪm6l9U9L~k FZDQџ0OXx+>xܭ=O z|ZMu^.%K .Uu/=9ޣ3I%B&$|L hu%E(8O#=eN|ENDREP DELTA SVNExEEx^TN@}|Pk{(@RSDaBE.8v\.H;NRTчxٙ33gτse۩~QYOYy,m*?⣼K9n;N=9g=#L'W4йu0)?Ū"DDi `< ʰO:|@ >׶5Udr?7iVo7.zJm@g[T`,~$P$q^!_FQ%QS[ݹXyTEpb[ !P7Q$-IfV> þ^Nox<|p"C4 5 Fs hj]TRP<P޷dlKyШ= oމ"K(L)|TX-T˜(iġ:ĺ]+Qֿޯ/R\j,3Fcg|A/eauZ m} },gbB}gLj({ENDREP DELTA SVN*,**--- src/lib/libast/vmalloc/vmmaddress.c.orig 2016-02-28 17:09:23 UTC +++ src/lib/libast/vmalloc/vmmaddress.c @@ -96,7 +96,7 @@ ssize_t _vmpagesize(void) if ((_Vmpagesize = getpagesize()) <= 0) #endif _Vmpagesize = VM_PAGESIZE; - _Vmpagesize = (*_Vmlcm)(_Vmpagesize, ALIGN); + _Vmpagesize = (*_Vmlcm)(_Vmpagesize, MEM_ALIGN); } #if VMCHKMEM _Vmchkmem = _vmchkmem; /* _vmchkmem() can check memory availability */ ENDREP DELTA SVNp)ppx^VO0+nLCIia %'R=ɢH8B ;A [ wkpqy2Wlo<;F# m[ b\F݄IJEsXT <H:`R O_E2=9?9e[fv~wpܹ<>::}az=qx0.| py<@O] d@$$o 3Q,ar멋_$ M$<Ѓ8ؓb'C}\fE2rvJjf~ݠb 1͌>}aIt e>(f,dr:rb@'CC_ H(&Ibp]r0DZHG` SȘ |c (:Oh:cv?ӪqIV$}V^b6xcR;km3>2Yk%@E,lӟ9/5!fS댥z* )-ǘ$ɈtaڞK*q *f,zj\G8* ",*%P컖~=0blvfjjkagT[݌&kM,~M-)#0*weۂ% Y`4E #$:Iy?s}&OSk~gKÎ- _1m"4MMeWlc$R\A!Ĕk@hҜhSʯ:thBV,ٔkf򝮃ᰑbcNDZ"ȩ7 vJji)\"BEbhP1$oPL*x޽jow."oz)ѵ3kz)o9ENDREP DELTA SVNgx^QMO@dJ edT8tc⢇4cZڵ.!uTڃo ){N \T?V[$֏a,Uia47>Ծ?ENDREP DELTA SVNk\kkx^Tko0~ŝ֖"BPB%^%r,@6@V6u[E7㸮 *[5"˕nbE a,}:K3Zfm.9,wq#GVS\ wx&@&R8.*PQ2~$ q}Lu rC)-0XNdLJфՌsǢyk0pNñwHQ~(R 4-&{ЧGHv]W6!DJxBs5Z~8XdnOcvzܟ͆ӹΏ6 Tf0uràZ{uhӪ:X̾08#Hb냁z$;o/(s HxNZ~l#',_dBY"P>Ob:1_p 6NFí*Uh2L;PFReɵmQfr4; 3c3_~Hac'hHLp+䪽aoez/p ul rmENDREP DELTA SVN"c""x^aK0?(lmtl dF[dM)(~8r{\p[]OI+M,]jt㠶 ;}H7M&}8丝s[7B 2 2%0q5䢮FS0пmZ >D(Œڿti5{K}oe* Ӣ2;w 9f_~_^X[0?J20V0õv= iΓo&Vs 9GގEA,^r8I)(C$, 978#$ f\^M&xeF鸄U'8:ENDREP id: 4-23408.0.r499547/20287 type: file pred: 4-23408.0.r495520/102 count: 90 text: 499547 0 481 1745 9e07d81a14c3b8e9564929ff893a6513 dd4d9d387a61717acfc7aebb293bfe16e1db1929 499546-apgb/_4 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/shells/ksh93/Makefile copyroot: 0 / id: 7-23408.0.r499547/20583 type: file pred: 7-23408.0.r324455/693 count: 36 text: 499547 506 217 199 910ba594a3f6adb437f50912dfcfc0b1 aca32e30728b8670ebe825758f66b3ba2af21027 499546-apgb/_5 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/distinfo copyroot: 0 / id: 7-499547.0.r499547/20881 type: file count: 0 text: 499547 751 385 368 ac3696285ce24daf0773f2bd5169d3ed a9d61b20dcb2906ce647448aaf8d6dc00b81e0c2 499546-apgb/_8 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_cmd_proto_proto.c copyroot: 0 / id: 9-499547.0.r499547/21176 type: file count: 0 text: 499547 1149 674 1839 81ff3d7d07fe027dc99a5fb4fca37f51 f9beffa4f87b515c95d4d8139ac9f64cc654447d 499546-apgb/_a props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_cmd_std_features_procfs copyroot: 0 / id: b-499547.0.r499547/21479 type: file count: 0 text: 499547 1836 270 253 d6b064601e6d71e35e69c68eb53e5532 8744dc843b38d8204001129199bcaf84ded0fd23 499546-apgb/_c props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_cmd_std_pss-kvm.c copyroot: 0 / id: d-499547.0.r499547/21775 type: file count: 0 text: 499547 2119 294 277 a4e3d2ca7e62aa6d7c2b695f19d539cb ac9a3405ab050e39520049e95218726843d43f10 499546-apgb/_e props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_comp_setlocale.c copyroot: 0 / id: f-499547.0.r499547/22081 type: file count: 0 text: 499547 2426 1510 4394 3a3737ba1a2cf23779d0b7f86d49b1d9 a7bf7e018960cc0df9000c7a835495219f985f3d 499546-apgb/_g props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_features_mmap copyroot: 0 / id: h-499547.0.r499547/22386 type: file count: 0 text: 499547 3949 575 967 928dbf9b63987a48d3b7fec6da6262f0 865430d528fb4337ecc9ed35f01deffda0110402 499546-apgb/_i props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_features_standards copyroot: 0 / id: j-499547.0.r499547/22694 type: file count: 0 text: 499547 4537 258 241 243e288f95be2d612da99aff9b9d5ba0 335368591c1dbc4f77b5a760c89ce1a803a51c08 499546-apgb/_k props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_features_vmalloc copyroot: 0 / id: l-499547.0.r499547/23000 type: file count: 0 text: 499547 4808 327 310 fb8507e968435c1bc754cb31197e2883 f1f147dbff90fcd9da63bb25649d39a98be3333b 499546-apgb/_m props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_features_wchar copyroot: 0 / id: n-499547.0.r499547/23304 type: file count: 0 text: 499547 5148 300 283 497279d85546ffb6b6b560f7728f1fec 14ce6623a906e8781a6e90e9d0713f65253b504d 499546-apgb/_o props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_port_astcopy.c copyroot: 0 / id: p-499547.0.r499547/23608 type: file count: 0 text: 499547 5461 398 381 4eb0cc9cc678dfa531a5e2c64df09941 d58798e0ab852558b983563815bebd5ec19e1e8b 499546-apgb/_q props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfclose.c copyroot: 0 / id: r-499547.0.r499547/23912 type: file count: 0 text: 499547 5872 312 295 0ab9669553c50ecca1e91676b5394f02 20a17d891d010039a096bfb357e292fdd82d2115 499546-apgb/_s props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfhdr.h copyroot: 0 / id: t-499547.0.r499547/24214 type: file count: 0 text: 499547 6197 560 1199 747ff099b013de9edd191791c7b37137 0f22fd0dc16eb9dd3277609f08fcf47574183935 499546-apgb/_u props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfmode.c copyroot: 0 / id: v-499547.0.r499547/24518 type: file count: 0 text: 499547 6770 427 410 4077b000de51de42978c49aad5657a55 93ad083f5595472e80e801e7a851275bcae0c034 499546-apgb/_w props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfpurge.c copyroot: 0 / id: x-499547.0.r499547/24822 type: file count: 0 text: 499547 7210 398 699 0be3e169f9eafd852f39cb29eae65193 467f3bc2587d07d68f83b61caa31140bedf03fce 499546-apgb/_y props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfrd.c copyroot: 0 / id: z-499547.0.r499547/25123 type: file count: 0 text: 499547 7621 624 1164 d233a4b5ee6a7c246721709f6fdeba91 952a91635abe173d3eec327c6ecdd5ae5877564c 499546-apgb/_10 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfseek.c copyroot: 0 / id: 11-499547.0.r499547/25428 type: file count: 0 text: 499547 8258 447 884 6f46b603e9fc751ccbb79c7f1d819d52 c6e72e77e1265adb1d5c3eac8b70a19ec3018f1a 499546-apgb/_12 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsetbuf.c copyroot: 0 / id: 13-499547.0.r499547/25735 type: file count: 0 text: 499547 8718 417 400 426f27c19260d09e3a291b9c1423e650 e8c5b957da0b9b672620749659cf5b273aa9cafc 499546-apgb/_14 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsetfd.c copyroot: 0 / id: 15-499547.0.r499547/26041 type: file count: 0 text: 499547 9148 427 410 a6d4b82a462f53af93d5c500de26cf24 8fa642619e266eec1e1603d6d7de10ac86fbe725 499546-apgb/_16 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsize.c copyroot: 0 / id: 17-499547.0.r499547/26346 type: file count: 0 text: 499547 9588 453 436 4e00e0cde0a4f7889bc570b4921fa350 f52674f0cdfe813b1555be0e4377c3bc59479117 499546-apgb/_18 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsk.c copyroot: 0 / id: 19-499547.0.r499547/26649 type: file count: 0 text: 499547 10054 798 2575 c0e905243ab052fbe5e275c088d595ab 49786d3711a00dafeb8ac5b0ce2c9b66025bde02 499546-apgb/_1a props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_string_strexpr.c copyroot: 0 / id: 1b-499547.0.r499547/26959 type: file count: 0 text: 499547 10865 463 446 7e969d15240c674ea302d0b29ccd06ff c665324eda7daae51b5928db1428e06d6aa4a197 499546-apgb/_1c props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_malloc.c copyroot: 0 / id: 1d-499547.0.r499547/27268 type: file count: 0 text: 499547 11341 1719 4649 39c76c9edb95d6166e242498f1c402a1 fdc81269625877790c77f4e92f7d4522557c422a 499546-apgb/_1e props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmbest.c copyroot: 0 / id: 1f-499547.0.r499547/27579 type: file count: 0 text: 499547 13073 476 847 d479856cbccdb2ff8d83d1d64bc91bce 438249d48cf04f6f12df5e2e8b1ca9837489b4e9 499546-apgb/_1g props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdcshare.c copyroot: 0 / id: 1h-499547.0.r499547/27891 type: file count: 0 text: 499547 13562 1331 3680 c3728141c0605d30542a7d1bfafec6cb 3b4cdd9b2853af43b2922cfc7ef42b35acdc85e7 499546-apgb/_1i props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdcsystem.c copyroot: 0 / id: 1j-499547.0.r499547/28206 type: file count: 0 text: 499547 14906 524 1120 f9f3b26631997037f2c4c050c9486ff7 298589e6ff886b288598b852db2be3daeb99732c 499546-apgb/_1k props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdebug.c copyroot: 0 / id: 1l-499547.0.r499547/28517 type: file count: 0 text: 499547 15443 1476 3969 796c77b7e59e1d6d5a9626419a0fa0c5 680ebe6fc9bb2ce893da62dedfbcb2822390fd23 499546-apgb/_1m props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmhdr.h copyroot: 0 / id: 1n-499547.0.r499547/28827 type: file count: 0 text: 499547 16932 519 1349 acdef8b531233fe75e03eab2cbbe9bb9 d95d58aa15f8fa2cfe40fad0a24cacefb5043e80 499546-apgb/_1o props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmlast.c copyroot: 0 / id: 1p-499547.0.r499547/29137 type: file count: 0 text: 499547 17464 443 426 aa243596a9a2ade6e3d8d7c401f4b85c 72ecb532092b093662f87e99dfa80d774227582e 499546-apgb/_1q props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmmaddress.c copyroot: 0 / id: 1r-499547.0.r499547/29450 type: file count: 0 text: 499547 17920 952 2672 083e216423a3dbd2e9c696dd2b3fe49f 38737071e6641d2bcec0f800c482333c7bcca804 499546-apgb/_1s props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmopen.c copyroot: 0 / id: 1t-499547.0.r499547/29760 type: file count: 0 text: 499547 18885 374 640 7a593b687b5c17d43adb9a6056f943b4 21a352fb5a7495e9155b2564c1212507c141225f 499546-apgb/_1u props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmpool.c copyroot: 0 / id: 1v-499547.0.r499547/30069 type: file count: 0 text: 499547 19272 619 1259 92257bf123b534aba12de4ba5d0e0553 630907b16f5575f21dc8dde4cbd43da130958075 499546-apgb/_1w props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmsegment.c copyroot: 0 / id: 1x-499547.0.r499547/30382 type: file count: 0 text: 499547 19904 370 802 f3941adb8c4cdb051013e47468a2c4ef d00474c4e8d99eed30ffc818820d521e06aa9d40 499546-apgb/_1y props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/shells/ksh93/files/patch-src_lib_libcmd_ls.c copyroot: 0 / PLAIN K 27 patch-src_cmd_proto_proto.c V 29 file 7-499547.0.r499547/20881 K 33 patch-src_cmd_std_features_procfs V 29 file 9-499547.0.r499547/21176 K 27 patch-src_cmd_std_pss-kvm.c V 29 file b-499547.0.r499547/21479 K 37 patch-src_lib_libast_comp_setlocale.c V 29 file d-499547.0.r499547/21775 K 34 patch-src_lib_libast_features_mmap V 29 file f-499547.0.r499547/22081 K 39 patch-src_lib_libast_features_standards V 29 file h-499547.0.r499547/22386 K 37 patch-src_lib_libast_features_vmalloc V 29 file j-499547.0.r499547/22694 K 35 patch-src_lib_libast_features_wchar V 29 file l-499547.0.r499547/23000 K 35 patch-src_lib_libast_port_astcopy.c V 29 file n-499547.0.r499547/23304 K 35 patch-src_lib_libast_sfio_sfclose.c V 29 file p-499547.0.r499547/23608 K 33 patch-src_lib_libast_sfio_sfhdr.h V 29 file r-499547.0.r499547/23912 K 34 patch-src_lib_libast_sfio_sfmode.c V 29 file t-499547.0.r499547/24214 K 35 patch-src_lib_libast_sfio_sfpurge.c V 29 file v-499547.0.r499547/24518 K 32 patch-src_lib_libast_sfio_sfrd.c V 29 file x-499547.0.r499547/24822 K 34 patch-src_lib_libast_sfio_sfseek.c V 29 file z-499547.0.r499547/25123 K 36 patch-src_lib_libast_sfio_sfsetbuf.c V 30 file 11-499547.0.r499547/25428 K 35 patch-src_lib_libast_sfio_sfsetfd.c V 30 file 13-499547.0.r499547/25735 K 34 patch-src_lib_libast_sfio_sfsize.c V 30 file 15-499547.0.r499547/26041 K 32 patch-src_lib_libast_sfio_sfsk.c V 30 file 17-499547.0.r499547/26346 K 37 patch-src_lib_libast_string_strexpr.c V 30 file 19-499547.0.r499547/26649 K 37 patch-src_lib_libast_vmalloc_malloc.c V 30 file 1b-499547.0.r499547/26959 K 37 patch-src_lib_libast_vmalloc_vmbest.c V 30 file 1d-499547.0.r499547/27268 K 40 patch-src_lib_libast_vmalloc_vmdcshare.c V 30 file 1f-499547.0.r499547/27579 K 41 patch-src_lib_libast_vmalloc_vmdcsystem.c V 30 file 1h-499547.0.r499547/27891 K 38 patch-src_lib_libast_vmalloc_vmdebug.c V 30 file 1j-499547.0.r499547/28206 K 36 patch-src_lib_libast_vmalloc_vmhdr.h V 30 file 1l-499547.0.r499547/28517 K 37 patch-src_lib_libast_vmalloc_vmlast.c V 30 file 1n-499547.0.r499547/28827 K 41 patch-src_lib_libast_vmalloc_vmmaddress.c V 30 file 1p-499547.0.r499547/29137 K 37 patch-src_lib_libast_vmalloc_vmopen.c V 30 file 1r-499547.0.r499547/29450 K 37 patch-src_lib_libast_vmalloc_vmpool.c V 30 file 1t-499547.0.r499547/29760 K 40 patch-src_lib_libast_vmalloc_vmsegment.c V 30 file 1v-499547.0.r499547/30069 K 25 patch-src_lib_libcmd_ls.c V 30 file 1x-499547.0.r499547/30382 END ENDREP id: 3-299605.0.r499547/33152 type: dir pred: 3-299605.0.r433771/947 count: 6 text: 499547 30679 2460 0 8b5d360c37e176ce256f59ba23aa0457 cpath: /head/shells/ksh93/files copyroot: 0 / PLAIN K 8 Makefile V 28 file 4-23408.0.r499547/20287 K 8 distinfo V 28 file 7-23408.0.r499547/20583 K 5 files V 28 dir 3-299605.0.r499547/33152 K 9 pkg-descr V 31 file f-23408.0.r340718/11805320 K 9 pkg-plist V 27 file h-23408.0.r372496/3419 END ENDREP id: 2-23408.0.r499547/33588 type: dir pred: 2-23408.0.r495520/646 count: 103 text: 499547 33335 240 0 23adb32154101b78ec7cc8a4bf18c7d7 cpath: /head/shells/ksh93 copyroot: 0 / PLAIN K 9 44bsd-csh V 30 dir 2-276600.0.r479406/1809838 K 8 Makefile V 21 file x-6.0.r497191/54 K 8 ammonite V 27 dir 4-493275.0.r496988/1038 K 8 antibody V 27 dir 2-497192.0.r497192/2959 K 4 bash V 23 dir 10-6.0.r496327/1038 K 15 bash-completion V 25 dir 4-89798.0.r489413/797 K 11 bash-static V 26 dir 2-226718.0.r486080/360 K 5 bashc V 29 dir 4-208845.0.r425823/613271 K 5 bicon V 27 dir 4-471436.0.r471436/6165 K 2 ch V 29 dir 4-174571.0.r415500/327446 K 4 dash V 27 dir 4-244580.0.r479695/1176 K 4 envy V 27 dir 4-463740.0.r463740/2249 K 2 es V 28 dir r-2055.0.r498476/1212745 K 3 esh V 29 dir 2-19045.0.r498476/1213482 K 2 fd V 25 dir j-2859.0.r488294/1097 K 4 fish V 27 dir 4-186043.0.r495523/1237 K 5 flash V 28 dir 2-24564.0.r469132/110633 K 11 heirloom-sh V 30 dir 4-212287.0.r479406/1810665 K 9 hs-shelly V 32 dir 11u-394918.0.r497311/1358664 K 4 ibsh V 29 dir 4-148029.0.r476184/835956 K 3 ion V 29 dir 4-496819.0.r498677/887977 K 7 jailkit V 27 dir 4-240832.0.r492125/2010 K 5 klish V 27 dir 4-407578.0.r469037/1152 K 5 ksh93 V 27 dir 2-23408.0.r499547/33588 K 11 ksh93-devel V 33 dir 2-23408.0-480231.r498646/1266 K 6 lshell V 30 dir 4-238991.0.r479406/1812171 K 4 mksh V 27 dir 4-168483.0.r496266/1011 K 10 nologinmsg V 25 dir 4-62780.0.r371845/544 K 4 oksh V 26 dir 4-458806.0.r491793/769 K 3 osh V 29 dir 4-36449.0.r479407/1051702 K 18 p5-Bash-Completion V 30 dir 4-284156.0.r481365/2596362 K 13 p5-Shell-Perl V 27 dir 4-208599.0.r481722/1143 K 33 p5-Term-Bash-Completion-Generator V 30 dir 4-380738.0.r481365/2597108 K 15 p5-Term-ShellUI V 30 dir 4-183234.0.r481365/2597856 K 5 pdksh V 26 dir 2-622.0.r486720/459267 K 14 pear-PHP_Shell V 30 dir 4-197141.0.r498476/1214140 K 3 psh V 29 dir f-24389.0.r470993/3977189 K 2 rc V 29 dir 18-2055.0.r498476/1214882 K 4 rssh V 26 dir 5-218955.0.r495357/658 K 4 sash V 28 dir 4-25291.0.r415500/328822 K 7 scponly V 26 dir 4-66096.0.r495579/1902 K 13 shell-include V 27 dir 4-190502.0.r385855/2382 K 9 sparforte V 30 dir 4-430153.0.r498476/1215626 K 8 tcsh_nls V 30 dir 5-292544.0.r428150/1022415 K 6 tcshrc V 28 dir 4-88875.0.r415500/329562 K 4 v7sh V 29 dir 4-111975.0.r425823/614841 K 8 viewglob V 30 dir 4-119373.0.r428152/1334741 K 5 vshnu V 25 dir 4-38706.0.r462944/968 K 3 wcd V 27 dir 4-387887.0.r476938/1448 K 5 xonsh V 27 dir 4-450378.0.r480240/1021 K 3 zsh V 24 dir 2-948.0.r492261/2039 K 11 zsh-antigen V 27 dir 4-472672.0.r472672/2888 K 15 zsh-completions V 27 dir 4-491382.0.r491382/3345 K 20 zsh-navigation-tools V 27 dir 4-415339.0.r429653/1533 END ENDREP id: w-6.0.r499547/36293 type: dir pred: w-6.0.r498677/890682 count: 1855 text: 499547 33764 2516 0 37b14f0075146074e7283ae6d8b840cc cpath: /head/shells copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r422906/41 K 14 .gitattributes V 26 file 1-411777.0.r467740/54 K 11 .gitauthors V 26 file 1-467739.0.r499015/79 K 10 .gitignore V 26 file 1-348322.0.r458023/77 K 11 .gitmessage V 27 file 3-457790.0.r457790/987 K 7 CHANGES V 26 file 1-99373.0.r494236/359 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 27 file 1-146787.0.r488856/403 K 4 GIDs V 28 file 1-168311.0.r497739/9467 K 8 Keywords V 27 dir 1-314142.0.r419368/1305 K 5 LEGAL V 24 file 1-748.0.r496922/397 K 5 MOVED V 26 file 1-69878.0.r499488/283 K 8 Makefile V 21 file 1-6.0.r460340/56 K 2 Mk V 22 dir 1-5.0.r499391/5362 K 6 README V 25 file 1-2408.0.r494236/641 K 9 Templates V 26 dir 1-2932.0.r484628/45513 K 5 Tools V 26 dir 3-15302.0.r497031/4786 K 4 UIDs V 28 file 4-168311.0.r497739/9750 K 8 UPDATING V 28 file 1-102685.0.r499537/4520 K 13 accessibility V 27 dir 1-42583.0.r499277/79465 K 6 arabic V 27 dir 1-38973.0.r499456/49325 K 9 archivers V 25 dir 1-242.0.r499284/13856 K 5 astro V 24 dir 1-301.0.r499314/8079 K 5 audio V 25 dir 1-148.0.r499542/46400 K 4 base V 26 dir 1-420954.0.r495519/960 K 10 benchmarks V 23 dir 1-62.0.r499377/5787 K 7 biology V 26 dir 1-9066.0.r499544/10194 K 3 cad V 24 dir 1-276.0.r499378/9142 K 7 chinese V 26 dir 1-3770.0.r499456/56199 K 5 comms V 24 dir 1-76.0.r499387/11352 K 10 converters V 26 dir 1-1561.0.r498926/10783 K 9 databases V 25 dir 1-771.0.r499539/59748 K 9 deskutils V 26 dir 1-2098.0.r499465/16688 K 5 devel V 25 dir 1-73.0.r499545/351805 K 3 dns V 26 dir 1-6145.0.r499479/13689 K 7 editors V 24 dir 4-6.0.r499456/135258 K 9 emulators V 25 dir 1-181.0.r499520/10557 K 7 finance V 26 dir 1-4110.0.r499543/17262 K 6 french V 28 dir 1-25673.0.r499456/136911 K 3 ftp V 24 dir 1-199.0.r498564/6104 K 5 games V 25 dir 1-104.0.r499521/58084 K 6 german V 27 dir 1-7451.0.r499456/138964 K 8 graphics V 24 dir 1-94.0.r499524/59743 K 6 hebrew V 28 dir 3-31142.0.r499456/140200 K 9 hungarian V 29 dir 1p-38973.0.r499456/141566 K 3 irc V 23 dir 1-42.0.r499113/7078 K 8 japanese V 26 dir 1-410.0.r499456/157107 K 4 java V 25 dir 1-2798.0.r499464/8330 K 6 korean V 27 dir 1-5873.0.r499456/160087 K 4 lang V 24 dir 1-15.0.r499461/19652 K 4 mail V 24 dir 1-57.0.r499536/40823 K 4 math V 25 dir 1-162.0.r499525/48390 K 4 misc V 24 dir 7-35.0.r499470/28210 K 10 multimedia V 25 dir d-333.0.r499532/25045 K 3 net V 24 dir 1-22.0.r499476/81172 K 6 net-im V 28 dir 15-11144.0.r499442/11573 K 8 net-mgmt V 26 dir r-1011.0.r499446/23518 K 7 net-p2p V 26 dir g-29106.0.r499423/8493 K 4 news V 24 dir 1-145.0.r497397/5227 K 4 palm V 28 dir 1-6646.0.r498476/1090860 K 6 polish V 29 dir tv-38973.0.r499456/161730 K 10 ports-mgmt V 25 dir 1-5132.0.r499431/4291 K 10 portuguese V 28 dir 1-17842.0.r499456/163862 K 5 print V 24 dir 1-79.0.r499546/17269 K 7 russian V 27 dir 1-1559.0.r499456/166624 K 7 science V 26 dir n-5356.0.r499454/17294 K 8 security V 25 dir 1-269.0.r499527/72851 K 6 shells V 23 dir w-6.0.r499547/36293 K 8 sysutils V 25 dir b-339.0.r499529/79505 K 8 textproc V 26 dir 1-322.0.r499517/106542 K 9 ukrainian V 28 dir g-39704.0.r499456/167976 K 10 vietnamese V 27 dir 1-4812.0.r499456/169678 K 3 www V 26 dir 1-114.0.r499439/143104 K 3 x11 V 24 dir 1-16.0.r499535/26576 K 10 x11-clocks V 27 dir 1-931.0.r499277/1435092 K 11 x11-drivers V 27 dir 1-157567.0.r499497/4524 K 6 x11-fm V 27 dir 1-691.0.r499277/1439502 K 9 x11-fonts V 25 dir 1-543.0.r499316/13934 K 11 x11-servers V 25 dir 1n-710.0.r489754/3871 K 10 x11-themes V 27 dir 1-14410.0.r499366/11186 K 12 x11-toolkits V 27 dir 1-120.0.r499087/1123203 K 6 x11-wm V 24 dir 1-40.0.r499266/10100 END ENDREP id: 2-1.0.r499547/40086 type: dir pred: 2-1.0.r499546/21063 count: 491919 text: 499547 36460 3613 0 4c711de1053ab8423c5f7dd8a9d7240d props: 458023 3927 157 0 4d85142843815bcc29c89469bccb873c cpath: /head copyroot: 0 / PLAIN K 8 branches V 23 dir 0-1.0.r499533/67677 K 4 head V 23 dir 2-1.0.r499547/40086 K 8 projects V 24 dir 0-377393.0.r441387/0 K 8 svnadmin V 22 dir 3-1.0.r499034/1643 K 4 tags V 22 dir 8-1.0.r485630/5439 END ENDREP id: 0.0.r499547/40523 type: dir pred: 0.0.r499546/21501 count: 499547 text: 499547 40305 205 0 98f61e40de8bbd1ca9dc2773d4f668d9 props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 50 4-23408.0.t499546-apgb modify-file true false /head/shells/ksh93/Makefile 7-23408.0.t499546-apgb modify-file true false /head/shells/ksh93/distinfo 5-299605.0.r424858/956 delete-file false false /head/shells/ksh93/files/patch-src-lib-libast-features-wchar 4-346423.0.r424858/1288 delete-file false false /head/shells/ksh93/files/patch-src-lib-libast-hash-hashalloc.c 7-346423.0.r424858/1621 delete-file false false /head/shells/ksh93/files/patch-src-lib-libast-string-tokscan.c 4-433771.0.r433771/347 delete-file false false /head/shells/ksh93/files/patch-src_cmd_INIT_iffe.sh _7.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_cmd_proto_proto.c _9.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_cmd_std_features_procfs _b.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_cmd_std_pss-kvm.c _d.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_comp_setlocale.c _f.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_features_mmap _h.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_features_standards _j.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_features_vmalloc _l.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_features_wchar _n.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_port_astcopy.c _p.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfclose.c _r.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfhdr.h _t.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfmode.c _v.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfpurge.c _x.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfrd.c _z.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfseek.c _11.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsetbuf.c _13.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsetfd.c _15.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsize.c _17.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_sfio_sfsk.c _19.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_string_strexpr.c _1b.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_malloc.c _1d.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmbest.c _1f.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdcshare.c _1h.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdcsystem.c _1j.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmdebug.c _1l.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmhdr.h _1n.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmlast.c _1p.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmmaddress.c _1r.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmopen.c _1t.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmpool.c _1v.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libast_vmalloc_vmsegment.c _1x.0.t499546-apgb add-file true true /head/shells/ksh93/files/patch-src_lib_libcmd_ls.c 40523 40747