Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
efa46041
Commit
efa46041
authored
Jun 18, 2010
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
7c899ff8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
8 deletions
+24
-8
bin/tests/virtual-time/slave/ns1/example.db.in
bin/tests/virtual-time/slave/ns1/example.db.in
+16
-0
bin/tests/virtual-time/slave/ns1/named.conf
bin/tests/virtual-time/slave/ns1/named.conf
+2
-2
bin/tests/virtual-time/slave/ns1/root.db
bin/tests/virtual-time/slave/ns1/root.db
+2
-2
bin/tests/virtual-time/slave/ns1/wrap.sh
bin/tests/virtual-time/slave/ns1/wrap.sh
+2
-2
bin/tests/virtual-time/vtwrapper.c
bin/tests/virtual-time/vtwrapper.c
+2
-2
No files found.
bin/tests/virtual-time/slave/ns1/example.db.in
View file @
efa46041
; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or 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 ISC DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL ISC 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: example.db.in,v 1.3 2010/06/18 23:46:42 tbox Exp $
$TTL 300 ; 5 minutes
@ IN SOA ns root (
2000042100 ; serial
...
...
bin/tests/virtual-time/slave/ns1/named.conf
View file @
efa46041
/*
*
Copyright
(
C
)
200
9
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
20
1
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
2
2010
/
06
/
1
7
05
:
38
:
06
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2010
/
06
/
1
8
23
:
46
:
42
tbox
Exp
$ */
controls
{ /*
empty
*/ };
...
...
bin/tests/virtual-time/slave/ns1/root.db
View file @
efa46041
; Copyright (C) 200
9
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 20
1
0 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.
2
2010/06/1
7 05:38:06 marka
Exp $
; $Id: root.db,v 1.
3
2010/06/1
8 23:46:43 tbox
Exp $
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
...
...
bin/tests/virtual-time/slave/ns1/wrap.sh
View file @
efa46041
# Copyright (C) 200
9
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 20
1
0 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: wrap.sh,v 1.
2
2010/06/1
7 05:38:06 marka
Exp $
# $Id: wrap.sh,v 1.
3
2010/06/1
8 23:46:43 tbox
Exp $
#
# Wrapper for named
...
...
bin/tests/virtual-time/vtwrapper.c
View file @
efa46041
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: vtwrapper.c,v 1.
2
2010/06/1
7 05:38:05 marka
Exp $ */
/* $Id: vtwrapper.c,v 1.
3
2010/06/1
8 23:46:42 tbox
Exp $ */
#define _GNU_SOURCE
#include <sys/syscall.h>
...
...
@@ -278,7 +278,7 @@ kevent(int kq, struct kevent *changelist, int nchanges,
nevents
,
&
ts
);
#else
return
syscall
(
SYS_kevent
,
kq
,
changelist
,
nchanges
,
eventlist
,
nevents
,
timeout
);
nevents
,
timeout
);
#endif
}
#endif
...
...
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