Searched refs:updates (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dclient.h111 dns_clientupdatestate_prepare, /*%< no updates have been sent */
112 dns_clientupdatestate_sent, /*%< updates were sent, no response */
501 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
507 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
512 * Perform DNS dynamic update for 'updates' of the 'rdclass' class with
515 * 'updates' are a list of names with associated RRsets to be updated.
518 * the prerequisites of the updates. This is optional and can be NULL, in
521 * Both 'updates' and 'prerequisites' must be constructed as specified in
527 * with the first name in prerequisites or updates.
567 *\li 'updates' !
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.h214 u_int8_t updates; member in struct:pfsync_tdb
H A Dpfvar.h932 u_int8_t updates; member in struct:pfsync_state
/freebsd-9.3-release/contrib/openresolv/
H A Dresolvconf.in60 Inform the system about any DNS updates.
70 -u Run updates from our current DNS information
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S236 * Disable updates if the drive number is forced.
238 disable_update: orb $NOUPDATE,_FLAGS(%bp) # Disable updates
376 orb $NOUPDATE,_FLAGS(%bp) # Disable updates
467 testb $NOUPDATE,_FLAGS(%bp) # No updates?
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in72 Verifies and if necessary, updates leap-second definition file
H A Dupdate-leap.sh57 Verifies and if necessary, updates leap-second definition file
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh49 -s server -- Server from which to fetch updates
56 fetch -- Fetch updates from server
57 cron -- Sleep rand(3600) seconds, fetch updates, and send an
58 email if updates were found
60 install -- Install downloaded updates or upgrades
61 rollback -- Uninstall most recently installed updates
138 # Set the name of the server (pool) from which to fetch updates
223 # Add to the list of paths under which updates will be ignored.
237 # Add to the list of paths within which updates will be performed only if the
245 # Add to the list of paths within which updates t
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME132 updates to take affect. For additional information on compiling the kernel,
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkerr.pl554 * made to it will be overwritten when the script next updates this file,
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh49 -s server -- Server from which to fetch updates.
56 cron -- Sleep rand(3600) seconds, and then fetch updates.
522 echo "No updates needed."
529 echo "No updates needed."
751 # If we have decided to refuse certain updates, construct a hybrid index which
753 # update, and equal to the new index for parts of the tree which gets updates.
757 echo "Refusing to download updates for ${REFUSE}" \
1022 # rand(3600) seconds; then fetch updates. While fetching updates,
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh18 echo 'Usage: mergemaster [-scrvhpCP] [-a|[-iFU]] [--run-updates=always|never]'
34 echo ' --run-updates= Specify always or never to run newalises, pwd_mkdb, etc.'
268 --run-updates*)
269 RUN_UPDATES=`echo ${var#--run-updates=} | tr [:upper:] [:lower:]`
360 echo ' that indicate that you wish mergemaster to actually make updates'
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c2593 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
2630 prerequisites, updates, servers,
2674 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
2692 REQUIRE(updates != NULL);
2793 for (name = ISC_LIST_HEAD(*updates); name != NULL;
2591 dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options) argument
2672 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c431 * Perform the updates in 'updates' in version 'ver' of 'db' and log the
435 * \li 'updates' is empty.
438 do_diff(dns_diff_t *updates, dns_db_t *db, dns_dbversion_t *ver, argument
442 while (! ISC_LIST_EMPTY(updates->tuples)) {
443 dns_difftuple_t *t = ISC_LIST_HEAD(updates->tuples);
444 ISC_LIST_UNLINK(updates->tuples, t, link);
2442 dns_diff_t diff; /* Pending updates. */
2472 * if we would refuse all updates for this zone we bail out here.
2614 "'rndc thaw' to re-enable updates
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY334 simplify NAT ICMP error handling where it updates checksums
577 fix state table updates for entries where the first packet as an ICMPv6
621 man page updates
1496 compatibility updates for Linux to ipsend
1506 update manual pages and other documentation updates.
1595 documentation updates.
1697 patch updates for SunOS4 for kernel compiling.

Completed in 134 milliseconds