Home | History | Annotate | Download | only in citrus
History log of /src/lib/libc/citrus/citrus_mapper.c
RevisionDateAuthorComments
 1.10  08-Jun-2012  martin Henning Petersen in PR lib/46560: fix memory leak in error path
 1.9  19-Nov-2011  tnozaki branches: 1.9.2;
remove useless free(), pointed by nonaka-san(again^2).
 1.8  19-Nov-2011  tnozaki return EINVAL when module validation failed, pointed by nonaka-san(again).
 1.7  25-Jul-2008  christos branches: 1.7.2; 1.7.6;
fix gcc warnings from Alexander Shishkin
 1.6  30-Dec-2004  christos branches: 1.6.26;
cast to size_t
 1.5  08-Jan-2004  christos PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The module
uninit function can call close again, which will try to obtain a held
lock. Unlock the lock before calling the actual close function, since
we already disassociated cm from the rest of the data structures.
 1.4  02-Jul-2003  tshiozak separate "close" process into two parts (with and without handling hash).
This change makes the code symmetrical and ensures the lock not to be
aquired recursively.
The problem that the lock is tried to be aquired recursively was
pointed out by Matthias Drochner.
 1.3  01-Jul-2003  tshiozak cosmetic change.
 1.2  27-Jun-2003  tshiozak make sure to use LIST_* macros defined in sys/queue.h.
pointed out by yamt@netbsd.
 1.1  25-Jun-2003  tshiozak Citrus iconv support (1)
add core engine of Citrus iconv and some support routines.
- iconv core (citrus_iconv)
- coded character set mapper (csmapper)
- encoding scheme database (esdb)
- standard encoding scheme handler (stdenc)
- basic character set manipulation utilities (bcs)
- mmap based infrastructure (citrus_lookup/_mmap/_memstream/_db)
- some source codes of new plugins (not built yet)
 1.6.26.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.7.6.2  25-Jul-2008  christos fix gcc warnings from Alexander Shishkin
 1.7.6.1  25-Jul-2008  christos file citrus_mapper.c was added on branch christos-time_t on 2008-07-25 14:05:26 +0000
 1.7.2.2  30-Oct-2012  yamt sync with head
 1.7.2.1  17-Apr-2012  yamt sync with head
 1.9.2.1  12-Jun-2012  riz Pull up following revision(s) (requested by martin in ticket #324):
lib/libc/citrus/citrus_mapper.c: revision 1.10
Henning Petersen in PR lib/46560: fix memory leak in error path

RSS XML Feed