diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-05-20 05:29:41 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-05-20 05:29:41 +0000 |
commit | e67eae7391cf3497808baf86000b8b6d761654ff (patch) | |
tree | 20af6798f73e49c896cf8692b24c0e65253cd635 /community/procfs.mdwn | |
parent | fa56a813223ff6044e0228675036c8bd89b994a9 (diff) |
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community/procfs.mdwn')
-rw-r--r-- | community/procfs.mdwn | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn index ce1c97e5..a1b38eb5 100644 --- a/community/procfs.mdwn +++ b/community/procfs.mdwn @@ -27,49 +27,54 @@ so that its not only reliable and robust but also more importantly it is fully c The project thus aims at making the GNU/Linux process management tools like top, sysctl, kill, skill, nice, snice, pgrep, free, tload, uptime, fuser, killall, pidof, pstree, etc., to run out of the box. -## Mentor + Mentor ---- + Olaf Buddenhagen -## Project Schedule + Project Schedule ---- + 1. Initial preparation and migration (Community Bonding Period: has already started – May 25th) -::This phase involves improving my translator programming skills by gaining hands-on experience in it and becoming well versed in it. I will also go through the Hurd code to understand its architecture in depth and will read documentations related to obtaining process related information in Hurd. This phase also involves the migration of existing procfs to use libnetfs. +This phase involves improving my translator programming skills by gaining hands-on experience in it and becoming well versed in it. I will also go through the Hurd code to understand its architecture in depth and will read documentations related to obtaining process related information in Hurd. This phase also involves the migration of existing procfs to use libnetfs. 2. Analysis and Design (May 26th – June 11th ) -::This phase involves the analysis of previous migration. Also involves interacting with the mentor, the Hurd community and other people involved in development of ps. tools to draw the exact design of the proposed procfs including the algorithms required for coding. +This phase involves the analysis of previous migration. Also involves interacting with the mentor, the Hurd community and other people involved in development of ps. tools to draw the exact design of the proposed procfs including the algorithms required for coding. 3. Coding Stage I (June 12th – June 22nd ) -::Finishing up the migration to libnetfs based on the finalized design and making necessary changes to the existing procfs. Coding up to /proc/<pid>/exe in the features list. +Finishing up the migration to libnetfs based on the finalized design and making necessary changes to the existing procfs. Coding up to /proc/<pid>/exe in the features list. 4. Coding Stage II (June 23rd – July 13th) -::Involves coding of the features from /proc/<pid>/environ, up to /proc/<pid>/maps. These contain most of the information required for ps. tools and hence form the heart of the project. Will be completed by mid-term evaluation deadline. +Involves coding of the features from /proc/<pid>/environ, up to /proc/<pid>/maps. These contain most of the information required for ps. tools and hence form the heart of the project. Will be completed by mid-term evaluation deadline. 5. Coding Stage III (July 14th – July 26th ) -::Coding the rest of the features in the list including any necessary features that may be added in the analysis phase. +Coding the rest of the features in the list including any necessary features that may be added in the analysis phase. 6. Final Testing and evaluation (July 27th – August 8th ) -::Closely interacting with the community and requesting them to help me in overall testing and reviewing and making changes as per their suggestions. Also involves testing with the ps. tools and consolidating the documentation. +Closely interacting with the community and requesting them to help me in overall testing and reviewing and making changes as per their suggestions. Also involves testing with the ps. tools and consolidating the documentation. 7. Packaging and Wrap-up (August 9th - August 18th ) -::Final phase of testing and fixing remaining bugs. Working with the community to merge the project with the CVS HEAD of Hurd. Documentation reviews, making necessary changes as per the suggestions and wrapping up the documentation. +Final phase of testing and fixing remaining bugs. Working with the community to merge the project with the CVS HEAD of Hurd. Documentation reviews, making necessary changes as per the suggestions and wrapping up the documentation. -## Deliverables + Deliverables ---- + 1. /proc filesystem that uses libnetfs. Using this library makes it easier for implementing a large set of functionalities and hence makes the implementation robust. 2. The core GNU/Linux compatible /proc filesystem with functionalities to support and provide information for ps. tools like procps, psmisc etc. Non-code deliverables include an exhaustive Documentation. This documents the code of the Hurd's procfs which explains in detail the implementation of each of the functionalities of procfs implemented during the course of this project. -## Code Repository + Code Repository ---- -http://github.com/madhusudancs/procfs/tree/master -Clone URL: git://github.com/madhusudancs/procfs.git +[http://github.com/madhusudancs/procfs/tree/master](http://github.com/madhusudancs/procfs/tree/master) -## Progress +Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusudancs/procfs.git) + + Progress ---- + 1. Packages Ported: [http://www.madhusudancs.info/parted-hurdi386 parted-1.7.1] 2. Packages Porting in progress: autogen_1:5.9.4-1. Error installing texlive-bin. Error tracked to some post installation scripts of texlive-bin. Problem seems to be in fmutil. Trying to debug. 3. Have to start coding libnetfs skeleton for procfs translator. @@ -79,8 +84,9 @@ Clone URL: git://github.com/madhusudancs/procfs.git 1. [http://www.gnu.org/software/hurd/hacking-guide/hhg.html Hurd Hacking Guide (Have mainly concentrated on Translators Section)] 2. [http://users.sosdg.org/~qiyong/lxr/source/Documentation/filesystems/proc.txt Linux Kernel Implementation of procfs] -## Contact Details + Contact Details ---- + Name : Madhusudan.C.S Email : [madhusudancs@gmail.com](mailto:madhusudancs@gmail.com) |