commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4/ruth ruth.h ruth.c output.h output.c ma...


From: Neal H. Walfield
Subject: hurd-l4/ruth ruth.h ruth.c output.h output.c ma...
Date: Fri, 16 Nov 2007 14:55:13 +0000

CVSROOT:        /sources/hurd
Module name:    hurd-l4
Changes by:     Neal H. Walfield <neal> 07/11/16 14:55:13

Modified files:
        ruth           : ruth.h ruth.c output.h output.c malloc.c 
                         malloc-wrap.c ia32-crt0.S ia32-cmain.c 
                         Makefile.am ChangeLog 
Added files:
        ruth           : panic.c 
Removed files:
        ruth           : task-user.h task-user.c mmap.c 

Log message:
        2007-11-16  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (ruth_CPPFLAGS): Move value from here...
                (COMMON_CPPFLAGS): ... to this new variable.
                (ruth_CPPFLAGS): Set to COMMON_CPPFLAGS.
                (ruth_SOURCES): Remove task-user.h, task-user.c and mmap.c.
                (ruth_LDADD): Remove ../libhurd-cap-server/libhurd-cap-server.a
                and ../viengoos/libhurd-cap.a.
                * ruth.h: Don't include <hurd/cap-server.h>.
                (program_name): Make const.
                * ruth.c: Rewrite.
                * output.h: Include <stdarg.h>.
                (shutdown): Don't declare.
                (program_name): Likewise.
                (output_debug): Likewise.
                (debug): Don't define.
                (panic): Don't define.
                (vprintf): New declaration.
                * output.c: Don't include <hurd/wortel.h>.
                Include <hurd/rm.h>.
                (output_debug): Don't define.
                (shutdown): Don't call wortel_shutdown.
                (putchar): Call rm_putchar, not wortel_putchar.
                (vprintf): New function.  Body copied from printf.
                (printf): Implement in terms of vprintf.
                * malloc.c: Update to version 2.8.3.
                * malloc-wrap.c (ABORT): Define.
                (ABORT_ON_ASSERT_FAILURE): Likewise.
                (LACKS_SYS_TYPES_H): Likewise.
                (size_t): New definition.
                (LACKS_STDLIB_H): Likewise.
                (LACKS_STDIO_H): Likewise.
                (MORECORE): Don't define.
                (HAVE_MORECORE): Define to 0.
                * ia32-crt0.S (STACK_SIZE): Increase to 32 pages.  Set
                __hurd_startup_data to the value of %sp.
                * ia32-cmain.c: Rewrite.
                * panic.c: New file.
                * mmap.c: Remove file.
                * task-user.h: Likewise.
                * task-user.c: Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ruth.h?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ruth.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/output.h?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/output.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/malloc.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/malloc-wrap.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ia32-crt0.S?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ia32-cmain.c?cvsroot=hurd&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/Makefile.am?cvsroot=hurd&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ChangeLog?cvsroot=hurd&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/panic.c?cvsroot=hurd&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/task-user.h?cvsroot=hurd&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/task-user.c?cvsroot=hurd&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/mmap.c?cvsroot=hurd&r1=1.2&r2=0




reply via email to

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