CVSROOT: /sources/hurd
Module name: hurd
Branch: madhusudancs-soc2008-procfs-branch
Changes by: Madhusudan.C.S <madhusudancs> 08/08/30 20:48:46
Modified files:
procfs : ChangeLog procfs_dir.c procfs_pid_files.c
Log message:
2008-08-30 Madhusudan.C.S <[EMAIL PROTECTED]>
* 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.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd/procfs/ChangeLog?cvsroot=hurd&only_with_tag=madhusudancs-soc2008-procfs-branch&r1=1.1.2.12&r2=1.1.2.13
http://cvs.savannah.gnu.org/viewcvs/hurd/procfs/procfs_dir.c?cvsroot=hurd&only_with_tag=madhusudancs-soc2008-procfs-branch&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/hurd/procfs/procfs_pid_files.c?cvsroot=hurd&only_with_tag=madhusudancs-soc2008-procfs-branch&r1=1.1.2.6&r2=1.1.2.7