[FreeVMS] Re: struct_task and more


Subject: [FreeVMS] Re: struct_task and more
From: BERTRAND Joël (joel.k.bertrand@free.fr)
Date: Mon Dec 03 2001 - 10:52:13 CET


roart@nvg.ntnu.no wrote:

> On Sun, Dec 02, 2001 at 05:50:44PM +0100, BERTRAND Joël wrote:
>
>> Hello,
>>
>> I have seen that the field "comm" is not in the new struct_task
>>definition. This field is used by acpi. Is it replace by another field ?
>>
>
> pcb$t_lname

        OK. I suppose too that the policy field is replaced by
pcb$l_sched_policy. Is it possible to make a sed script or modify
prescript to replace all occurences of these fields by their new names ?
(sorry, but I don't know sed very weel...).

        I have added this last week-end the RUN instruction of the DCL-clone. It
seems to work, but it call a sh shell to execute the external command. I
will fixe it. It can parse a command line with automatic completion of
verbs, keywords and qualifiers :

copy /a -> /a is interpreted as /allocation
dir /a -> /a is interpreted as /acl

        I will add all DCL commands and keywords/qualifier compatibilities. But I
need some help to write builtins (DIR, COPY, SET, SHOW...). For example,
I need a routine named builtin_dir(dcl$env *, ...)... My parsing
function will call this routine with a dcl$env variable which contains
the default directory and some DCL variables, and the qualifiers (all
known qualifiers are in dcl.h [DCL$Q_ACL, DCL$Q_ALLOCATION...]).

        Regards,

        JKB

-- 
Liste de diffusion FreeVMS
Pour se désinscrire : mailto:freevms-request@ml.free.fr?subject=unsubscribe



This archive was generated by hypermail 2b25 : Mon Dec 03 2001 - 10:51:43 CET