Displaying 5 results from an estimated 5 matches for "0x7fffffffffffffffll".
Did you mean:
0x7fffffffffffffff
2007 Jul 30
4
[Bug 1347] New: LLONG_MAX v LONGLONG_MAX
...or each function it appears
in.)
/data/rc/u/davidl/openssh/openssh/openbsd-compat/regress/strtonumtest.c:53:
`LLONG_MIN' undeclared (first
use in this function)
gmake[3]: Leaving directory
`/var/tmp/build.openssh.build/build/openssh-4.6p1/open
/usr/include/sys/limits.h:#define LONGLONG_MAX (0x7fffffffffffffffLL)
/usr/include/sys/limits.h:#define LONGLONG_MIN (-LONGLONG_MAX - 1)
I notice that there is a test for HAVE_LLONG_MAX in configure.in ...
maybe that could be used instead of what i did in the attached patch??
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You...
2009 Feb 26
1
[PATCH 0/7] OCFS2 locking fixes and lockdep annotations
Hi,
the first four patches in this series fix locking problems in OCFS2 quota code (three of
them can lead to potential deadlocks). The fifth patch reorders ip_alloc_sem for directories
to be acquired before localalloc locks. Mark would you please merge these?
The last two patches implement lockdep annotations for OCFS2 cluster locks. We annotate all
the cluster locks except for special ones
2009 Jun 02
10
[PATCH 0/7] [RESEND] Fix some deadlocks in quota code and implement lockdep for cluster locks
Hi,
I'm resending this patch series. It's rediffed against linux-next branch of
Joel's git tree. The first four patches are obvious fixes of deadlocks in quota
code and should go in as soon as possible. The other three patches implement
lockdep support for OCFS2 cluster locks. So you can have a look whether the
code make sence to you and possibly merge them. They should be NOP when
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any
experience with the version in ipsec-tools ?
---Mike
>Racoon users,
>
>This is the announcement that the kame project will quit providing
>a key management daemon, the racoon, and that "ipsec-tools" will become
>the formal team to release the racoon.
>The final release of the racoon in the
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have