Next | Query returned 88 messages, browsing 81 to 90 | previous

History of commit frequency

CVS Commit History:


   2002-08-25 20:40:51 by Johnny C. Lam | Files touched by this commit (380)
Log message:
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
   2002-07-18 04:19:41 by Rene Hexel | Files touched by this commit (46)
Log message:
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
   2002-04-29 20:27:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.
   2002-04-26 09:38:03 by Rene Hexel | Files touched by this commit (1)
Log message:
s/BUILDLINK_FILES.ORBit=/BUILDLINK_FILES.ORBit+=/ so that libIDL-1.0
includes are actually copied to the buildlink directory.
   2002-04-25 14:17:05 by Alistair G. Crooks | Files touched by this commit (10)
Log message:
Upgrade to version 0.5.15 from 0.5.13nb1 of the ORBit package - diffs
provided by Thomas Klausner.

Diffs from previous version:

2002-03-20  Michael Meeks  <michael@ximian.com>
        * configure.in: copy the autoconf macro into here so we
        can rely on it not changing across autoconf versions.
2002-03-11  Michael Meeks  <michael@ximian.com>
        * src/IIOP/giop-msg-buffer.c
        kill #define writev mess.
        (giop_send_buffer_write): handle EINTR, handle EAGAIN
        correctly, handle short writev's correctly, test
        thorougly.
        * src/ORBitutil/compat.c (g_writev): kill this
        abomination.
2002-02-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
        * src/orb/allocators.h, src/orb/allocators.c (ORBit_alloc_2,
        ORBit_free): Make the free marker really always sit directly in
        front of the memory block, not at some random lower position.
2002-02-09 Elliot Lee <sopwith@redhat.com>
        * src/ORBitutil/os-feature-alloca.h: Don't redefine alloca if it is \ 
already defined.
2002-01-27  Darin Adler  <darin@bentspoon.com>
        * test/everything/Makefile.am: Added -lm -- can't build without it.
2002-01-25  Mark McLoughlin  <mark@skynet.ie>
        * configure.in: (AC_CHECK_ALIGNOF): error out if an alignment
        is found to be zero.

Thomas thought that the modification to src/IIOP/giop-msg-buffer.c to
"kill #define writev mess" might mean that we could drop the
NetBSD-specific wrapper for writev(2), but sadly this isn't so -
configure undefines HAVE_LIMITED_WRITEV on NetBSD, and rightly so,
since IOV_MAX (1024) iovecs can be written, not 50.  However, we still
have the basic "attempt to send more than IOV_MAX iovecs and you get
EINVAL" problem with our writev(2) implementation.
   2002-04-04 10:08:28 by ITOH Yasufumi | Files touched by this commit (3)
Log message:
- Correctly detect a.out shared library (developers should test on a.out env ;)
- Create fake libtool object (*.lo) if no shared libwrap exists.
   2002-03-22 13:18:01 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Bump PKGREVISION to denote the version with the writev(2) fix. Thanks
for the nudge, Martti.
   2002-03-22 12:26:05 by Alistair G. Crooks | Files touched by this commit (2)
Log message:
The ORBit code doesn't check the number of iovec structs before it
calls writev(2).  Some of the applications which use ORBit, such as
oaf, can send 1214 iovecs, which is slightly more than IOV_MAX.  Add a
wrapper for writev(2), to check the number of iovecs passed to writev,
and loop, sending MIN(IOV_MAX, count) until the iovecs have all been
written.

Next | Query returned 88 messages, browsing 81 to 90 | previous