| comment_role_settings | modules/comment.module | Menu callback; allows admin to set default scores for different roles. |
| drupal_cron | modules/drupal.module | Implementation of hook_cron(); handles pings to and from the site. |
| drupal_get_private_key | includes/common.inc | Ensure the private key variable used to generate tokens is set. |
| filter_admin_save | modules/filter.module | Save input formats on the overview page. |
| forum_admin | modules/forum.module | Administration page which allows maintaining forums |
| forum_block | modules/forum.module | Implementation of hook_block(). |
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| ping_cron | modules/ping.module | Implementation of hook_cron(). |
| statistics_block | modules/statistics.module | Implementation of hook_block(). |
| statistics_cron | modules/statistics.module | Implementation of hook_cron(). |
| statistics_save_statistics | modules/statistics.module | Saves the values entered in the "config statistics" administration form. |
| system_test | modules/system.module | Menu callback: dummy clean URL tester. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| user_block | modules/user.module | Implementation of hook_block(). |
| variable_set | includes/bootstrap.inc | Set a persistent variable. |
| _forum_get_vid | modules/forum.module | Returns the vocabulary id for forum navigation. |