commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 870925205c78415dc4c594bfae9de8eb


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 870925205c78415dc4c594bfae9de8eb31745b81
Date: Sun, 29 Nov 2009 23:35:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  870925205c78415dc4c594bfae9de8eb31745b81 (commit)
       via  76e00450db45bfc4f2766c67bc861228c1023a75 (commit)
      from  5410b66caae0a92ca3c3fb2f2f26e38e5eda402b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 870925205c78415dc4c594bfae9de8eb31745b81
Author: Samuel Thibault <address@hidden>
Date:   Mon Nov 30 00:33:42 2009 +0100

    Add stack-protector support
    
        * kern/debug.c (__stack_chk_guard): New variable
        (__stack_chk_fail): New function.

commit 76e00450db45bfc4f2766c67bc861228c1023a75
Author: Samuel Thibault <address@hidden>
Date:   Mon Nov 30 00:24:35 2009 +0100

    Use gcc builtins for stdarg.h when available
    
        * i386/include/mach/sa/stdarg.h [__GNUC__ >= 3] (va_list):
        Typedef to __builtin_va_list.
        (va_start): define to __builtin_va_start.
        (va_end): define to __builtin_va_end.
        (va_arg): define to __builtin_va_arg.

-----------------------------------------------------------------------

Summary of changes:
 i386/include/mach/sa/stdarg.h |   12 ++++++++++++
 kern/debug.c                  |   13 +++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Mach




reply via email to

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