Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b39ad8a6
Commit
b39ad8a6
authored
Sep 06, 2001
by
Andreas Gustafsson
Browse files
when assigning to isc_mem_debugging, use symbolic names for
the flags, not magic integer constants
parent
50a8312c
Changes
5
Hide whitespace changes
Inline
Side-by-side
bin/rndc/rndc-confgen.c
View file @
b39ad8a6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc-confgen.c,v 1.1
0
2001/09/0
5
2
2:32:06 bwelling
Exp $ */
/* $Id: rndc-confgen.c,v 1.1
1
2001/09/0
6
2
3:14:37 gson
Exp $ */
#include
<config.h>
...
...
@@ -180,7 +180,7 @@ main(int argc, char **argv) {
keyname
=
isc_commandline_argument
;
break
;
case
'M'
:
isc_mem_debugging
=
1
;
isc_mem_debugging
=
ISC_MEM_DEBUGTRACE
;
break
;
case
'm'
:
...
...
bin/rndc/rndc.c
View file @
b39ad8a6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.7
7
2001/0
8
/06
11:40:46
gson Exp $ */
/* $Id: rndc.c,v 1.7
8
2001/0
9
/06
23:14:38
gson Exp $ */
/*
* Principal Author: DCL
...
...
@@ -498,7 +498,7 @@ main(int argc, char **argv) {
break
;
case
'M'
:
isc_mem_debugging
=
1
;
isc_mem_debugging
=
ISC_MEM_DEBUGTRACE
;
break
;
case
'm'
:
...
...
bin/tests/mempool_test.c
View file @
b39ad8a6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mempool_test.c,v 1.1
2
2001/0
1
/0
9
2
1:41:19 bwelling
Exp $ */
/* $Id: mempool_test.c,v 1.1
3
2001/0
9
/0
6
2
3:14:39 gson
Exp $ */
#include
<config.h>
...
...
@@ -36,7 +36,7 @@ main(int argc, char *argv[]) {
UNUSED
(
argc
);
UNUSED
(
argv
);
isc_mem_debugging
=
2
;
isc_mem_debugging
=
ISC_MEM_DEBUGRECORD
;
RUNTIME_CHECK
(
isc_mutex_init
(
&
lock
)
==
ISC_R_SUCCESS
);
...
...
bin/tests/rbt_test.c
View file @
b39ad8a6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbt_test.c,v 1.4
2
2001/0
1
/0
9
2
1:41:32 bwelling
Exp $ */
/* $Id: rbt_test.c,v 1.4
3
2001/0
9
/0
6
2
3:14:40 gson
Exp $ */
#include
<config.h>
...
...
@@ -292,7 +292,7 @@ main(int argc, char **argv) {
/*
* So isc_mem_stats() can report any allocation leaks.
*/
isc_mem_debugging
=
2
;
isc_mem_debugging
=
ISC_MEM_DEBUGRECORD
;
result
=
isc_mem_create
(
0
,
0
,
&
mctx
);
if
(
result
!=
ISC_R_SUCCESS
)
{
...
...
bin/tests/system/stress/ns1/root.db
View file @
b39ad8a6
; Copyright (C) 2000, 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.2 2001/01/09 21:44:49 bwelling Exp $
300
. IN SOA gson.nominum.com. a.root.servers.nil. (
2000042100 ; serial
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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