commit-hurd
[Top][All Lists]
Advanced

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

hurd console/ChangeLog console/Makefile console...


From: Marcus Brinkmann
Subject: hurd console/ChangeLog console/Makefile console...
Date: Thu, 27 Jun 2002 15:19:13 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Marcus Brinkmann <address@hidden>       02/06/27 15:19:13

Modified files:
        console        : ChangeLog Makefile console.c display.c 
        hurd           : ChangeLog fs_notify.defs hurd_types.defs 
                         hurd_types.h 
        libdiskfs      : ChangeLog Makefile dir-chg.c diskfs.h 
                         file-chg.c node-make.c 
Removed files:
        libdiskfs      : ourfs_notify.defs 

Log message:
        hurd/
        2002-06-26  Marcus Brinkmann  <address@hidden>
        
        * fs_notify.defs: Add MsgOption for send timeout.
        (dir_changed): Changed to simpleroutine.  Change type of first
        argument to fs_notify_t.  Add TICKNO argument.
        (file_changed): Likewise.
        * hurd_types.defs (fs_notify_t): New type.
        * hurd_types.h (fs_notify_t): Likewise.
        
        libdiskfs/
        2002-06-26  Marcus Brinkmann  <address@hidden>
        
        * Makefile (DIST_FILES): Variable removed.
        (MIGSTUBS): Use fs_notifyUser.o, not ourfs_notifyUser.o.
        * ourfs_notify.defs: File removed.
        * diskfs.h (struct node): New members DIRMOD_TICK and
        FILEMOD_TICK.
        * node-make.c (diskfs_make_node): Initialize DIRMOD_TICK and
        FILEMOD_TICK.
        * dir-chg.c: Include "fs_notify_U.h" instead "ourfs_notify_U.h".
        (diskfs_S_dir_notice_changes): Use new dir_changed invocation
        instead nowait_dir_changed.
        (diskfs_notice_dirchange): Likewise.  Increase tick number.
        Ignore send timeout error.
        * file-chg.c: Include "fs_notify_U.h" instead "ourfs_notify_U.h".
        (diskfs_S_file_notice_changes): Use new file_changed invocation
        instead nowait_file_changed.
        (diskfs_notice_filechange): Likewise.  Increase tick number.
        Ignore send timeout error.
        
        console/
        2002-06-27  Marcus Brinkmann  <address@hidden>
        
        * Makefile (MIGSTUBS): Add fs_notifyUser.o.
        (MIGSFLAGS): New variable.
        * console.c: Include "fs_notify_U.h".
        (struct modreq): New structure.
        (struct cons): New members DIRMOD_REQS and DIRMOD_TICK.
        (cons_notice_dirchange): New function.
        (vcons_lookup): Call cons_notice_dirchange.
        (netfs_S_dir_notice_changes): New function.
        (main): Initialize new members in CONS.
        * display.c (nowait_file_changed): Update to new interface (new
        argument TICKNO).
        (do_mach_notify_msg_accepted): Call nowait_file_changed with new 
argument.
        (display_notice_changes): Likewise.
        (display_notice_filechange): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ChangeLog.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/Makefile.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.c.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/display.c.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/hurd/ChangeLog.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/hurd/fs_notify.defs.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/hurd/hurd_types.defs.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/hurd/hurd_types.h.diff?tr1=1.45&tr2=1.46&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/ChangeLog.diff?tr1=1.181&tr2=1.182&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/Makefile.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/dir-chg.c.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/diskfs.h.diff?tr1=1.97&tr2=1.98&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/file-chg.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libdiskfs/node-make.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text




reply via email to

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