summaryrefslogtreecommitdiffstats
path: root/runtime/procfs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2007-09-19 Martin Hunt <hunt@redhat.com>hunt2007-09-191-3/+19
| | | | | | | | | | PR 5042 * procfs.c (_stp_rmdir_proc_module): Warn if removal of /proc/systemtap/module is deferred. Do not defer removal of /proc/systemtap. (_stp_mkdir_proc_module): Call path_release(). Set ownership of /proc/systemtap/module to force deletion to be deferred. (_stp_create_procfs): Set owner of all path components.
* Remove debug.hunt2007-09-141-1/+0
|
* 2007-09-14 Martin Hunt <hunt@redhat.com>hunt2007-09-141-6/+11
| | | | | * procfs.c (_stp_create_procfs): Be sure that directories in the path are really directories and not files.
* 2007-09-13 David Smith <dsmith@redhat.com>dsmith2007-09-131-10/+7
| | | | | | | | * procfs.c (_stp_procfs_dir_lookup): Added 'const' qualifier to 'dir' parameter. (_stp_create_procfs): Added 'const' qualifier to 'path' parameter. Removed debug prints. (_stp_close_procfs): Removed debug prints.
* 2007-09-10 Martin Hunt <hunt@redhat.com>hunt2007-09-101-0/+177
* procfs.c: New file. Common runtime procfs functions.