| Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* 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
|