commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. ec76bb9b04b851f403fac72fddaa8613


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. ec76bb9b04b851f403fac72fddaa8613025c7da4
Date: Mon, 12 Sep 2011 19:44:50 +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  ec76bb9b04b851f403fac72fddaa8613025c7da4 (commit)
      from  b509223167d6cf0780e1dd7ac9b2bde6bf6a2728 (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 ec76bb9b04b851f403fac72fddaa8613025c7da4
Author: Guillem Jover <address@hidden>
Date:   Fri Sep 9 03:40:24 2011 +0200

    Remove unused [!MACH_KERNEL] driver code
    
    Use «unifdef -DMACK_KERNEL=1» as a starting point, but only remove
    the code not exposed on public headers, the rest is needed to build
    properly from userland.
    
    * device/cons.c [!MACH_KERNEL]: Remove includes.
    [!MACH_KERNEL] (constty): Remove variable.
    (cninit, cnmaygetc) [MACH_KERNEL]: Remove preprocessor conditionals.
    [!MACH_KERNEL] (cnopen, cnclose, cnread, cnwrite, cnioctl, cnselect)
    (cncontrol): Remove functions.
    * device/cons.h (struct consdev) [MACH_KERNEL]: Remove preprocessor
    conditional.
    * device/kmsg.h [MACH_KERNEL]: Likewise.
    * i386/i386at/autoconf.c [!MACH_KERNEL]: Remove includes.
    * i386/i386at/kd_event.c [!MACH_KERNEL]: Likewise.
    [!MACH_KERNEL] (kbd_sel, kbdpgrp, kbdflag): Remove variables.
    [!MACH_KERNEL] (KBD_COLL, KBD_ASYNC, KBD_NBIO): Remove macros.
    (kbdopen, kbdclose, kbd_enqueue) [!MACH_KERNEL]: Remove code.
    [!MACH_KERNEL] (kbdioctl, kbdselect, kbdread): Remove functions.
    [!MACH_KERNEL] (X_kdb_enter_init, X_kdb_exit_init: Likewise.
    * i386/i386at/kd_mouse.c [!MACH_KERNEL]: Remove includes.
    [!MACH_KERNEL] (mouse_sel, mousepgrp, mouseflag): Remove variables.
    [!MACH_KERNEL] (MOUSE_COLL, MOUSE_ASYNC, MOUSE_NBIO): Remove macros.
    (mouseopen, mouseclose, kd_mouse_read, mouse_enqueue) [!MACH_KERNEL]: Remove
    code.
    [!MACH_KERNEL] (mouseioctl, mouseselect, mouseread): Remove functions.
    * i386/i386at/lpr.c [!MACH_KERNEL]: Remove includes.
    (lpropen) [MACH_KERNEL]: Remove preprocessor conditionals.
    (lpropen, lprclose, lprstart) [!MACH_KERNEL]: Remove code.
    [!MACH_KERNEL] (lprwrite, lprioctl, lprstop): Remove functions.
    * i386/i386at/rtc.c (readtodc, writetodc) [!MACH_KERNEL]: Remove code.
    * kern/mach_factor.c [MACH_KERNEL]: Remove preprocessor conditional.
    * xen/time.c (readtodc) [!MACH_KERNEL]: Remove code.

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

Summary of changes:
 device/cons.c          |  109 ---------------------------
 device/cons.h          |    2 -
 device/kmsg.h          |    2 -
 i386/i386at/autoconf.c |    9 --
 i386/i386at/kd_event.c |  192 ------------------------------------------------
 i386/i386at/kd_mouse.c |  160 +---------------------------------------
 i386/i386at/lpr.c      |  110 ---------------------------
 i386/i386at/rtc.c      |   24 ------
 kern/mach_factor.c     |    2 -
 xen/time.c             |    5 -
 10 files changed, 1 insertions(+), 614 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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