Changeset 149 for trunk/src/sh_modules.c


Ignore:
Timestamp:
Jan 7, 2008, 8:52:13 PM (17 years ago)
Author:
katerina
Message:

Make sh_hash.c thread-safe, remove plenty of tiny allocations, improve sh_mem_dump, modify port check to run as thread, and fix unsetting of sh_thread_pause_flag (was too early).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_modules.c

    r142 r149  
    2626    sh_utmp_check,
    2727    sh_utmp_end,
    28     sh_utmp_null,
     28    sh_utmp_reconf,
    2929
    3030    N_("[Utmp]"),
     
    9090    sh_suidchk_check,
    9191    sh_suidchk_end,
    92     sh_suidchk_free_schedule,
     92    sh_suidchk_reconf,
    9393
    9494    N_("[SuidCheck]"),
Note: See TracChangeset for help on using the changeset viewer.