Re: [pok-devel] [38] dd ARINC653 suspend and resume functions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
- To: pok-devel@xxxxxxxxxxxxxxxxxxx, matias.hastaran@xxxxxxxxxxx
- Subject: Re: [pok-devel] [38] dd ARINC653 suspend and resume functions
- From: Julien Delange <julien@xxxxxxxxx>
- Date: Thu, 13 Sep 2012 14:20:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=xWsqm6llP2gVTclcbvIW3c1swbk5fGxuosPPrQlx1tY=; b=ok5Vd2nbHXtUxi0UbqduzxgRrSD9116gRslN1xiZp4PdYaxc01baXULuUaiuGATQN+ 6+GN+1lx/lV+DMl+Lrey+PNtvr6tCayfGfBtKez6o7bTsXVaS5/WJAm3xpdUfn21HkUn VxtoFMOqdo0sJea0xTf9HmcICX9jbXai5gkeID6ZwBJl14d/0SKdi9ImKRfvjRvBICFp EQX9A91Lp/hdNrA0PeOUpaWhXSw9QQafWZyLlWwdXwU0IipPglmaGMKD0wcq7q7tRHp4 aNe6RoUCYQ464seY8NXhoIVxN1y4YC/EryAkeg2JVsEuQjDnr79zHNXpmF98SA49428v Ly/w==
Hi Matias,
It seems that you missed a file when commiting. Please also follow the
commit guidelines and do not issue svn commit by yourself and use the
make commit target at the root of the project. By using this method,
you will make sure everything compiles and avoid integration problem
that can be annoying for other users.
Thanks,
Regards,
On Wed, Aug 29, 2012 at 2:45 PM, <subversion@xxxxxxxxxxxxx> wrote:
> Revision: 38
> Author: mha
> Date: 2012-08-29 14:45:22 +0200 (Wed, 29 Aug 2012)
> Log Message:
> -----------
> dd ARINC653 suspend and resume functions
>
> Modified Paths:
> --------------
> trunk/kernel/core/syscall.c
> trunk/kernel/core/thread.c
> trunk/kernel/include/core/syscall.h
> trunk/kernel/include/core/thread.h
> trunk/libpok/arinc653/process.c
> trunk/libpok/core/Makefile
> trunk/libpok/core/threadid.c
> trunk/libpok/include/core/syscall.h
> trunk/libpok/include/core/thread.h
> trunk/misc/release-files
>
> Added Paths:
> -----------
> trunk/libpok/core/threadresume.c
>