Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
582
Issues
582
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
0ef59d22
Commit
0ef59d22
authored
Jan 17, 2009
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling
parent
59528add
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
33 additions
and
33 deletions
+33
-33
lib/isc/include/isc/log.h
lib/isc/include/isc/log.h
+5
-5
lib/isc/include/isc/mem.h
lib/isc/include/isc/mem.h
+8
-8
lib/isc/include/isc/netaddr.h
lib/isc/include/isc/netaddr.h
+2
-2
lib/isc/include/isc/portset.h
lib/isc/include/isc/portset.h
+2
-2
lib/isc/include/isc/random.h
lib/isc/include/isc/random.h
+2
-2
lib/isc/include/isc/ratelimiter.h
lib/isc/include/isc/ratelimiter.h
+3
-3
lib/isc/include/isc/serial.h
lib/isc/include/isc/serial.h
+2
-2
lib/isc/include/isc/sockaddr.h
lib/isc/include/isc/sockaddr.h
+2
-2
lib/isc/include/isc/socket.h
lib/isc/include/isc/socket.h
+2
-2
lib/isc/include/isc/symtab.h
lib/isc/include/isc/symtab.h
+2
-2
lib/isc/include/isc/task.h
lib/isc/include/isc/task.h
+3
-3
No files found.
lib/isc/include/isc/log.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: log.h,v 1.5
7 2009/01/06 23:47:57 tbox
Exp $ */
/* $Id: log.h,v 1.5
8 2009/01/17 23:19:14 fdupont
Exp $ */
#ifndef ISC_LOG_H
#define ISC_LOG_H 1
...
...
@@ -477,7 +477,7 @@ isc_log_usechannel(isc_logconfig_t *lcfg, const char *name,
* number of named channels.) When multiple channels of the same
* name are defined, the most recent definition is found.
*
*\li Specifing a very large number of channels for a category will have
*\li Specif
y
ing a very large number of channels for a category will have
* a moderate impact on performance in isc_log_write(), as each
* call looks up the category for the start of a linked list, which
* it follows all the way to the end to find matching modules. The
...
...
@@ -546,7 +546,7 @@ isc_log_usechannel(isc_logconfig_t *lcfg, const char *name,
*\li lctx is a valid logging context.
*
*\li The category and module arguments must have ids that are in the
* range of known ids, as estabished by isc_log_registercategories()
* range of known ids, as estab
l
ished by isc_log_registercategories()
* and isc_log_registermodules().
*
*\li level != #ISC_LOG_DYNAMIC. ISC_LOG_DYNAMIC is used only to define
...
...
@@ -585,7 +585,7 @@ ISC_FORMAT_PRINTF(5, 6);
*\li lctx is a valid logging context.
*
*\li The category and module arguments must have ids that are in the
* range of known ids, as estabished by isc_log_registercategories()
* range of known ids, as estab
l
ished by isc_log_registercategories()
* and isc_log_registermodules().
*
*\li level != #ISC_LOG_DYNAMIC. ISC_LOG_DYNAMIC is used only to define
...
...
@@ -824,7 +824,7 @@ isc_log_opensyslog(const char *tag, int options, int facility);
* declared facility.
* \endcode
*
*\li Zero effort has been made (yet) to accomodate systems with openlog()
*\li Zero effort has been made (yet) to accom
m
odate systems with openlog()
* that only takes two arguments, or to identify valid syslog
* facilities or options for any given architecture.
*
...
...
lib/isc/include/isc/mem.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.h,v 1.7
8 2008/03/31 05:00:30 marka
Exp $ */
/* $Id: mem.h,v 1.7
9 2009/01/17 23:22:35 fdupont
Exp $ */
#ifndef ISC_MEM_H
#define ISC_MEM_H 1
...
...
@@ -94,7 +94,7 @@ LIBISC_EXTERNAL_DATA extern unsigned int isc_mem_debugging;
/*!<
* The variable isc_mem_debugging holds a set of flags for
* turning certain memory debugging options on or off at
* runtime. It
s is in
tialized to the value ISC_MEM_DEGBUGGING,
* runtime. It
is ini
tialized to the value ISC_MEM_DEGBUGGING,
* which is 0 by default but may be overridden at compile time.
* The following flags can be specified:
*
...
...
@@ -106,7 +106,7 @@ LIBISC_EXTERNAL_DATA extern unsigned int isc_mem_debugging;
* Crash if a free doesn't match an allocation.
*
* \li #ISC_MEM_DEBUGUSAGE
* If a hi_water mark is set, print the maxim
i
um inuse memory
* If a hi_water mark is set, print the maximum inuse memory
* every time it is raised once it exceeds the hi_water mark.
*
* \li #ISC_MEM_DEBUGSIZE
...
...
@@ -158,7 +158,7 @@ LIBISC_EXTERNAL_DATA extern unsigned int isc_mem_debugging;
#define isc_mempool_get(c) isc__mempool_get((c) _ISC_MEM_FILELINE)
/*%
* isc_mem_putanddetach() is a conv
ien
ence function for use where you
* isc_mem_putanddetach() is a conv
eni
ence function for use where you
* have a structure with an attached memory context.
*
* Given:
...
...
@@ -341,12 +341,12 @@ isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg,
*
* When the memory usage of 'mctx' exceeds 'hiwater',
* '(water)(water_arg, #ISC_MEM_HIWATER)' will be called. 'water' needs to
* call isc_mem_waterack() with #ISC_MEM_HIWATER to acknowlege the state
* call isc_mem_waterack() with #ISC_MEM_HIWATER to acknowle
d
ge the state
* change. 'water' may be called multiple times.
*
* When the usage drops below 'lowater', 'water' will again be called, this
* time with #ISC_MEM_LOWATER. 'water' need to calls isc_mem_waterack() with
* #ISC_MEM_LOWATER to acknowlege the change.
* #ISC_MEM_LOWATER to acknowle
d
ge the change.
*
* static void
* water(void *arg, int mark) {
...
...
@@ -373,7 +373,7 @@ isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg,
void
isc_mem_waterack
(
isc_mem_t
*
ctx
,
int
mark
);
/*%<
* Called to acknowledge changes in signal
l
ed by calls to 'water'.
* Called to acknowledge changes in signaled by calls to 'water'.
*/
void
...
...
@@ -512,7 +512,7 @@ isc_mempool_associatelock(isc_mempool_t *mpctx, isc_mutex_t *lock);
* and it is also used to set or get internal state via the isc_mempool_get*()
* and isc_mempool_set*() set of functions.
*
* Mutiple pools can each share a single lock. For instance, if "manager"
* Mu
l
tiple pools can each share a single lock. For instance, if "manager"
* type object contained pools for various sizes of events, and each of
* these pools used a common lock. Note that this lock must NEVER be used
* by other than mempool routines once it is given to a pool, since that can
...
...
lib/isc/include/isc/netaddr.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: netaddr.h,v 1.3
5 2007/06/18 23:47:44 tbox
Exp $ */
/* $Id: netaddr.h,v 1.3
6 2009/01/17 23:25:02 fdupont
Exp $ */
#ifndef ISC_NETADDR_H
#define ISC_NETADDR_H 1
...
...
@@ -171,7 +171,7 @@ isc_netaddr_prefixok(const isc_netaddr_t *na, unsigned int prefixlen);
* Returns:
* ISC_R_SUCCESS
* ISC_R_RANGE prefixlen out of range
* ISC_R_NOTIMPLENTED unsupported family
* ISC_R_NOTIMPLE
ME
NTED unsupported family
* ISC_R_FAILURE extra bits.
*/
...
...
lib/isc/include/isc/portset.h
View file @
0ef59d22
...
...
@@ -14,10 +14,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: portset.h,v 1.
3 2008/06/23 23:47:11 tbox
Exp $ */
/* $Id: portset.h,v 1.
4 2009/01/17 23:28:05 fdupont
Exp $ */
/*! \file isc/portset.h
* \brief Transport Protocol Port Manipu
r
ation Module
* \brief Transport Protocol Port Manipu
l
ation Module
*
* This module provides simple utilities to handle a set of transport protocol
* (UDP or TCP) port numbers, e.g., for creating an ACL list. An isc_portset_t
...
...
lib/isc/include/isc/random.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: random.h,v 1.1
8 2007/06/19 23:47:18 tbox
Exp $ */
/* $Id: random.h,v 1.1
9 2009/01/17 23:29:57 fdupont
Exp $ */
#ifndef ISC_RANDOM_H
#define ISC_RANDOM_H 1
...
...
@@ -25,7 +25,7 @@
/*! \file isc/random.h
* \brief Implements a random state pool which will let the caller return a
* series of possibly non-reproduc
a
ble random values.
* series of possibly non-reproduc
i
ble random values.
*
* Note that the
* strength of these numbers is not all that high, and should not be
...
...
lib/isc/include/isc/ratelimiter.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ratelimiter.h,v 1.2
1 2007/06/19 23:47:18 tbox
Exp $ */
/* $Id: ratelimiter.h,v 1.2
2 2009/01/17 23:31:36 fdupont
Exp $ */
#ifndef ISC_RATELIMITER_H
#define ISC_RATELIMITER_H 1
...
...
@@ -53,7 +53,7 @@ isc_ratelimiter_create(isc_mem_t *mctx, isc_timermgr_t *timermgr,
isc_result_t
isc_ratelimiter_setinterval
(
isc_ratelimiter_t
*
rl
,
isc_interval_t
*
interval
);
/*!<
* Set the mini
n
um interval between event executions.
* Set the mini
m
um interval between event executions.
* The interval value is copied, so the caller need not preserve it.
*
* Requires:
...
...
@@ -102,7 +102,7 @@ isc_ratelimiter_shutdown(isc_ratelimiter_t *ratelimiter);
*\li Further attempts to enqueue events will fail with
* #ISC_R_SHUTTINGDOWN.
*
*\li The r
eate
limiter is no longer attached to its task.
*\li The r
ate
limiter is no longer attached to its task.
*/
void
...
...
lib/isc/include/isc/serial.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: serial.h,v 1.1
6 2007/06/19 23:47:18 tbox
Exp $ */
/* $Id: serial.h,v 1.1
7 2009/01/17 23:34:27 fdupont
Exp $ */
#ifndef ISC_SERIAL_H
#define ISC_SERIAL_H 1
...
...
@@ -24,7 +24,7 @@
#include <isc/types.h>
/*! \file isc/serial.h
* \brief Implement 32 bit serial space arithmetic comparis
i
on functions.
* \brief Implement 32 bit serial space arithmetic comparison functions.
* Note: Undefined results are returned as ISC_FALSE.
*/
...
...
lib/isc/include/isc/sockaddr.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sockaddr.h,v 1.5
5 2007/06/18 23:47:44 tbox
Exp $ */
/* $Id: sockaddr.h,v 1.5
6 2009/01/17 23:36:13 fdupont
Exp $ */
#ifndef ISC_SOCKADDR_H
#define ISC_SOCKADDR_H 1
...
...
@@ -210,7 +210,7 @@ isc_sockaddr_isexperimental(const isc_sockaddr_t *sa);
isc_boolean_t
isc_sockaddr_islinklocal
(
const
isc_sockaddr_t
*
sa
);
/*%<
* Returns ISC_TRUE if the address is a link local address
s
.
* Returns ISC_TRUE if the address is a link local address.
*/
isc_boolean_t
...
...
lib/isc/include/isc/socket.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.h,v 1.8
5 2008/09/04 07:46:02 marka
Exp $ */
/* $Id: socket.h,v 1.8
6 2009/01/17 23:38:18 fdupont
Exp $ */
#ifndef ISC_SOCKET_H
#define ISC_SOCKET_H 1
...
...
@@ -876,7 +876,7 @@ isc_socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm,
* Set ownership and file permissions on the UNIX domain socket.
*
* Note: On Solaris and SunOS this secures the directory containing
* the socket as Solaris and SunOS do not honour the filesytem
* the socket as Solaris and SunOS do not honour the filesy
s
tem
* permissions on the socket.
*
* Requires:
...
...
lib/isc/include/isc/symtab.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: symtab.h,v 1.2
4 2007/06/19 23:47:18 tbox
Exp $ */
/* $Id: symtab.h,v 1.2
5 2009/01/17 23:39:55 fdupont
Exp $ */
#ifndef ISC_SYMTAB_H
#define ISC_SYMTAB_H 1
...
...
@@ -27,7 +27,7 @@
/*! \file isc/symtab.h
* \brief Provides a simple memory-based symbol table.
*
* Keys are C strings, and key comparisons are case-insenstive. A type may
* Keys are C strings, and key comparisons are case-insens
i
tive. A type may
* be specified when looking up, defining, or undefining. A type value of
* 0 means "match any type"; any other value will only match the given
* type.
...
...
lib/isc/include/isc/task.h
View file @
0ef59d22
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: task.h,v 1.6
1 2007/06/18 23:47:44 tbox
Exp $ */
/* $Id: task.h,v 1.6
2 2009/01/17 23:42:01 fdupont
Exp $ */
#ifndef ISC_TASK_H
#define ISC_TASK_H 1
...
...
@@ -67,7 +67,7 @@
* Consumers of events should purge, not unsend.
*
* Producers of events often want to remove events when the caller indicates
* it is no longer interested in the object, e.g. by cancel
l
ing a timer.
* it is no longer interested in the object, e.g. by canceling a timer.
* Sometimes this can be done by purging, but for some event types, the
* calls to isc_event_free() cause deadlock because the event free routine
* wants to acquire a lock the caller is already holding. Unsending instead
...
...
@@ -593,7 +593,7 @@ isc_taskmgr_destroy(isc_taskmgr_t **managerp);
* because it would block forever waiting for the event action to
* complete. An event action that wants to cause task manager shutdown
* should request some non-event action thread of execution to do the
* shutdown, e.g. by signal
l
ing a condition variable or using
* shutdown, e.g. by signaling a condition variable or using
* isc_app_shutdown().
*
*\li Task manager references are not reference counted, so the caller
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment