OSSP CVS Repository

ossp - History for /ossp-pkg/mm/ChangeLog
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2007-Jan-01 19:29    1.62    Check-in [5679]: Fix sanity check on "mm_global" variable in MM_permission().

Submitted by: Michael Durket <durket@hw-durket.stanford.edu> By rse. (diff)

2007-Jan-01 19:26    1.61    Check-in [5678]: Updated all copyright messages for year 2007 By rse. (diff)
2006-Nov-20 20:52    1.60    Check-in [5667]: Support the LDFLAGS and LIBS variables in Makefile. By rse. (diff)
2006-Nov-20 20:50    1.59    Check-in [5666]: Upgraded build environment to GNU autoconf 2.61 By rse. (diff)
2006-Aug-15 08:58    1.58    Check-in [5649]: Remove a trailing whitespace in mm.pod which confused pod2html(1) and generated bad output.

Submitted by: Neil Conway <neilc@samurai.com> By rse. (diff)

2006-Aug-10 20:59    1.57    Check-in [5639]: upgrade to GNU autoconf 2.60 By rse. (diff)
2006-Jun-10 23:25    1.56    Check-in [5417]: Add new API function MM_reset() and mm_reset().

Submitted by: Neil Conway <neilc@samurai.com> By rse. (diff)

2006-Jun-10 09:34    1.55    Check-in [5413]: Corrected description of mm_sizeof() function By rse. (diff)
2006-Jun-10 09:07    1.54    Check-in [5412]: Fix spelling errors in manual page mm(3) By rse. (diff)
2006-Jun-10 09:06    1.53    Check-in [5411]: upgrade build environment By rse. (diff)
2005-Oct-12 10:50    1.52    Check-in [5277]: Upgraded build environment to GNU shtool 2.0.3 By rse. (diff)
2005-Sep-02 22:00    1.51    Check-in [5171]: adjust copyright year By rse. (diff)
2005-Sep-02 21:53    1.50    Check-in [5167]: upgrade build env tools By rse. (diff)
2005-Sep-02 21:50    1.49    Check-in [5166]: Optimize insertion of free memory chunks by merging with the spare area if possible to decrease memory fragmentation. By rse. (diff)
2004-Nov-15 17:48    1.48    Check-in [4837]: Fix mm_realloc() function: If the memory chunk passed to mm_realloc() can't be extended and a new chunk must be allocated, the old memory is copied into the new chunk with a call to memcpy(3). However, the used size is the length of the new data and will cause memcpy(3) to access memory beyond the old data chunk's boundaries.

Submitted by: Kirk Petersen <kirk.petersen@watchguard.com> By rse. (diff)

2004-Nov-15 16:14    1.47    Check-in [4836]: Upgraded build environment to GNU Libtool 1.5.10 By rse. (diff)
2004-Sep-12 20:30    1.46    Check-in [4726]: Upgraded build environment to GNU Shtool 2.0.1, GNU Libtool 1.5.8 and Autoconf 2.59. By rse. (diff)
2003-Mar-07 17:01    1.45    Check-in [3304]: remove half-way done headers By rse. (diff)
2003-Mar-07 15:59    1.44    Check-in [3300]: 1. Correctly cleanup under MM_SHMT_MMZERO in case of a shared memory segment creation error.

2. Close the filedescriptor of the underlying object immediately after mmap(2)'ing it in case of MM_SHMT_MMPOSX, MM_SHMT_MMZERO and MM_SHMT_MMFILE.

Hints by: Joe Orton <jorton@redhat.com> By rse. (diff)

2002-Dec-23 20:32    1.43    Check-in [3058]: bump for release By rse. (diff)
2002-Dec-19 10:27    1.42    Check-in [2993]: Martin's email changed some time ago By rse. (diff)
2002-Dec-19 10:25    1.41    Check-in [2992]: Updated all copyright messages with forthcoming year 2003, added OSSP project as secondary copyright holder, added standard OSSP ASCII-art logo to documents, etc. By rse. (diff)
2002-Dec-19 10:14    1.40    Check-in [2989]: Stripped trailing whitespaces from all files in source tree. By rse. (diff)
2002-Dec-19 10:13    1.39    Check-in [2988]: Upgrade build environment to GNU Shtool 1.6.2, Libtool 1.4.3 and Autoconf 2.57. By rse. (diff)
2002-Dec-19 10:11    1.38    Check-in [2987]: Use "close-on-exec" semantic on internal file descriptors if underlying platform supports this feature. This makes sure the file descriptors are closed by the kernel upon execution of exec(3) by the application.

Hints by: Martin Kraemer <martin.kraemer@mch.sni.de> By rse. (diff)

2002-Aug-01 14:59    1.37    Check-in [2465]: Fixed Makefile.in: $(TRUE) was not defined.

Submitted by: Will Day <wd@hpgx.net> By rse. (diff)

2002-Jul-28 09:54    1.36    Check-in [2392]: fix tarball rolling By rse. (diff)
2002-Jul-26 17:30    1.35    Check-in [2384]: polish ChangeLog By rse. (diff)
2002-Jul-26 15:48    1.34    Check-in [2379]: Fixed race condition in temporary file creation.

Submitted by: Sebastian Krahmer, SuSE Security By rse. (diff)

2002-Jul-26 15:40    1.33    Check-in [2377]: remember point By rse. (diff)
2002-Jul-26 15:34    1.32    Check-in [2376]: Make sure that under MM_SEMT_IPCSEM (mutex implementation method is SysV IPC semget) the {mm,MM}_permission() also changes the owner of the semaphore.

Submitted by: Jonathan Kamens <jonathank@worldwinner.com> By rse. (diff)

2002-Jul-26 15:21    1.31    Check-in [2375]: Add support for IRIX 6.5 and other Unix flavors which have MAXPATHLEN in <sys/param.h>

Submitted by: Joe Orton <jorton@redhat.com> By rse. (diff)

2002-Jul-26 15:06    1.30    Check-in [2372]: remember more By rse. (diff)
2002-Jul-26 15:04    1.29    Check-in [2371]: major source tree overhauling By rse. (diff)
2002-Jul-26 11:56    1.28    Check-in [2368]: flush pending changes By rse. (diff)
2001-May-04 21:31    1.27    Check-in [448]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:31    1.26    Check-in [376]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:27    1.25    Check-in [374]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:25    1.24    Check-in [373]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:23    1.23    Check-in [372]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:04    1.22    Check-in [371]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:01    1.21    Check-in [370]: *** empty log message *** By rse. (diff)
2001-Jan-29 21:00    1.20    Check-in [369]: *** empty log message *** By rse. (diff)
2001-Jan-29 20:54    1.19    Check-in [368]: *** empty log message *** By rse. (diff)
2000-Dec-02 20:56    1.18    Check-in [183]: *** empty log message *** By rse. (diff)
2000-Oct-30 08:06    1.17    Check-in [173]: *** empty log message *** By rse. (diff)
2000-Jun-30 16:17    1.16    Check-in [75]: *** empty log message *** By rse. (diff)
2000-Jun-29 20:15    1.15    Check-in [63]: *** empty log message *** By rse. (diff)
2000-Jun-19 09:02    1.14    Check-in [53]: *** empty log message *** By rse. (diff)
2000-Jun-19 08:59    1.13    Check-in [52]: *** empty log message *** By rse.

CVSTrac 2.0.1