qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers


From: Sean Bruno
Subject: Re: [Qemu-devel] [PATCH] Update FreeBSD syscall numbers
Date: Mon, 9 Jan 2017 12:54:45 -0700
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


On 01/09/17 07:00, Peter Maydell wrote:
> On 5 January 2017 at 16:41, Sean Bruno <address@hidden> wrote:
>> Signed-off-by: Sean Bruno <address@hidden>
>> Signed-off-by: Stacy Son <address@hidden>
>> ---
>>  bsd-user/freebsd/syscall_nr.h | 929 
>> ++++++++++++++++++++++--------------------
>>  1 file changed, 484 insertions(+), 445 deletions(-)
>>
>> diff --git a/bsd-user/freebsd/syscall_nr.h b/bsd-user/freebsd/syscall_nr.h
>> index d849024792..fc31880af0 100644
>> --- a/bsd-user/freebsd/syscall_nr.h
>> +++ b/bsd-user/freebsd/syscall_nr.h
>> @@ -1,450 +1,489 @@
>>  /*
>> + * This file was generated from /usr/include/sys/syscall.h
>> + */
>> +
>> +/*
>>   * System call numbers.
>>   *
>> - * created from FreeBSD: releng/9.1/sys/kern/syscalls.master 229723
>> - * 2012-01-06 19:29:16Z jhb
>> + * DO NOT EDIT-- this file is automatically generated.
>> + * $FreeBSD: head/sys/sys/syscall.h 272824 2014-10-09 15:19:35Z marcel $
>> + * created from FreeBSD: head/sys/kern/syscalls.master 272823 2014-10-09 
>> 15:16:52Z marcel
>>   */
> 
> If this is automatically generated, then ideally we should have
> the script that generates it in scripts/...
> (and we could fix the script to follow our coding style in using
> spaces rather than tabs :-))
> 
> thanks
> -- PMM
> 
> 

Yeah, I immediately went to run that locally so I could clean this up
and comply with coding style ... then I ran into path assumptions in the
scripts, but its on my list this week. :-)

sean

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]