commit-hurd
[Top][All Lists]
Advanced

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

[SCM] procfs branch, master, created. edb4593c38d421b5d538b221a991b50c36


From: Samuel Thibault
Subject: [SCM] procfs branch, master, created. edb4593c38d421b5d538b221a991b50c36fdba15
Date: Sat, 31 Jul 2010 23:47:09 +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 "procfs".

The branch, master has been created
        at  edb4593c38d421b5d538b221a991b50c36fdba15 (commit)

- Log -----------------------------------------------------------------
commit edb4593c38d421b5d538b221a991b50c36fdba15
Author: Samuel Thibault <address@hidden>
Date:   Mon May 31 02:23:00 2010 +0200

    2010-05-31  Samuel Thibault  <address@hidden>
    
            * procfs_nonpid_files.c (procfs_read_nonpid_meminfo): Print swap 
sizes
            using %llu.

commit e58f247f9c3a95ea2805fe132777d192ef51f6d1
Author: Samuel Thibault <address@hidden>
Date:   Fri Dec 12 01:48:00 2008 +0100

    2008-12-12  Samuel Thibault  <address@hidden>
    
        * procfs_nonpid_files.c (procfs_read_nonpid_meminfo): Divide by
        1024 value returned by get_swap_size and get_swap_free to get
        kilobytes.

commit 7e7201c453ad7faa5d26625ca9d263ee625ef5ed
Author: Madhusudan.C.S <address@hidden>
Date:   Tue Sep 2 00:33:00 2008 +0200

    2008-09-02  Madhusudan.C.S  <address@hidden>
    
        * netfs.c: (netfs_get_dirents): Add call to
        procfs_dir_entries_remove().

commit 7a8b315855fc8edba2003fa69cb86cf664f4c2ec
Author: Madhusudan.C.S <address@hidden>
Date:   Sat Aug 30 22:48:00 2008 +0200

    2008-08-30  Madhusudan.C.S  <address@hidden>
    
        *  procfs_dir.c: (procfs_dir_create): Assign newly created directory to
        its pointer in netnode.
        (procfs_dir_remove): Removed function.
        (free_entry): New function.
        (ordered_unlink): Likewise.
        (delete): Likewise.
        (sweep): Likewise.
        (procfs_dir_entries_remove): Likewise.
        (is_in_pid_list): Removed call to make_dir_invalid ().
        (procfs_fill_root_dir): struct stat *stat ->  struct stat stat.
        Add Read and Execute permissions to all in stat.st_mode.
        Set stat.st_nlink to 1.
        Set stat.st_size to 0.
        Add struct proc_stat *ps definition.
        Set struct proc_stat data from _proc_stat_create () function and
        set stat.st_uid and stat.st_gid from the data in that structure.
        * procfs_pid_files.c: (update_pid_entries): Add Read permissions
        to all in stat->st_mode.

commit fdd74966f222b67aa3161e809c6e9d8aacb16b12
Author: Madhusudan.C.S <address@hidden>
Date:   Sat Aug 30 22:20:00 2008 +0200

    2008-08-29  Madhusudan.C.S  <address@hidden>
    
        * AUTHORS: File removed.
        * COPYING: Likewise.
        * README: Likewise.

commit b33bac72fa26be8676a6da73e0b13f51bcd40034
Author: Madhusudan.C.S <address@hidden>
Date:   Fri Aug 29 21:34:00 2008 +0200

    2008-08-29  Madhusudan.C.S  <address@hidden>
    
        * ChangeLog: Revised.

commit 80e2bfc9ee29a5ecac3a9b8eaa2d470ae30222c9
Author: Madhusudan.C.S <address@hidden>
Date:   Fri Aug 29 18:42:00 2008 +0200

    2008-08-29  Madhusudan.C.S <address@hidden>
    
            * Makefile: (Copyright): 1997, 2000 -> 2008
            (CC): Removed.
            (CFLAGS): Removed.
            (INCLUDES): Removed.
            (all): Removed.
            ($(target)): Removed.
            (%.o): Removed.
            (HURDLIBS): -lnetfs -> netfs,
            -lfshelp -> fshelp,
            -liohelp -> iohelp, -lthreads -> threads,
            -lports -> ports, -lihash -> ihash,
            -lps -> ps,
            -lshouldbeinlibc -> shouldbeinlibc.
            (include): Add include ../Makeconf

commit 4cce52a1ec161008243f5bee63df7f6230c0f7e6
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 20:26:00 2008 +0200

    2008-08-18  Madhusudan.C.S <address@hidden>
    
            * procfs_nonpid_files.c:
            (procfs_write_nonpid_stat): Changed to
            procfs_read_nonpid_stat.
            (procfs_write_nonpid_meminfo): Changed to
            procfs_read_nonpid_meminfo.
            (procfs_write_nonpid_loadavg): Changed to
            procfs_read_nonpid_loadavg.
            (procfs_write_nonpid_uptime): Changed to
            procfs_read_nonpid_uptime.
            (procfs_write_nonpid_version):Changed to
            procfs_read_nonpid_version.
            * procfs_pid_files.c:
            (procfs_write_stat_file): Changed to
            procfs_read_stat_file.
            Changed the comment correspondingly from
            Write to Read.
            (procfs_write_cmdline_file ): Changed to
            procfs_read_cmdline_file.
            Changed the comment correspondingly from
            Write to Read.
            (procfs_write_status_file): Changed to
            procfs_read_status_file.
            Changed the comment correspondingly from
            Write to Read.
            (procfs_write_statm_file): Changed to
            procfs_read_statm_file.
            Changed the comment correspondingly from
            Write to Read.
            (procfs_write_files_contents): Changed to
            procfs_read_files_contents.
            Changed the comment correspondingly from
            Write to Read.
            Changed the call to procfs_write_nonpid_stat
            to procfs_read_nonpid_stat.
            Changed the call to procfs_write_stat_file
            to procfs_read_stat_file.
            Changed the call to procfs_write_cmdline_file
            to procfs_read_cmdline_file.
            Changed the call to procfs_write_status_file
            to procfs_read_status_file.
            Changed the call to procfs_write_statm_file
            to procfs_read_statm_file.
            Changed the call to procfs_write_nonpid_meminfo
            to procfs_read_nonpid_meminfo.
            Changed the call to procfs_write_nonpid_loadavg
            to procfs_read_nonpid_loadavg.
            Changed the call to procfs_write_nonpid_uptime
            to procfs_read_nonpid_uptime.
            Changed the call to procfs_write_nonpid_version
            to procfs_read_nonpid_version.
            netfs.c: (netfs_attempt_read): Changed
            the call from procfs_write_files_contents
            to procfs_read_files_contents.

commit 151d56afe0d7d9eb527fb0a194f383435b2c0f65
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 19:45:00 2008 +0200

    2008-08-18  Madhusudan.C.S <address@hidden>
    
            * README: Initial Documentation.

commit 5bb07a3cb626b18aedfa463b6b344bf0fd963e71
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 19:34:00 2008 +0200

    2008-08-18  Madhusudan.C.S <address@hidden>
    
            * procfs_nonpid_files.c: (get_uptime):
            Changed the parameter type from double to
            struct timeval.
            Changed the parameter name from uptime_secs
            to uptime.
            Removed uptime variable.
            Changed timersub to use the passed pointer
            instead of the local variable.
            Removed the calculation of uptime_secs.
            (get_total_times): Changed the parameters
            type from double to struct timeval.
            Changed the parameters name from
            total_user_time_secs to total_user_time
            and total_system_time_secs to
            total_system_time.
            New variables total_user_time_tmp,
            total_system_time_tmp and tmpval of type
            struct timeval.
            Call timerclear to clear the tmp variables.
            Remove calculation of times in seconds and
            do the same on struct timeval variables
            throughout using the timeradd macro.
            Assign values of temporary local variables
            to the pointers passed as parameters.
            (procfs_write_nonpid_stat): Replaced
            variables that hold time in seconds with
            struct timeval type variables and jiffy_t
            type variables.
            Argument to get_uptime changed from
            uptime_secs to uptime.
            Arguments to get_total_times changed from
            total_user_time_secs to total_user_time and
            total_system_time_secs to total_system_time.
            Replace arithematic time subtraction with
            timersub macro.
            Convert all the times in struct timeval type
            variables to jiffy_t type.
            Changed the type casting for the asprintf
            arguments to be compatible with jiffy_t type.
            (procfs_write_nonpid_uptime): Replaced
            variables that hold time in seconds with
            struct timeval type variables.
            Argument to get_uptime changed from
            uptime_secs to uptime.
            Arguments to get_total_times changed from
            total_user_time_secs to total_user_time and
            total_system_time_secs to total_system_time.
            Replace arithematic time subtraction with
            timersub macro.
            Convert all the times in struct timeval type
            variables to seconds.

commit a027dcc41d381a3c76a5b20d4d55ad9821af2308
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 17:27:00 2008 +0200

    2008-08-18  Madhusudan.C.S <address@hidden>
    
            * procfs_nonpid_files.c:
            (procfs_write_nonpid_version): New function.
            * procfs_pid_files.c:
            (procfs_write_files_contents): Add a check
            to find if the read is requested for the
            version file and corresponding a call to it.

commit 0419c2813a91d0746cc70f4ecab33efca4b9440c
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 17:15:00 2008 +0200

    2008-08-14  Madhusudan.C.S <address@hidden>
    
            * procfs.h: (jiffy_t): New typedef.
            * procfs_pid.h: "procfs.h" is included.
            (struct procfs_pid_files): Changed all the
            occurrences of time_t to jiffy_t.
            * procfs_pid_files.c: Removed "procfs.h".
            (adjust_jiffy_time): Changed return type
            from time_t to jiffy_t.
            Changed the type of jiffy_time variable
            from time_t to jiffy_t.
            (get_live_threads_time): Changed the type
            of utime and stime from time_t to jiffy_t.
            (get_stat_data): Changed the type of utime
            and stime from time_t to jiffy_t.

commit 802ea16ef91b30bc4fa9a61779b5c3602219bb1d
Author: Madhusudan.C.S <address@hidden>
Date:   Mon Aug 18 16:53:00 2008 +0200

    2008-08-18  Madhusudan.C.S <address@hidden>
    
    * procfs/ChangeLog: ChangeLog: Revised.

commit c15f3bee8d46f05afe1d3f582778d74c7e706485
Author: Madhusudan.C.S <address@hidden>
Date:   Thu Aug 14 15:24:00 2008 +0200

    2008-08-14  Madhusudan.C.S <address@hidden>
    
    * ChangeLog: New file added to procfs
    * AUTHORS: New file added to procfs
    * COPYING: New file added to procfs
    * README: New file added to procfs
    * Makefile: New file added to procfs
    * bootstrap.c: New file added to procfs
    * netfs.c: New file added to procfs
    * node.c: New file added to procfs
    * procfs.c: New file added to procfs
    * procfs.h: New file added to procfs
    * procfs_dir.c: New file added to procfs
    * procfs_nonpid_files.c: New file added to procfs
    * procfs_pid.h: New file added to procfs
    * procfs_pid_files.c: New file added to procfs

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


hooks/post-receive
-- 
procfs



reply via email to

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