/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "config.h" #include #include #include "ibex.h" #include "block.h" #include "wordindex.h" #ifdef ENABLE_THREADS #include #endif struct ibex { struct ibex *next; /* for list of open ibex's */ struct ibex *prev; int usecount; char *name; int flags; int mode; struct _memcache *blocks; struct _IBEXWord *words; int predone; #ifdef ENABLE_THREADS pthread_mutex_t lock; #endif }; #define IBEX_OPEN_THRESHOLD (15) #ifdef ENABLE_THREADS /*#define IBEX_LOCK(ib) (printf(__FILE__ "%d: %s: locking ibex\n", __LINE__, __FUNCTION__), g_mutex_lock(ib->lock)) #define IBEX_UNLOCK(ib) (printf(__FILE__ "%d: %s: unlocking ibex\n", __LINE__, __FUNCTION__), g_mutex_unlock(ib->lock))*/ #define IBEX_LOCK(ib) (pthread_mutex_lock(&ib->lock)) #define IBEX_UNLOCK(ib) (pthread_mutex_unlock(&ib->lock)) #define IBEX_TRYLOCK(ib) (pthread_mutex_trylock(&ib->lock)) #else #define IBEX_LOCK(ib) #define IBEX_UNLOCK(ib) #define IBEX_TRYLOCK(ib) (0) #endif ='dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/gale
Commit message (Expand)AuthorAgeFilesLines
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* The .la file is not really being installed.linimon2004-05-151-1/+0
* Fix plist, unbreak, unmark as deprecated.linimon2004-05-151-4/+0
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
* This port is also broken on 4.x, and will be removed after April 7kris2004-02-081-5/+2
* BROKEN on 5.x: Broken pkg-plistkris2004-02-071-1/+7
* Add extra mastersite to keep port fetchable.edwin2003-11-031-1/+2
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
* libtool uber-patchade2003-06-271-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* Fix build on -current (#include <wchar.h> instead of <rune.h>)kris2002-10-261-5/+12
* It is important to run aclocal before the build to ensure that a fixpetef2002-03-271-0/+5
* First round of auto* cleanups:will2002-01-061-6/+2
* - update to 0.99epetef2001-11-257-48/+149
* Update to version 0.99dkevlo2001-07-039-389/+55
* o Add a couple of missed @dirrm's;sobomax2001-03-141-23/+30
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
* Update to use ADNS. Bump PORTREVISION.will2000-12-213-2/+373
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
* Add back explicit dependency on rsaref since it doesn't build without it.kris2000-09-221-0/+1
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-3/+0
* Fix MASTER_SITES.asmodai2000-09-051-1/+1