Home
last modified time | relevance | path

Searched refs:journal (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-journalprint.rst18 named-journalprint - print zone journal in human-readable form
24 :program:`named-journalprint` [-c serial] [**-dux**] {journal}
29 :program:`named-journalprint` scans the contents of a zone journal file,
31 to a different journal file format.
37 shutdown or crash. By default, the name of the journal file is formed by
41 :program:`named-journalprint` converts the contents of a given journal file
47 a journal by removing (most/all) transactions prior to the specified
50 to contain the data being removed from the journal. Use with extreme caution.
52 The ``-x`` option causes additional data about the journal file to be
55 The ``-u`` (upgrade) and ``-d`` (downgrade) options recreate the journal
[all …]
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in21 %%% docstring = "This is a bibliography of the journal
61 %%% for this journal could contain more than 6000
86 %%% for articles published in this journal from
132 %%% publication order within each journal,
196 journal = j-CACM,
211 journal = j-CACM,
226 journal = j-CACM,
241 journal = j-CACM,
256 journal = j-CACM,
271 journal = j-CACM,
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dlinux381 # See https://www.freedesktop.org/wiki/Software/systemd/journal-files/.
385 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/j/journal-sysd.trid.xml
386 # Note: called "systemd journal" by TrID
387 # verified by `journalctl --file=user-1000.journal`
404 !:mime application/x-linux-journal
411 # for offline and empty only journal~ extension found
415 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
416 !:ext journal~
417 # for offline and non empty often *.journal~ but also user-1001.journal
419 !:ext journal/journal~
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c184 dns_journal_t *journal; member
401 DNS_JOURNAL_CREATE, &xfr->ixfr.journal)); in ixfr_init()
443 if (xfr->ixfr.journal != NULL) { in ixfr_apply()
444 CHECK(dns_journal_begin_transaction(xfr->ixfr.journal)); in ixfr_apply()
455 if (xfr->ixfr.journal != NULL) { in ixfr_apply()
456 result = dns_journal_writediff(xfr->ixfr.journal, &xfr->diff); in ixfr_apply()
476 if (xfr->ixfr.journal != NULL) { in ixfr_commit()
477 CHECK(dns_journal_commit(xfr->ixfr.journal)); in ixfr_commit()
803 if (xfr->ixfr.journal != NULL) { in xfrin_reset()
804 dns_journal_destroy(&xfr->ixfr.journal); in xfrin_reset()
[all …]
H A DMakefile.in68 ipkeylist.@O@ iptable.@O@ journal.@O@ kasp.@O@ keydata.@O@ \
105 journal.c kasp.c keydata.c keymgr.c keytable.c \
H A Dzone.c277 char *journal; member
1329 if (zone->journal != NULL) { in zone_free()
1330 isc_mem_free(zone->mctx, zone->journal); in zone_free()
1332 zone->journal = NULL; in zone_free()
1808 char *journal; in default_journal() local
1816 journal = isc_mem_allocate(zone->mctx, len); in default_journal()
1817 strlcpy(journal, zone->masterfile, len); in default_journal()
1818 strlcat(journal, ".jnl", len); in default_journal()
1820 journal = NULL; in default_journal()
1822 result = dns_zone_setstring(zone, &zone->journal, journal); in default_journal()
[all …]
H A Djournal.c2395 dns_journal_t *journal = NULL; in dns_db_diffx() local
2399 DNS_JOURNAL_CREATE, &journal); in dns_db_diffx()
2408 if (journal != NULL) { in dns_db_diffx()
2412 CHECK(dns_journal_write_transaction(journal, diff)); in dns_db_diffx()
2417 if (journal != NULL) { in dns_db_diffx()
2418 dns_journal_destroy(&journal); in dns_db_diffx()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/journal/
H A Dtests.sh166 journal=ns1/d1212.jnl.saved
167 seriallist=$($JOURNALPRINT -x $journal | awk '$1 == "Transaction:" { print $11 }')
169 cp $journal tmp.jnl
178 journal=ns1/d2121.jnl.saved
179 seriallist=$($JOURNALPRINT -x $journal | awk '$1 == "Transaction:" { print $11 }')
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c35 #include <dns/journal.h>
217 dns_journal_t *journal;
498 DNS_JOURNAL_CREATE, &xfr->ixfr.journal));
531 if (xfr->ixfr.journal != NULL) { in xfr_rr()
532 CHECK(dns_journal_begin_transaction(xfr->ixfr.journal)); in xfr_rr()
544 if (xfr->ixfr.journal != NULL) { in xfr_rr()
545 CHECK(dns_journal_commit(xfr->ixfr.journal)); in xfr_rr()
566 if (xfr->ixfr.journal != NULL) { in xfr_rr()
567 CHECK(dns_journal_writediff(xfr->ixfr.journal, &data->diff)); in xfr_rr()
1162 if (xfr->ixfr.journal ! in get_create_tlsctx()
185 dns_journal_t *journal; global() member
[all...]
H A DMakefile.am81 include/dns/journal.h \
191 journal.c \
H A Dzone.c56 #include <dns/journal.h>
291 char *journal;
420 * Serial number for deferred journal compaction.
579 DNS_ZONEFLG_FIXJOURNAL = 0x00000800U, /*%< journal file had
1343 if (zone->journal != NULL) { in zone_free()
1344 isc_mem_free(zone->mctx, zone->journal); in zone_free()
1346 zone->journal = NULL; in zone_free()
1857 char *journal; in dns_zone_setjournal()
1865 journal = isc_mem_allocate(zone->mctx, len); in dns_zone_setjournal()
1866 strlcpy(journal, zon in dns_zone_setjournal()
279 char *journal; global() member
1835 char *journal; default_journal() local
4520 dns_journal_t *journal = NULL; zone_journal() local
5040 dns_journal_t *journal = NULL; zone_postload() local
11710 dns_journal_t *journal = NULL; zone_journal_rollforward() local
16361 sync_secure_journal(dns_zone_t * zone,dns_zone_t * raw,dns_journal_t * journal,uint32_t start,uint32_t end,dns_difftuple_t ** soatuplep,dns_diff_t * diff) sync_secure_journal() argument
[all...]
H A DMakefile.in230 include/dns/iptable.h include/dns/journal.h include/dns/kasp.h \
262 ipkeylist.c iptable.c journal.c kasp.c key.c keydata.c \
292 libdns_la-journal.lo libdns_la-kasp.lo libdns_la-key.lo \
374 ./$(DEPDIR)/libdns_la-journal.Plo \
790 include/dns/journal.h \
869 ipkeylist.c iptable.c journal.c kasp.c key.c keydata.c \
1014 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_la-journal.Plo@am__quote@ # am--include-marker
1314 libdns_la-journal.lo: journal.c
1315 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdns_la-journal
[all...]
H A Djournal.c1 /* $NetBSD: journal.c,v 1.13 2025/01/26 16:25:23 christos Exp $ */
37 #include <dns/journal.h>
46 * A journal file consists of
52 * of some arbitrary subset of the journal's addressable
57 * journal files, but does not change during the lifetime
60 * \li The journal data. This consists of one or more transactions.
69 * The journal data part grows as new transactions are
76 * appended to the journal but never committed by updating
180 * On-disk representation of a "pointer" to a journal entry.
181 * These are used in the journal heade
2396 dns_journal_t *journal = NULL; dns_db_diffx() local
[all...]
/netbsd-src/external/mit/isl/dist/doc/
H A Disl.bib47 journal = {SIAM Journal on Computing},
85 journal = {Int. J. Parallel Program.},
99 journal = "RAIRO Recherche Op\'erationnelle",
109 journal = {International Journal of Parallel Programming},
166 journal = {J. ACM},
227 journal = "International Journal of Parallel Programming",
292 journal={Acta Informatica},
423 journal = {ACM Trans. Archit. Code Optim.},
458 journal = "ACM Transactions on Programming Languages and Systems",
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_portable.service.in49 BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Dmirror.zoneopt13 journal <quoted_string>;
17 max-journal-size ( default | unlimited | <sizeval> );
H A Dsecondary.zoneopt24 journal <quoted_string>;
29 max-journal-size ( default | unlimited | <sizeval> );
H A Dprimary.zoneopt33 journal <quoted_string>;
38 max-journal-size ( default | unlimited | <sizeval> );
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c30 #include <dns/journal.h>
207 * an IXFR-like RR stream from a journal file.
217 dns_journal_t *journal;
244 s->journal = NULL; in ixfr_rrstream_create()
247 &s->journal)); in ixfr_rrstream_create()
248 CHECK(dns_journal_iter_init(s->journal, begin_serial, end_serial, in ixfr_rrstream_create()
262 return dns_journal_first_rr(s->journal);
268 return dns_journal_next_rr(s->journal);
275 dns_journal_current_rr(s->journal, name, ttl, rdata); in ixfr_rrstream_current()
281 if (s->journal !
220 dns_journal_t *journal; global() member
[all...]
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dadvanced.inc.rst51 journal file. This file is automatically created by the server when the
52 first dynamic update takes place. The name of the journal file is formed
54 zone file unless specifically overridden. The journal file is in a
67 journal file to incorporate into the zone any updates that took place
75 changes; those are only in the journal file. The only way to ensure
87 journal file without stopping dynamic updates; this may be useful for
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c1060 heim_object_t journal; in db_replay_log() local
1076 ret = read_json(heim_string_get_utf8(journal_fname), &journal, error); in db_replay_log()
1081 if (ret == 0 && journal == NULL) { in db_replay_log()
1090 if (heim_get_tid(journal) != HEIM_TID_ARRAY) { in db_replay_log()
1097 len = heim_array_get_length(journal); in db_replay_log()
1100 db->set_keys = heim_array_get_value(journal, 0); in db_replay_log()
1102 db->del_keys = heim_array_get_value(journal, 1); in db_replay_log()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2649.txt32 create a secure journal of changes that have been made to each
34 supported. An object class for subsequent retrieval are "journal
37 that allows for subsequent browsing of the journal information.
87 created and modified, a complete journal of the history of the entry
88 is available. Since each entry in the journal has been digitally
91 verifying the signature of each entry in the journal. Note that not
92 all of the journal entries will have been signed by the same user.
/netbsd-src/sys/fs/hfs/
H A DTODO50 - journal support
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A DMakefile.in26 journal.h kasp.h keydata.h keyflags.h keymgr.h keytable.h \
/netbsd-src/external/mpl/bind/lib/libdns/
H A DMakefile50 journal.c kasp.c keydata.c keymgr.c keystore.c keytable.c \

12