Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/yamt-pagecache]: src sync with head
details: https://anonhg.NetBSD.org/src/rev/6dbd8498d621
branches: yamt-pagecache
changeset: 770889:6dbd8498d621
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Oct 30 18:56:04 2012 +0000
description:
sync with head
diffstat:
external/bsd/wpa/dist/src/ap/wpa_auth_ie.c | 172 +-
external/bsd/wpa/dist/src/ap/wps_hostapd.c | 633 +-
external/bsd/wpa/dist/src/ap/wps_hostapd.h | 19 +-
external/bsd/wpa/dist/src/common/defs.h | 49 +-
external/bsd/wpa/dist/src/common/gas.c | 279 +
external/bsd/wpa/dist/src/common/gas.h | 42 +
external/bsd/wpa/dist/src/common/ieee802_11_common.c | 79 +-
external/bsd/wpa/dist/src/common/ieee802_11_common.h | 7 +
external/bsd/wpa/dist/src/common/ieee802_11_defs.h | 316 +-
external/bsd/wpa/dist/src/common/version.h | 6 +-
external/bsd/wpa/dist/src/common/wpa_common.c | 288 +
external/bsd/wpa/dist/src/common/wpa_common.h | 33 +
external/bsd/wpa/dist/src/common/wpa_ctrl.c | 102 +-
external/bsd/wpa/dist/src/common/wpa_ctrl.h | 57 +
external/bsd/wpa/dist/src/crypto/Makefile | 1 +
external/bsd/wpa/dist/src/crypto/crypto_internal.c | 6 +-
external/bsd/wpa/dist/src/crypto/dh_groups.c | 4 +-
external/bsd/wpa/dist/src/crypto/fips_prf_internal.c | 5 +-
external/bsd/wpa/dist/src/crypto/md5-internal.c | 2 +-
external/bsd/wpa/dist/src/crypto/ms_funcs.c | 106 +-
external/bsd/wpa/dist/src/crypto/random.c | 430 +
external/bsd/wpa/dist/src/crypto/random.h | 34 +
external/bsd/wpa/dist/src/crypto/sha256-internal.c | 27 +-
external/bsd/wpa/dist/src/crypto/tls.h | 56 +-
external/bsd/wpa/dist/src/crypto/tls_gnutls.c | 331 +-
external/bsd/wpa/dist/src/crypto/tls_internal.c | 34 +-
external/bsd/wpa/dist/src/crypto/tls_none.c | 29 -
external/bsd/wpa/dist/src/crypto/tls_nss.c | 29 -
external/bsd/wpa/dist/src/crypto/tls_openssl.c | 173 +-
external/bsd/wpa/dist/src/crypto/tls_schannel.c | 29 -
external/bsd/wpa/dist/src/drivers/driver.h | 1384 +-
external/bsd/wpa/dist/src/drivers/driver_atheros.c | 401 +-
external/bsd/wpa/dist/src/drivers/driver_atmel.c | 499 -
external/bsd/wpa/dist/src/drivers/driver_bsd.c | 147 +-
external/bsd/wpa/dist/src/drivers/driver_common.c | 89 +
external/bsd/wpa/dist/src/drivers/driver_hostap.c | 74 +-
external/bsd/wpa/dist/src/drivers/driver_ipw.c | 472 -
external/bsd/wpa/dist/src/drivers/driver_madwifi.c | 37 +-
external/bsd/wpa/dist/src/drivers/driver_ndis.c | 155 +-
external/bsd/wpa/dist/src/drivers/driver_ndiswrapper.c | 378 -
external/bsd/wpa/dist/src/drivers/driver_nl80211.c | 3991 ++-
external/bsd/wpa/dist/src/drivers/driver_ralink.c | 3 +-
external/bsd/wpa/dist/src/drivers/driver_roboswitch.c | 4 +-
external/bsd/wpa/dist/src/drivers/driver_test.c | 741 +-
external/bsd/wpa/dist/src/drivers/driver_wext.c | 220 +-
external/bsd/wpa/dist/src/drivers/driver_wext.h | 5 +
external/bsd/wpa/dist/src/drivers/driver_wired.c | 9 +-
external/bsd/wpa/dist/src/drivers/drivers.c | 25 -
external/bsd/wpa/dist/src/drivers/drivers.mak | 62 +-
external/bsd/wpa/dist/src/drivers/drivers.mk | 190 +
external/bsd/wpa/dist/src/drivers/linux_ioctl.c | 29 +-
external/bsd/wpa/dist/src/drivers/linux_ioctl.h | 1 +
external/bsd/wpa/dist/src/drivers/netlink.c | 2 +-
external/bsd/wpa/dist/src/drivers/netlink.h | 1 +
external/bsd/wpa/dist/src/drivers/nl80211_copy.h | 1304 +-
external/bsd/wpa/dist/src/drivers/rfkill.c | 194 +
external/bsd/wpa/dist/src/drivers/rfkill.h | 31 +
external/bsd/wpa/dist/src/drivers/wireless_copy.h | 118 +-
external/bsd/wpa/dist/src/eap_common/eap_defs.h | 1 +
external/bsd/wpa/dist/src/eap_common/eap_peap_common.c | 13 +-
external/bsd/wpa/dist/src/eap_common/eap_peap_common.h | 8 +-
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.c | 330 +
external/bsd/wpa/dist/src/eap_common/eap_pwd_common.h | 79 +
external/bsd/wpa/dist/src/eap_common/eap_sim_common.c | 5 +-
external/bsd/wpa/dist/src/eap_common/ikev2_common.c | 3 +-
external/bsd/wpa/dist/src/eap_common/ikev2_common.h | 2 +-
external/bsd/wpa/dist/src/eap_peer/eap.c | 102 +-
external/bsd/wpa/dist/src/eap_peer/eap.h | 21 +-
external/bsd/wpa/dist/src/eap_peer/eap_aka.c | 62 +-
external/bsd/wpa/dist/src/eap_peer/eap_fast.c | 17 +-
external/bsd/wpa/dist/src/eap_peer/eap_fast_pac.c | 1 +
external/bsd/wpa/dist/src/eap_peer/eap_gpsk.c | 3 +-
external/bsd/wpa/dist/src/eap_peer/eap_i.h | 1 +
external/bsd/wpa/dist/src/eap_peer/eap_leap.c | 3 +-
external/bsd/wpa/dist/src/eap_peer/eap_methods.c | 2 +
external/bsd/wpa/dist/src/eap_peer/eap_methods.h | 1 +
external/bsd/wpa/dist/src/eap_peer/eap_mschapv2.c | 5 +-
external/bsd/wpa/dist/src/eap_peer/eap_pax.c | 3 +-
external/bsd/wpa/dist/src/eap_peer/eap_peap.c | 21 +-
external/bsd/wpa/dist/src/eap_peer/eap_psk.c | 3 +-
external/bsd/wpa/dist/src/eap_peer/eap_pwd.c | 763 +
external/bsd/wpa/dist/src/eap_peer/eap_sake.c | 3 +-
external/bsd/wpa/dist/src/eap_peer/eap_sim.c | 67 +-
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c | 4 +-
external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h | 5 -
external/bsd/wpa/dist/src/eap_peer/eap_ttls.c | 463 +-
external/bsd/wpa/dist/src/eap_peer/eap_wsc.c | 14 +-
external/bsd/wpa/dist/src/eap_peer/ikev2.c | 5 +-
external/bsd/wpa/dist/src/eap_peer/tncc.c | 4 +-
external/bsd/wpa/dist/src/eap_server/eap.h | 6 +
external/bsd/wpa/dist/src/eap_server/eap_i.h | 9 +-
external/bsd/wpa/dist/src/eap_server/eap_methods.h | 1 +
external/bsd/wpa/dist/src/eap_server/eap_server.c | 38 +-
external/bsd/wpa/dist/src/eap_server/eap_server_aka.c | 20 +-
external/bsd/wpa/dist/src/eap_server/eap_server_fast.c | 5 +-
external/bsd/wpa/dist/src/eap_server/eap_server_gpsk.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_ikev2.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_md5.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_methods.c | 2 +
external/bsd/wpa/dist/src/eap_server/eap_server_mschapv2.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_pax.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_peap.c | 18 +-
external/bsd/wpa/dist/src/eap_server/eap_server_psk.c | 7 +-
external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c | 864 +
external/bsd/wpa/dist/src/eap_server/eap_server_sake.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_sim.c | 17 +-
external/bsd/wpa/dist/src/eap_server/eap_server_tls_common.c | 9 +-
external/bsd/wpa/dist/src/eap_server/eap_server_tnc.c | 3 +-
external/bsd/wpa/dist/src/eap_server/eap_server_ttls.c | 269 +-
external/bsd/wpa/dist/src/eap_server/eap_server_wsc.c | 15 +-
external/bsd/wpa/dist/src/eap_server/eap_sim_db.c | 3 +-
external/bsd/wpa/dist/src/eap_server/ikev2.c | 7 +-
external/bsd/wpa/dist/src/eap_server/tncs.c | 4 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.c | 12 +-
external/bsd/wpa/dist/src/eapol_auth/eapol_auth_sm.h | 6 +-
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.c | 32 +-
external/bsd/wpa/dist/src/eapol_supp/eapol_supp_sm.h | 25 +-
external/bsd/wpa/dist/src/l2_packet/l2_packet_freebsd.c | 31 +
external/bsd/wpa/dist/src/l2_packet/l2_packet_linux.c | 30 +-
external/bsd/wpa/dist/src/p2p/Makefile | 9 +
external/bsd/wpa/dist/src/p2p/p2p.c | 3901 +++
external/bsd/wpa/dist/src/p2p/p2p.h | 1657 +
external/bsd/wpa/dist/src/p2p/p2p_build.c | 433 +
external/bsd/wpa/dist/src/p2p/p2p_dev_disc.c | 365 +
external/bsd/wpa/dist/src/p2p/p2p_go_neg.c | 1130 +
external/bsd/wpa/dist/src/p2p/p2p_group.c | 739 +
external/bsd/wpa/dist/src/p2p/p2p_i.h | 678 +
external/bsd/wpa/dist/src/p2p/p2p_invitation.c | 491 +
external/bsd/wpa/dist/src/p2p/p2p_parse.c | 718 +
external/bsd/wpa/dist/src/p2p/p2p_pd.c | 416 +
external/bsd/wpa/dist/src/p2p/p2p_sd.c | 889 +
external/bsd/wpa/dist/src/p2p/p2p_utils.c | 271 +
external/bsd/wpa/dist/src/radius/radius.c | 5 +-
external/bsd/wpa/dist/src/radius/radius_client.c | 10 +-
external/bsd/wpa/dist/src/radius/radius_client.h | 2 +
external/bsd/wpa/dist/src/radius/radius_server.c | 9 +
external/bsd/wpa/dist/src/radius/radius_server.h | 7 +
external/bsd/wpa/dist/src/rsn_supp/peerkey.c | 10 +-
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.c | 60 +-
external/bsd/wpa/dist/src/rsn_supp/pmksa_cache.h | 11 +-
external/bsd/wpa/dist/src/rsn_supp/tdls.c | 2338 +
external/bsd/wpa/dist/src/rsn_supp/wpa.c | 585 +-
external/bsd/wpa/dist/src/rsn_supp/wpa.h | 42 +
external/bsd/wpa/dist/src/rsn_supp/wpa_ft.c | 193 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_i.h | 70 +
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.c | 154 +-
external/bsd/wpa/dist/src/rsn_supp/wpa_ie.h | 12 +-
external/bsd/wpa/dist/src/tls/libtommath.c | 12 +-
external/bsd/wpa/dist/src/tls/tlsv1_client.c | 42 +-
external/bsd/wpa/dist/src/tls/tlsv1_client.h | 3 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_i.h | 3 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_read.c | 19 +-
external/bsd/wpa/dist/src/tls/tlsv1_client_write.c | 70 +-
external/bsd/wpa/dist/src/tls/tlsv1_common.h | 12 +-
external/bsd/wpa/dist/src/tls/tlsv1_cred.c | 18 +-
external/bsd/wpa/dist/src/tls/tlsv1_record.c | 166 +-
external/bsd/wpa/dist/src/tls/tlsv1_record.h | 9 +-
external/bsd/wpa/dist/src/tls/tlsv1_server.c | 8 +-
external/bsd/wpa/dist/src/tls/tlsv1_server_read.c | 35 +-
external/bsd/wpa/dist/src/tls/tlsv1_server_write.c | 91 +-
external/bsd/wpa/dist/src/tls/x509v3.c | 13 +-
external/bsd/wpa/dist/src/tls/x509v3.h | 4 +-
external/bsd/wpa/dist/src/utils/Makefile | 3 +
external/bsd/wpa/dist/src/utils/base64.c | 27 +-
external/bsd/wpa/dist/src/utils/base64.h | 2 +-
external/bsd/wpa/dist/src/utils/common.c | 26 +-
external/bsd/wpa/dist/src/utils/common.h | 25 +
external/bsd/wpa/dist/src/utils/edit.c | 1178 +
external/bsd/wpa/dist/src/utils/edit.h | 27 +
external/bsd/wpa/dist/src/utils/edit_readline.c | 184 +
external/bsd/wpa/dist/src/utils/edit_simple.c | 96 +
external/bsd/wpa/dist/src/utils/eloop.c | 20 +-
external/bsd/wpa/dist/src/utils/eloop.h | 2 +-
external/bsd/wpa/dist/src/utils/eloop_win.c | 12 +
external/bsd/wpa/dist/src/utils/includes.h | 1 -
external/bsd/wpa/dist/src/utils/list.h | 12 +
external/bsd/wpa/dist/src/utils/os.h | 10 +
external/bsd/wpa/dist/src/utils/os_internal.c | 18 +
external/bsd/wpa/dist/src/utils/os_none.c | 5 +
external/bsd/wpa/dist/src/utils/os_unix.c | 69 +-
external/bsd/wpa/dist/src/utils/os_win32.c | 19 +
external/bsd/wpa/dist/src/utils/pcsc_funcs.c | 2 +-
external/bsd/wpa/dist/src/utils/radiotap_iter.h | 15 +
external/bsd/wpa/dist/src/utils/trace.h | 2 +-
external/bsd/wpa/dist/src/utils/wpa_debug.c | 130 +-
external/bsd/wpa/dist/src/utils/wpa_debug.h | 59 +-
external/bsd/wpa/dist/src/utils/wpabuf.h | 6 +
external/bsd/wpa/dist/src/wps/http_client.c | 13 +-
external/bsd/wpa/dist/src/wps/upnp_xml.c | 4 +-
external/bsd/wpa/dist/src/wps/upnp_xml.h | 2 +
external/bsd/wpa/dist/src/wps/wps.c | 200 +-
external/bsd/wpa/dist/src/wps/wps.h | 261 +-
external/bsd/wpa/dist/src/wps/wps_attr_build.c | 110 +-
external/bsd/wpa/dist/src/wps/wps_attr_parse.c | 170 +-
external/bsd/wpa/dist/src/wps/wps_attr_process.c | 19 +-
external/bsd/wpa/dist/src/wps/wps_common.c | 77 +-
external/bsd/wpa/dist/src/wps/wps_defs.h | 45 +-
external/bsd/wpa/dist/src/wps/wps_dev_attr.c | 126 +-
external/bsd/wpa/dist/src/wps/wps_dev_attr.h | 11 +
external/bsd/wpa/dist/src/wps/wps_enrollee.c | 322 +-
external/bsd/wpa/dist/src/wps/wps_er.c | 379 +-
external/bsd/wpa/dist/src/wps/wps_er.h | 11 +
external/bsd/wpa/dist/src/wps/wps_er_ssdp.c | 19 +-
external/bsd/wpa/dist/src/wps/wps_i.h | 38 +-
external/bsd/wpa/dist/src/wps/wps_registrar.c | 789 +-
external/bsd/wpa/dist/src/wps/wps_upnp.c | 227 +-
external/bsd/wpa/dist/src/wps/wps_upnp.h | 7 +-
external/bsd/wpa/dist/src/wps/wps_upnp_ap.c | 21 +-
external/bsd/wpa/dist/src/wps/wps_upnp_event.c | 150 +-
external/bsd/wpa/dist/src/wps/wps_upnp_i.h | 32 +-
external/bsd/wpa/dist/src/wps/wps_upnp_ssdp.c | 34 +-
external/bsd/wpa/dist/src/wps/wps_upnp_web.c | 136 +-
external/bsd/wpa/dist/src/wps/wps_validate.c | 1981 +
external/bsd/wpa/dist/wpa_supplicant/.gitignore | 9 +-
external/bsd/wpa/dist/wpa_supplicant/Android.mk | 1463 +
external/bsd/wpa/dist/wpa_supplicant/ChangeLog | 191 +-
external/bsd/wpa/dist/wpa_supplicant/Makefile | 234 +-
external/bsd/wpa/dist/wpa_supplicant/README | 38 +-
external/bsd/wpa/dist/wpa_supplicant/README-P2P | 525 +
external/bsd/wpa/dist/wpa_supplicant/README-WPS | 117 +-
external/bsd/wpa/dist/wpa_supplicant/ap.c | 534 +-
external/bsd/wpa/dist/wpa_supplicant/ap.h | 14 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan.c | 21 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan.h | 21 +-
external/bsd/wpa/dist/wpa_supplicant/bgscan_learn.c | 610 +
external/bsd/wpa/dist/wpa_supplicant/bgscan_simple.c | 52 +-
external/bsd/wpa/dist/wpa_supplicant/blacklist.c | 6 +-
external/bsd/wpa/dist/wpa_supplicant/bss.c | 211 +-
external/bsd/wpa/dist/wpa_supplicant/bss.h | 14 +
external/bsd/wpa/dist/wpa_supplicant/config.c | 521 +-
external/bsd/wpa/dist/wpa_supplicant/config.h | 179 +-
external/bsd/wpa/dist/wpa_supplicant/config_file.c | 334 +-
external/bsd/wpa/dist/wpa_supplicant/config_ssid.h | 49 +
external/bsd/wpa/dist/wpa_supplicant/config_winreg.c | 36 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.c | 2024 +-
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface.h | 15 +
external/bsd/wpa/dist/wpa_supplicant/ctrl_iface_unix.c | 24 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/Makefile | 17 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.c | 233 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_dict_helpers.h | 46 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.c | 2203 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new.h | 240 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.c | 1924 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers.h | 241 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.c | 2456 +
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_p2p.h | 217 +
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_handlers_wps.c | 110 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.c | 536 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_helpers.h | 31 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_new_introspect.c | 17 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.c | 55 +
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old.h | 12 +
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.c | 40 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers.h | 3 +
external/bsd/wpa/dist/wpa_supplicant/dbus/dbus_old_handlers_wps.c | 10 +-
external/bsd/wpa/dist/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service | 4 -
external/bsd/wpa/dist/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in | 5 +
external/bsd/wpa/dist/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service | 4 -
external/bsd/wpa/dist/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in | 5 +
external/bsd/wpa/dist/wpa_supplicant/defconfig | 94 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_background.8 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_cli.8 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_gui.8 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_passphrase.8 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_priv.8 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.8 | 14 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5 | 2 +-
external/bsd/wpa/dist/wpa_supplicant/doc/docbook/wpa_supplicant.sgml | 28 -
external/bsd/wpa/dist/wpa_supplicant/driver_i.h | 325 +-
external/bsd/wpa/dist/wpa_supplicant/eap_register.c | 9 +
external/bsd/wpa/dist/wpa_supplicant/eapol_test.c | 93 +-
external/bsd/wpa/dist/wpa_supplicant/events.c | 1578 +-
external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action-udhcp.sh | 69 +
external/bsd/wpa/dist/wpa_supplicant/examples/p2p-action.sh | 83 +
external/bsd/wpa/dist/wpa_supplicant/examples/udhcpd-p2p.conf | 120 +
external/bsd/wpa/dist/wpa_supplicant/examples/wpas-dbus-new-signals.py | 4 +-
external/bsd/wpa/dist/wpa_supplicant/gas_query.c | 481 +
external/bsd/wpa/dist/wpa_supplicant/gas_query.h | 61 +
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.c | 96 +
external/bsd/wpa/dist/wpa_supplicant/ibss_rsn.h | 1 +
external/bsd/wpa/dist/wpa_supplicant/interworking.c | 1138 +
external/bsd/wpa/dist/wpa_supplicant/interworking.h | 31 +
external/bsd/wpa/dist/wpa_supplicant/main.c | 11 +-
external/bsd/wpa/dist/wpa_supplicant/mlme.c | 3198 --
external/bsd/wpa/dist/wpa_supplicant/mlme.h | 129 -
external/bsd/wpa/dist/wpa_supplicant/notify.c | 275 +-
external/bsd/wpa/dist/wpa_supplicant/notify.h | 50 +
external/bsd/wpa/dist/wpa_supplicant/offchannel.c | 314 +
external/bsd/wpa/dist/wpa_supplicant/offchannel.h | 39 +
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.c | 4474 +++
external/bsd/wpa/dist/wpa_supplicant/p2p_supplicant.h | 141 +
external/bsd/wpa/dist/wpa_supplicant/scan.c | 677 +-
external/bsd/wpa/dist/wpa_supplicant/scan.h | 7 +-
external/bsd/wpa/dist/wpa_supplicant/sme.c | 459 +-
external/bsd/wpa/dist/wpa_supplicant/sme.h | 28 +
external/bsd/wpa/dist/wpa_supplicant/symbian/wpa_supplicant.mmp | 2 +-
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-nl80211@.service.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant-wired@.service.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant.service.in | 11 +
external/bsd/wpa/dist/wpa_supplicant/systemd/wpa_supplicant@.service.in | 13 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj | 4 +
external/bsd/wpa/dist/wpa_supplicant/wpa_cli.c | 2040 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/.gitignore | 2 -
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons.qrc | 2 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/Makefile | 2 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/README | 35 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/group.svg | 616 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/invitation.svg | 374 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons_png.qrc | 2 +
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.cpp | 953 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/peers.h | 28 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/wpagui.cpp | 20 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_gui/.gitignore | 2 -
external/bsd/wpa/dist/wpa_supplicant/wpa_priv.c | 4 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c | 1058 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf | 39 +-
external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h | 294 +-
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c | 227 +-
external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h | 8 +
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c | 640 +-
external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h | 18 +-
external/cddl/osnet/Makefile.zfs | 4 +-
external/cddl/osnet/dev/dtrace/amd64/dtrace_asm.S | 9 +-
external/cddl/osnet/dev/dtrace/amd64/dtrace_isa.c | 13 +-
external/cddl/osnet/dev/dtrace/amd64/dtrace_subr.c | 18 +-
external/cddl/osnet/dev/dtrace/dtrace_debug.c | 10 +-
external/cddl/osnet/dev/dtrace/i386/dtrace_subr.c | 6 +-
external/cddl/osnet/dev/fbt/fbt.c | 12 +-
external/cddl/osnet/dist/lib/libzfs/common/libzfs_sendrecv.c | 2 +-
external/cddl/osnet/dist/uts/common/dtrace/dtrace.c | 66 +-
external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_rlock.h | 1 +
external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_znode.h | 1 +
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_dir.c | 65 +-
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_rlock.c | 77 +-
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c | 4 +
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c | 775 +-
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c | 30 +-
external/cddl/osnet/lib/libzfs/deviceid.c | 6 +-
external/cddl/osnet/sys/kern/kobj.c | 6 +-
external/cddl/osnet/sys/kern/kstat.c | 4 +-
external/cddl/osnet/sys/kern/misc.c | 13 +-
external/cddl/osnet/sys/kern/policy.c | 229 +-
external/cddl/osnet/sys/sys/mount.h | 4 +-
external/cddl/osnet/sys/sys/policy.h | 48 +-
external/gpl2/gawk/README | 6 +-
external/gpl2/xcvs/Makefile.inc | 5 +-
external/gpl2/xcvs/dist/src/acl.c | 43 +-
external/gpl2/xcvs/dist/src/server.c | 4 +-
external/gpl3/Makefile | 4 +-
external/gpl3/binutils/dist/bfd/elf32-vax.c | 123 +-
external/gpl3/binutils/dist/config.guess | 3 +
external/gpl3/binutils/dist/config.sub | 3 +-
external/gpl3/binutils/dist/gas/config/tc-vax.c | 10 +-
external/gpl3/binutils/dist/include/objalloc.h | 4 +-
external/gpl3/binutils/dist/ld/Makefile.am | 13 +
external/gpl3/binutils/dist/ld/Makefile.in | 15 +
external/gpl3/binutils/dist/ld/configure.tgt | 5 +
external/gpl3/binutils/dist/ld/emulparams/armelf_nbsd.sh | 6 +
external/gpl3/binutils/dist/ld/emulparams/armelf_nbsd_eabi.sh | 18 +
external/gpl3/binutils/dist/ld/emulparams/armelfb_nbsd_eabi.sh | 2 +
external/gpl3/binutils/dist/ld/emultempl/elf32.em | 3 +-
external/gpl3/binutils/dist/libiberty/objalloc.c | 11 +-
external/gpl3/binutils/lib/libbfd/Makefile | 6 +-
external/gpl3/binutils/lib/libbfd/arch/earm/bfd.h | 5958 ++++
external/gpl3/binutils/lib/libbfd/arch/earm/bfd_stdint.h | 51 +
external/gpl3/binutils/lib/libbfd/arch/earm/bfdver.h | 8 +
external/gpl3/binutils/lib/libbfd/arch/earm/config.h | 368 +
external/gpl3/binutils/lib/libbfd/arch/earm/defs.mk | 9 +
external/gpl3/binutils/lib/libiberty/arch/earm/config.h | 495 +
external/gpl3/binutils/lib/libiberty/arch/earm/defs.mk | 8 +
external/gpl3/binutils/lib/libopcodes/arch/earm/config.h | 114 +
external/gpl3/binutils/lib/libopcodes/arch/earm/defs.mk | 7 +
external/gpl3/binutils/usr.bin/common/arch/earm/config.h | 244 +
external/gpl3/binutils/usr.bin/common/arch/earm/defs.mk | 36 +
external/gpl3/binutils/usr.bin/gas/arch/earm/config.h | 324 +
external/gpl3/binutils/usr.bin/gas/arch/earm/defs.mk | 8 +
external/gpl3/binutils/usr.bin/gas/arch/earm/itbl-cpu.h | 5 +
external/gpl3/binutils/usr.bin/gas/arch/earm/obj-format.h | 5 +
external/gpl3/binutils/usr.bin/gas/arch/earm/targ-cpu.h | 5 +
external/gpl3/binutils/usr.bin/gas/arch/earm/targ-env.h | 5 +
external/gpl3/binutils/usr.bin/gprof/arch/earm/defs.mk | 8 +
external/gpl3/binutils/usr.bin/gprof/arch/earm/gconfig.h | 118 +
external/gpl3/binutils/usr.bin/ld/arch/earm/config.h | 220 +
external/gpl3/binutils/usr.bin/ld/arch/earm/defs.mk | 12 +
external/gpl3/binutils/usr.bin/ld/arch/earm/ldemul-list.h | 16 +
external/gpl3/gcc/dist/ChangeLog | 30 +
external/gpl3/gcc/dist/INSTALL/configure.html | 2 +-
external/gpl3/gcc/dist/LAST_UPDATED | 2 +-
external/gpl3/gcc/dist/MD5SUMS | 651 +-
external/gpl3/gcc/dist/Makefile.def | 7 -
external/gpl3/gcc/dist/Makefile.in | 469 -
external/gpl3/gcc/dist/NEWS | 398 +-
external/gpl3/gcc/dist/config.guess | 3 +
external/gpl3/gcc/dist/config.sub | 3 +-
external/gpl3/gcc/dist/config/ChangeLog | 14 +
external/gpl3/gcc/dist/config/acx.m4 | 8 +-
external/gpl3/gcc/dist/config/mh-x86-darwin | 2 +
external/gpl3/gcc/dist/configure | 48 +-
external/gpl3/gcc/dist/configure.ac | 46 +-
external/gpl3/gcc/dist/contrib/ChangeLog | 4 +
external/gpl3/gcc/dist/contrib/reghunt/ChangeLog | 4 +
external/gpl3/gcc/dist/contrib/regression/ChangeLog | 4 +
external/gpl3/gcc/dist/fixincludes/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/BASE-VER | 2 +-
external/gpl3/gcc/dist/gcc/ChangeLog | 1261 +-
external/gpl3/gcc/dist/gcc/DATESTAMP | 2 +-
external/gpl3/gcc/dist/gcc/builtins.c | 30 +-
external/gpl3/gcc/dist/gcc/c-common.c | 15 +-
external/gpl3/gcc/dist/gcc/c-decl.c | 5 +-
external/gpl3/gcc/dist/gcc/c-typeck.c | 9 +-
external/gpl3/gcc/dist/gcc/caller-save.c | 162 +-
external/gpl3/gcc/dist/gcc/cfgexpand.c | 2 +-
external/gpl3/gcc/dist/gcc/cfgrtl.c | 55 +-
external/gpl3/gcc/dist/gcc/combine.c | 2 +-
external/gpl3/gcc/dist/gcc/config.gcc | 27 +-
external/gpl3/gcc/dist/gcc/config/alpha/alpha.c | 38 +-
external/gpl3/gcc/dist/gcc/config/alpha/linux-unwind.h | 35 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.c | 28 +-
external/gpl3/gcc/dist/gcc/config/arm/arm.md | 4 +-
external/gpl3/gcc/dist/gcc/config/arm/bpabi-netbsd.c | 1 +
external/gpl3/gcc/dist/gcc/config/arm/bpabi.h | 16 +-
external/gpl3/gcc/dist/gcc/config/arm/neon.md | 45 +-
external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h | 94 +
external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h | 3 +-
external/gpl3/gcc/dist/gcc/config/arm/t-netbsd-eabi | 35 +
external/gpl3/gcc/dist/gcc/config/arm/thumb2.md | 9 +-
external/gpl3/gcc/dist/gcc/config/avr/avr-stdint.h | 66 +
external/gpl3/gcc/dist/gcc/config/avr/avr.c | 67 +-
external/gpl3/gcc/dist/gcc/config/avr/libgcc.S | 27 +-
external/gpl3/gcc/dist/gcc/config/bfin/linux-unwind.h | 6 +-
external/gpl3/gcc/dist/gcc/config/darwin-protos.h | 1 +
external/gpl3/gcc/dist/gcc/config/darwin.c | 28 +
external/gpl3/gcc/dist/gcc/config/i386/athlon.md | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/avxintrin.h | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/constraints.md | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/darwin.h | 14 +
external/gpl3/gcc/dist/gcc/config/i386/driver-i386.c | 2 +-
external/gpl3/gcc/dist/gcc/config/i386/i386-protos.h | 3 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.c | 127 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.h | 20 +-
external/gpl3/gcc/dist/gcc/config/i386/i386.md | 203 +-
external/gpl3/gcc/dist/gcc/config/i386/linux-unwind.h | 6 +-
external/gpl3/gcc/dist/gcc/config/i386/mmx.md | 6 +-
external/gpl3/gcc/dist/gcc/config/i386/netbsd-elf.h | 4 +
external/gpl3/gcc/dist/gcc/config/i386/netbsd64.h | 4 +
external/gpl3/gcc/dist/gcc/config/i386/sse.md | 124 +-
external/gpl3/gcc/dist/gcc/config/i386/winnt-cxx.c | 14 +
external/gpl3/gcc/dist/gcc/config/ia64/linux-unwind.h | 6 +-
external/gpl3/gcc/dist/gcc/config/lm32/t-lm32 | 2 +-
external/gpl3/gcc/dist/gcc/config/mips/linux-unwind.h | 5 +-
external/gpl3/gcc/dist/gcc/config/mips/mips.c | 59 +-
external/gpl3/gcc/dist/gcc/config/mips/mips.md | 2 +-
external/gpl3/gcc/dist/gcc/config/netbsd-elf.h | 12 +-
external/gpl3/gcc/dist/gcc/config/pa/linux-unwind.h | 4 +-
external/gpl3/gcc/dist/gcc/config/pa/pa-protos.h | 2 -
external/gpl3/gcc/dist/gcc/config/pa/pa.md | 49 +-
external/gpl3/gcc/dist/gcc/config/pa/predicates.md | 20 +-
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.md | 20 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c | 53 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.h | 32 +-
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.md | 58 +-
external/gpl3/gcc/dist/gcc/config/rs6000/vector.md | 96 +-
external/gpl3/gcc/dist/gcc/config/rs6000/vsx.md | 8 +-
external/gpl3/gcc/dist/gcc/config/rx/rx.c | 2 +-
external/gpl3/gcc/dist/gcc/config/rx/rx.h | 2 +-
external/gpl3/gcc/dist/gcc/config/rx/rx.md | 64 +-
external/gpl3/gcc/dist/gcc/config/sh/linux-unwind.h | 9 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.c | 12 +-
external/gpl3/gcc/dist/gcc/config/sh/sh.md | 30 +-
external/gpl3/gcc/dist/gcc/config/sparc/sol2-64.h | 7 +-
external/gpl3/gcc/dist/gcc/config/sparc/sol2-unwind.h | 12 +-
external/gpl3/gcc/dist/gcc/config/sparc/sol2.h | 15 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc-protos.h | 1 +
external/gpl3/gcc/dist/gcc/config/sparc/sparc.c | 61 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc.h | 4 +-
external/gpl3/gcc/dist/gcc/config/sparc/sparc.md | 63 +-
external/gpl3/gcc/dist/gcc/config/xtensa/linux-unwind.h | 4 +-
external/gpl3/gcc/dist/gcc/configure | 2 +-
external/gpl3/gcc/dist/gcc/convert.c | 9 +
external/gpl3/gcc/dist/gcc/cp/ChangeLog | 80 +
external/gpl3/gcc/dist/gcc/cp/class.c | 19 +-
external/gpl3/gcc/dist/gcc/cp/decl.c | 9 +
external/gpl3/gcc/dist/gcc/cp/decl2.c | 28 +-
external/gpl3/gcc/dist/gcc/cp/init.c | 7 +-
external/gpl3/gcc/dist/gcc/cp/mangle.c | 11 +-
external/gpl3/gcc/dist/gcc/cp/method.c | 1 +
external/gpl3/gcc/dist/gcc/cp/parser.c | 2 +-
external/gpl3/gcc/dist/gcc/cp/tree.c | 9 +-
external/gpl3/gcc/dist/gcc/cp/typeck.c | 16 +-
external/gpl3/gcc/dist/gcc/df-problems.c | 33 +-
external/gpl3/gcc/dist/gcc/df.h | 3 +-
external/gpl3/gcc/dist/gcc/doc/aot-compile.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/cpp.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/cpp.info | Bin
external/gpl3/gcc/dist/gcc/doc/cppinternals.info | Bin
external/gpl3/gcc/dist/gcc/doc/fsf-funding.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/g++.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gc-analyze.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcc.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcc.info | Bin
external/gpl3/gcc/dist/gcc/doc/gccinstall.info | Bin
external/gpl3/gcc/dist/gcc/doc/gccint.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcj-dbtool.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcj.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gcj.info | Bin
external/gpl3/gcc/dist/gcc/doc/gcov.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gfdl.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gfortran.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gij.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/gpl.7 | 2 +-
external/gpl3/gcc/dist/gcc/doc/grmic.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/install.texi | 2 +-
external/gpl3/gcc/dist/gcc/doc/jcf-dump.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/jv-convert.1 | 2 +-
external/gpl3/gcc/dist/gcc/doc/md.texi | 18 +-
external/gpl3/gcc/dist/gcc/doc/rebuild-gcj-db.1 | 2 +-
external/gpl3/gcc/dist/gcc/dojump.c | 4 +-
external/gpl3/gcc/dist/gcc/dwarf2out.c | 150 +-
external/gpl3/gcc/dist/gcc/expr.c | 146 +-
external/gpl3/gcc/dist/gcc/expr.h | 2 +
external/gpl3/gcc/dist/gcc/final.c | 5 +
external/gpl3/gcc/dist/gcc/fold-const.c | 2 -
external/gpl3/gcc/dist/gcc/function.c | 4 +-
external/gpl3/gcc/dist/gcc/fwprop.c | 5 +-
external/gpl3/gcc/dist/gcc/gcov-iov.c | 12 +-
external/gpl3/gcc/dist/gcc/gengtype-lex.c | 104 +-
external/gpl3/gcc/dist/gcc/gimplify.c | 33 +-
external/gpl3/gcc/dist/gcc/ifcvt.c | 34 +-
external/gpl3/gcc/dist/gcc/ipa-prop.c | 6 +-
external/gpl3/gcc/dist/gcc/loop-doloop.c | 20 +-
external/gpl3/gcc/dist/gcc/lto-opts.c | 2 +-
external/gpl3/gcc/dist/gcc/lto-section-in.c | 2 +-
external/gpl3/gcc/dist/gcc/lto-streamer-in.c | 6 +-
external/gpl3/gcc/dist/gcc/lto-streamer-out.c | 9 +-
external/gpl3/gcc/dist/gcc/lto/ChangeLog | 16 +
external/gpl3/gcc/dist/gcc/lto/lto.c | 24 +-
external/gpl3/gcc/dist/gcc/lto/lto.h | 2 +-
external/gpl3/gcc/dist/gcc/objc/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/objcp/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/po/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/profile.c | 39 +
external/gpl3/gcc/dist/gcc/real.c | 10 +
external/gpl3/gcc/dist/gcc/recog.c | 11 +-
external/gpl3/gcc/dist/gcc/regmove.c | 2 +-
external/gpl3/gcc/dist/gcc/reload.c | 9 +
external/gpl3/gcc/dist/gcc/reload1.c | 7 +
external/gpl3/gcc/dist/gcc/reorg.c | 4 +-
external/gpl3/gcc/dist/gcc/stmt.c | 11 +-
external/gpl3/gcc/dist/gcc/testsuite/ChangeLog | 669 +-
external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/pr51768.c | 25 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/rv-cast3.C | 18 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/rv-cast4.C | 13 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/debug/dwarf2/icf.C | 8 +-
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/44473-1.C | 122 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/44473-2.C | 25 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/mangle-1.C | 40 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/mangle-2.C | 28 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/mangle-3.C | 28 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/mangle-4.C | 35 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/dfp/mangle-5.C | 29 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/cond5.C | 43 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/cond6.C | 43 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/gcov/gcov-2.C | 2 +-
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/new30.C | 15 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/new32.C | 16 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/value9.C | 32 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/vbase1.C | 39 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ipa/pr51759.C | 26 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/pr49133.C | 37 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/pr50464.C | 170 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/ambig6.C | 12 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/pr48660.C | 22 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/rtti/anon-ns1.C | 15 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/nontype23.C | 9 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr47714.C | 16 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr49039.C | 76 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr49115.C | 25 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr49615.C | 29 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr49644.C | 17 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr50189.C | 120 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/pr51344.C | 11 +
external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/pr49911.C | 41 +
external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog | 4 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c | 56 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr38752.c | 25 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr48742.c | 15 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr49238.c | 18 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr50565-1.c | 4 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr50565-2.c | 4 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr51767.c | 23 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr53418-1.c | 5 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/pr53418-2.c | 5 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/20120111-1.c | 18 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/20120427-1.c | 36 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/960321-1.x | 15 -
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/doloop-1.c | 18 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/doloop-2.c | 18 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr48809.c | 60 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c | 20 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c | 14 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr49039.c | 26 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr49161.c | 46 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr49186.c | 15 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr49279.c | 35 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/pr49644.c | 16 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/delay-slot-2.c | 116 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/pr52140.c | 10 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/pr49640.c | 29 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/ipa/pr45644.c | 35 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/noncompile/pr52290.c | 3 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr48685.c | 11 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr48774.c | 38 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr48837.c | 30 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr49120.c | 11 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr49307.c | 21 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr49619.c | 13 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr51408.c | 22 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr51821.c | 25 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pr52139.c | 49 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr48542.c | 57 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr48822.c | 20 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr49651.c | 31 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr51106-1.c | 14 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr51106-2.c | 14 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/pr52693.c | 33 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-prof/pr44777.c | 43 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/pr49039.c | 31 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/pr48172.c | 33 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/pr49038.c | 42 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c | 116 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/neon-vset_lanes8.c | 21 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/pr48252.c | 31 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/pr51835.c | 14 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/aes-avx-check.h | 5 +-
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/avx-check.h | 4 +-
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/avx-os-support.h | 10 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pclmul-avx-check.h | 5 +-
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr47780.c | 14 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr48708.c | 15 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr49920.c | 23 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr50788.c | 10 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr51393.c | 22 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/pr52330.c | 7 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c | 4 +-
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/reg-var-1.c | 16 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/altivec-34.c | 24 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-1.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-2.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-3.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-4.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-5.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-6.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-7.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/cell_builtin-8.c | 48 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/pr48857.c | 25 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/pr53199.c | 50 +
external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sparc/cas64.c | 15 +
external/gpl3/gcc/dist/gcc/testsuite/lib/target-supports.exp | 30 +-
external/gpl3/gcc/dist/gcc/tree-cfgcleanup.c | 2 +-
external/gpl3/gcc/dist/gcc/tree-inline.c | 6 +-
external/gpl3/gcc/dist/gcc/tree-mudflap.c | 19 +-
external/gpl3/gcc/dist/gcc/tree-outof-ssa.c | 5 +-
external/gpl3/gcc/dist/gcc/tree-scalar-evolution.c | 3 +-
external/gpl3/gcc/dist/gcc/tree-sra.c | 31 +-
external/gpl3/gcc/dist/gcc/tree-ssa-dce.c | 9 +-
external/gpl3/gcc/dist/gcc/tree-ssa-dom.c | 3 +-
external/gpl3/gcc/dist/gcc/tree-ssa-sccvn.c | 28 +-
external/gpl3/gcc/dist/gcc/tree-ssa-structalias.c | 68 +-
external/gpl3/gcc/dist/gcc/tree-switch-conversion.c | 58 +-
external/gpl3/gcc/dist/gcc/tree-tailcall.c | 8 +
external/gpl3/gcc/dist/gcc/tree-vect-data-refs.c | 24 +-
external/gpl3/gcc/dist/gcc/tree-vect-loop-manip.c | 64 +-
external/gpl3/gcc/dist/gcc/tree-vect-loop.c | 8 +-
external/gpl3/gcc/dist/gcc/tree-vect-stmts.c | 2 +-
external/gpl3/gcc/dist/gcc/tree-vectorizer.h | 7 +
external/gpl3/gcc/dist/gcc/tree-vrp.c | 104 +-
external/gpl3/gcc/dist/gcc/var-tracking.c | 12 +-
external/gpl3/gcc/dist/gcc/varasm.c | 28 +-
external/gpl3/gcc/dist/include/ChangeLog | 4 +
external/gpl3/gcc/dist/include/objalloc.h | 4 +-
external/gpl3/gcc/dist/intl/ChangeLog | 4 +
external/gpl3/gcc/dist/libcpp/ChangeLog | 4 +
external/gpl3/gcc/dist/libcpp/po/ChangeLog | 4 +
external/gpl3/gcc/dist/libdecnumber/ChangeLog | 4 +
external/gpl3/gcc/dist/libgcc/ChangeLog | 12 +-
external/gpl3/gcc/dist/libgcc/config/i386/64/sfp-machine.h | 12 +-
external/gpl3/gcc/dist/libgcc/config/libbid/ChangeLog | 4 +
external/gpl3/gcc/dist/libgomp/ChangeLog | 16 +
external/gpl3/gcc/dist/libgomp/fortran.c | 19 +-
external/gpl3/gcc/dist/libgomp/libgomp.info | Bin
external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/pr48894.f90 | 23 +
external/gpl3/gcc/dist/libiberty/ChangeLog | 33 +-
external/gpl3/gcc/dist/libiberty/make-relative-prefix.c | 22 +-
external/gpl3/gcc/dist/libiberty/objalloc.c | 11 +-
external/gpl3/gcc/dist/libiberty/testsuite/test-expandargv.c | 7 +-
external/gpl3/gcc/dist/libmudflap/ChangeLog | 12 +
external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/fail68-frag.c | 27 +
external/gpl3/gcc/dist/libobjc/ChangeLog | 4 +
external/gpl3/gcc/dist/libobjc/archive.c | 26 +-
external/gpl3/gcc/dist/libobjc/encoding.c | 4 +-
external/gpl3/gcc/dist/libobjc/sendmsg.c | 5 -
external/gpl3/gcc/dist/libssp/ChangeLog | 4 +
external/gpl3/gcc/dist/libstdc++-v3/ChangeLog | 14 +
external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc | 10 +-
external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc | 12 +-
external/gpl3/gcc/dist/lto-plugin/ChangeLog | 4 +
external/gpl3/gcc/dist/maintainer-scripts/ChangeLog | 4 +
external/gpl3/gcc/dist/zlib/ChangeLog | 6 +-
external/gpl3/gcc/lib/crtstuff/arch/alpha.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/arm.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/armeb.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/earm.mk | 10 +
external/gpl3/gcc/lib/crtstuff/arch/hppa.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/i386.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/m68000.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/m68k.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/mips64eb.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/mips64el.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/mipseb.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/mipsel.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/powerpc.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/sh3eb.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/sh3el.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/sparc.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/sparc64.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/vax.mk | 3 +-
external/gpl3/gcc/lib/crtstuff/arch/x86_64.mk | 3 +-
external/gpl3/gcc/lib/libgcc/Makefile.inc | 5 +-
external/gpl3/gcc/lib/libgcc/arch/earm.mk | 24 +
external/gpl3/gcc/lib/libgcc/libgcc/Makefile | 9 +-
external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile | 4 +-
external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/defs.mk | 5 +
external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h | 8 +
external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/gcov-iov.h | 4 +-
external/gpl3/gcc/lib/libgomp/arch/earm/config.h | 136 +
external/gpl3/gcc/lib/libgomp/arch/earm/libgomp.spec | 7 +
external/gpl3/gcc/lib/libgomp/arch/earm/libgomp_f.h | 97 +
external/gpl3/gcc/lib/libgomp/arch/earm/omp.h | 109 +
external/gpl3/gcc/lib/libgomp/arch/m68k/config.h | 4 +-
external/gpl3/gcc/lib/libiberty/arch/earm/config.h | 480 +
external/gpl3/gcc/lib/libobjc/arch/earm/config.h | 73 +
external/gpl3/gcc/lib/libobjc/arch/earm/defs.mk | 10 +
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++allocator.h | 41 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h | 1507 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h | 1127 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h | 85 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk | 34 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h | 51 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr-default.h | 872 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr-posix.h | 872 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr-single.h | 296 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr-tpf.h | 233 +
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gthr.h | 177 +
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h | 8 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gstdint.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++config.h | 6 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/config.h | 4 +-
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gstdint.h | 4 +-
external/gpl3/gcc/usr.bin/Makefile.inc | 4 +-
external/gpl3/gcc/usr.bin/g++/g++.1 | 12621 ----------
external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/earm/all-tree.def | 5 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h | 1915 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/bconfig.h | 11 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h | 8 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/config.h | 14 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h | 11 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk | 52 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/gthr-default.h | 5 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/gtyp-input.list | 189 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h | 155 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/multilib.h | 20 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h | 17 +
external/gpl3/gcc/usr.bin/gcc/arch/earm/tm.h | 29 +
external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h | 12 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/vax/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/bversion.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/defs.mk | 4 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/plugin-version.h | 6 +-
external/gpl3/gcc/usr.bin/gcc/gcc.1 | 12621 ----------
external/gpl3/gcc/usr.bin/libcpp/arch/earm/config.h | 290 +
external/gpl3/gcc/usr.bin/libdecnumber/arch/earm/config.h | 99 +
external/gpl3/gdb/Makefile.inc | 6 +-
external/gpl3/gdb/dist/config.sub | 2 +-
external/gpl3/gdb/lib/libbfd/arch/earm/bfd-in3.h | 5976 ++++
external/gpl3/gdb/lib/libbfd/arch/earm/bfd.h | 5976 ++++
external/gpl3/gdb/lib/libbfd/arch/earm/bfd_stdint.h | 51 +
external/gpl3/gdb/lib/libbfd/arch/earm/bfdver.h | 8 +
external/gpl3/gdb/lib/libbfd/arch/earm/config.h | 356 +
external/gpl3/gdb/lib/libbfd/arch/earm/defs.mk | 9 +
external/gpl3/gdb/lib/libbfd/arch/earm/targmatch.h | 2640 ++
external/gpl3/gdb/lib/libdecnumber/arch/earm/config.h | 243 +
external/gpl3/gdb/lib/libdecnumber/arch/earm/defs.mk | 5 +
external/gpl3/gdb/lib/libdecnumber/arch/earm/gstdint.h | 51 +
external/gpl3/gdb/lib/libgdb/arch/earm/config.h | 986 +
external/gpl3/gdb/lib/libgdb/arch/earm/defs.mk | 7 +
external/gpl3/gdb/lib/libgdb/arch/earm/init.c | 252 +
external/gpl3/gdb/lib/libgdb/arch/earm/observer.h | 246 +
external/gpl3/gdb/lib/libgdb/arch/earm/observer.inc | 1034 +
external/gpl3/gdb/lib/libgdb/arch/earm/version.c | 8 +
external/gpl3/gdb/lib/libgdb/arch/earm/xml-builtin.c | 534 +
external/gpl3/gdb/lib/libiberty/arch/earm/config.h | 495 +
external/gpl3/gdb/lib/libiberty/arch/earm/defs.mk | 8 +
external/gpl3/gdb/lib/libopcodes/arch/earm/config.h | 114 +
external/gpl3/gdb/lib/libopcodes/arch/earm/defs.mk | 7 +
external/gpl3/gdb/lib/libreadline/arch/earm/config.h | 243 +
external/gpl3/gdb/lib/libreadline/arch/earm/defs.mk | 6 +
external/historical/nawk/bin/Makefile | 4 +-
external/ibm-public/postfix/dist/HISTORY | 99 +
external/ibm-public/postfix/dist/README_FILES/RELEASE_NOTES | 37 +
external/ibm-public/postfix/dist/README_FILES/TLS_README | 48 +-
external/ibm-public/postfix/dist/RELEASE_NOTES | 37 +
external/ibm-public/postfix/dist/html/TLS_README.html | 30 +-
external/ibm-public/postfix/dist/html/lmtp.8.html | 2 +-
external/ibm-public/postfix/dist/html/postconf.5.html | 57 +-
external/ibm-public/postfix/dist/html/smtp.8.html | 2 +-
external/ibm-public/postfix/dist/html/smtpd.8.html | 2 +-
external/ibm-public/postfix/dist/man/man5/postconf.5 | 57 +-
external/ibm-public/postfix/dist/man/man8/smtp.8 | 4 +-
external/ibm-public/postfix/dist/man/man8/smtpd.8 | 4 +-
external/ibm-public/postfix/dist/proto/TLS_README.html | 30 +-
external/ibm-public/postfix/dist/proto/postconf.proto | 57 +-
external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.c | 5 +-
external/ibm-public/postfix/dist/src/dns/dns_lookup.c | 41 +-
external/ibm-public/postfix/dist/src/dnsblog/dnsblog.c | 13 +-
external/ibm-public/postfix/dist/src/global/mail_params.h | 8 +-
external/ibm-public/postfix/dist/src/global/mail_version.h | 6 +-
external/ibm-public/postfix/dist/src/local/Makefile.in | 1 +
external/ibm-public/postfix/dist/src/local/biff_notify.c | 12 +-
external/ibm-public/postfix/dist/src/postlog/postlog.c | 3 +-
external/ibm-public/postfix/dist/src/postqueue/Makefile.in | 1 +
external/ibm-public/postfix/dist/src/postqueue/postqueue.c | 4 +-
external/ibm-public/postfix/dist/src/smtp/smtp.c | 4 +-
external/ibm-public/postfix/dist/src/smtpd/smtpd.c | 4 +-
external/ibm-public/postfix/dist/src/smtpd/smtpd_sasl_proto.c | 8 +-
external/ibm-public/postfix/dist/src/tls/tls.h | 19 +-
external/ibm-public/postfix/dist/src/tls/tls_client.c | 10 +-
external/ibm-public/postfix/dist/src/tls/tls_misc.c | 8 +-
external/ibm-public/postfix/dist/src/tls/tls_server.c | 7 +-
external/ibm-public/postfix/dist/src/util/events.c | 8 +-
external/ibm-public/postfix/dist/src/util/unix_pass_trigger.c | 7 +-
external/ibm-public/postfix/dist/src/xsasl/xsasl_cyrus.h | 7 +-
external/ibm-public/postfix/dist/src/xsasl/xsasl_cyrus_client.c | 10 +-
external/ibm-public/postfix/dist/src/xsasl/xsasl_cyrus_server.c | 4 +-
external/lgpl2/mpc/dist/config.guess | 3 +
external/lgpl3/gmp/dist/mpn/generic/get_d.c | 2 +-
external/lgpl3/gmp/lib/libgmp/Makefile | 4 +-
external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc | 196 +
external/lgpl3/gmp/lib/libgmp/arch/earm/config.h | 587 +
external/lgpl3/gmp/lib/libgmp/arch/earm/config.m4 | 35 +
external/lgpl3/gmp/lib/libgmp/arch/earm/gmp-mparam.h | 142 +
external/lgpl3/gmp/lib/libgmp/arch/earm/gmp.h | 2280 +
external/lgpl3/gmp/lib/libgmp/arch/earm/mp.h | 164 +
external/lgpl3/mpfr/dist/config.guess | 3 +
external/lgpl3/mpfr/lib/libmpfr/Makefile | 4 +-
external/mit/xorg/bin/xdm/config/Makefile | 9 +-
external/mit/xorg/bin/xdm/config/NetBSD-flag.png.uue | 165 +
external/mit/xorg/bin/xdm/config/NetBSD-flag1.xpm | 190 +
external/mit/xorg/bin/xdm/config/NetBSD-flag2.xpm | 190 +
external/mit/xorg/bin/xdm/config/Xresources.cpp | 108 +
external/mit/xorg/lib/xkbdata/Makefile | 5 -
external/mit/xorg/lib/xkbdata/Makefile.xkbdata | 24 -
external/mit/xorg/lib/xkbdata/compat/Makefile | 15 -
external/mit/xorg/lib/xkbdata/geometry/Makefile | 18 -
external/mit/xorg/lib/xkbdata/geometry/digital/Makefile | 11 -
external/mit/xorg/lib/xkbdata/geometry/ibm/Makefile | 11 -
external/mit/xorg/lib/xkbdata/geometry/sgi/Makefile | 11 -
external/mit/xorg/lib/xkbdata/keycodes/Makefile | 17 -
external/mit/xorg/lib/xkbdata/keycodes/digital/Makefile | 11 -
external/mit/xorg/lib/xkbdata/keycodes/sgi/Makefile | 11 -
external/mit/xorg/lib/xkbdata/keymap/Makefile | 16 -
external/mit/xorg/lib/xkbdata/keymap/digital/Makefile | 11 -
external/mit/xorg/lib/xkbdata/keymap/sgi/Makefile | 12 -
external/mit/xorg/lib/xkbdata/keymap/sun/Makefile | 11 -
external/mit/xorg/lib/xkbdata/rules/Makefile | 12 -
external/mit/xorg/lib/xkbdata/semantics/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/Makefile | 41 -
external/mit/xorg/lib/xkbdata/symbols/digital/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/fujitsu/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/hp/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/macintosh/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/nec/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/pc/Makefile | 30 -
external/mit/xorg/lib/xkbdata/symbols/sgi/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/sony/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/sun/Makefile | 11 -
external/mit/xorg/lib/xkbdata/symbols/xfree68/Makefile | 11 -
external/mit/xorg/lib/xkbdata/torture/Makefile | 14 -
external/mit/xorg/lib/xkbdata/types/Makefile | 14 -
external/mit/xorg/server/drivers/Makefile | 5 +-
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile | 4 +-
external/mit/xorg/server/drivers/xf86-video-nv/Makefile | 6 +-
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile | 4 +-
external/mit/xorg/server/drivers/xf86-video-xgi/Makefile | 19 +
external/mit/xorg/server/xorg-server/Makefile.Xserver | 3 +-
external/mit/xorg/server/xorg-server/glx/Makefile.glx | 5 +-
external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile | 4 +-
external/mit/xorg/share/fonts/misc/font-misc-misc/Makefile | 4 +-
external/public-domain/sqlite/Makefile.inc | 18 +-
external/public-domain/xz/include/config.h | 9 +-
external/public-domain/xz/prepare-import.sh | 11 +-
external/realtek/Makefile | 5 +
external/realtek/Makefile.inc | 9 +
external/realtek/urtwn/Makefile | 10 +
external/realtek/urtwn/dist/Realtek-Firmware-License.txt | 39 +
external/realtek/urtwn/dist/rtl8192cfw.bin | Bin
external/realtek/urtwn/dist/rtl8192cfwU.bin | Bin
games/Makefile | 4 +-
games/Makefile.inc | 4 +-
games/adventure/wizard.c | 14 +-
games/arithmetic/arithmetic.c | 23 +-
games/atc/main.c | 14 +-
games/backgammon/Makefile.inc | 4 +-
games/backgammon/backgammon/backlocal.h | 4 +-
games/backgammon/backgammon/main.c | 62 +-
games/backgammon/backgammon/move.c | 140 +-
games/backgammon/common_source/allow.c | 58 +-
games/backgammon/common_source/back.h | 52 +-
games/backgammon/common_source/check.c | 46 +-
games/backgammon/common_source/init.c | 26 +-
games/backgammon/common_source/one.c | 94 +-
games/backgammon/common_source/save.c | 12 +-
games/backgammon/common_source/subs.c | 36 +-
games/backgammon/common_source/table.c | 92 +-
games/backgammon/teachgammon/teach.c | 17 +-
games/backgammon/teachgammon/tutor.c | 46 +-
games/backgammon/teachgammon/tutor.h | 6 +-
games/banner/banner.c | 9 +-
games/battlestar/command1.c | 6 +-
games/battlestar/command5.c | 6 +-
games/battlestar/fly.c | 9 +-
games/boggle/boggle/bog.c | 47 +-
games/colorbars/Makefile | 9 +
games/colorbars/colorbars.6 | 47 +
games/colorbars/colorbars.c | 124 +
games/cribbage/crib.c | 6 +-
games/cribbage/cribbage.h | 6 +-
games/cribbage/io.c | 32 +-
games/cribbage/score.c | 17 +-
games/dab/algor.h | 6 +-
games/dab/dab.6 | 8 +-
games/dab/main.cc | 6 +-
games/dab/ttyscrn.cc | 14 +-
games/dab/ttyscrn.h | 4 +-
games/fortune/datfiles/fortunes | 13 +-
games/fortune/datfiles/fortunes-o.real | 2 +-
games/fortune/datfiles/fortunes2 | 21 +-
games/fortune/fortune/fortune.6 | 5 +-
games/fortune/fortune/fortune.c | 7 +-
games/fortune/strfile/strfile.8 | 10 +-
games/fortune/strfile/strfile.c | 13 +-
games/fortune/unstr/unstr.c | 14 +-
games/gomoku/bdinit.c | 8 +-
games/gomoku/pickmove.c | 21 +-
games/hack/hack.shk.c | 7 +-
games/hack/hack.shknam.c | 13 +-
games/hangman/endgame.c | 6 +-
games/hangman/getguess.c | 14 +-
games/hangman/getword.c | 6 +-
games/hangman/main.c | 11 +-
games/hangman/playgame.c | 14 +-
games/hangman/prdata.c | 15 +-
games/hangman/prman.c | 6 +-
games/hangman/prword.c | 6 +-
games/hangman/setup.c | 6 +-
games/larn/create.c | 49 +-
games/larn/diag.c | 10 +-
games/larn/display.c | 36 +-
games/larn/global.c | 72 +-
games/larn/help.c | 10 +-
games/larn/io.c | 75 +-
games/larn/main.c | 60 +-
games/larn/monster.c | 85 +-
games/larn/moreobj.c | 22 +-
games/larn/movem.c | 14 +-
games/larn/nap.c | 7 +-
games/larn/object.c | 54 +-
games/larn/regen.c | 6 +-
games/larn/savelev.c | 8 +-
games/larn/scores.c | 46 +-
games/larn/signal.c | 20 +-
games/larn/store.c | 31 +-
games/larn/tok.c | 13 +-
games/monop/cards.c | 15 +-
games/monop/execute.c | 16 +-
games/monop/getinp.c | 10 +-
games/monop/houses.c | 17 +-
games/monop/jail.c | 13 +-
games/monop/misc.c | 30 +-
games/monop/monop.c | 17 +-
games/monop/morg.c | 15 +-
games/monop/print.c | 14 +-
games/monop/prop.c | 21 +-
games/monop/rent.c | 7 +-
games/monop/roll.c | 7 +-
games/monop/spec.c | 14 +-
games/monop/trade.c | 21 +-
games/morse/morse.c | 17 +-
games/number/number.c | 24 +-
games/pig/pig.c | 14 +-
games/snake/snake/snake.c | 64 +-
games/snake/snscore/snscore.c | 6 +-
games/worms/worms.6 | 33 +-
games/worms/worms.c | 13 +-
games/wtf/wtf | 10 +-
games/wtf/wtf.6 | 27 +-
games/wump/wump.c | 60 +-
gnu/dist/gcc4/gcc/config/vax/builtins.md | 14 +-
gnu/dist/gcc4/gcc/config/vax/vax.md | 2 +
gnu/dist/gmake/config/config.guess | 3 +
gnu/dist/texinfo/config.guess | 3 +
gnu/usr.bin/Makefile | 4 +-
gnu/usr.bin/groff/Makefile.inc | 5 +-
gnu/usr.bin/groff/src/devices/Makefile.inc | 6 +-
gnu/usr.bin/groff/src/devices/grodvi/Makefile | 4 +-
gnu/usr.bin/groff/src/devices/grohtml/Makefile | 4 +-
gnu/usr.bin/groff/src/devices/grolbp/Makefile | 4 +-
gnu/usr.bin/groff/src/devices/grolj4/Makefile | 4 +-
gnu/usr.bin/groff/src/devices/grops/Makefile | 4 +-
gnu/usr.bin/groff/src/devices/grotty/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/Makefile.inc | 6 +-
gnu/usr.bin/groff/src/preproc/eqn/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/grn/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/html/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/pic/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/refer/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/soelim/Makefile | 4 +-
gnu/usr.bin/groff/src/preproc/tbl/Makefile | 4 +-
gnu/usr.bin/groff/src/roff/Makefile.inc | 6 +-
gnu/usr.bin/groff/src/roff/groff/Makefile | 4 +-
gnu/usr.bin/groff/src/roff/troff/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/Makefile.inc | 6 +-
gnu/usr.bin/groff/src/utils/addftinfo/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/hpftodit/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/indxbib/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/lkbib/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/lookbib/Makefile | 4 +-
gnu/usr.bin/groff/src/utils/tfmtodit/Makefile | 4 +-
gnu/usr.bin/groff/tmac/mdoc.local | 3 +-
include/cdbw.h | 3 +-
include/dirent.h | 8 +-
include/mntopts.h | 3 +-
include/paths.h | 3 +-
include/resolv.h | 4 +-
include/ssp/ssp.h | 5 +-
include/ssp/string.h | 19 +-
include/stdlib.h | 5 +-
include/string.h | 4 +-
include/time.h | 3 +-
include/unistd.h | 3 +-
lib/Makefile | 68 +-
lib/csu/Makefile | 19 +-
lib/csu/arch/arm/Makefile.inc | 4 +-
lib/csu/arch/arm/crt0.S | 65 +-
lib/csu/arch/arm/crtbegin.S | 293 +
lib/csu/arch/arm/crtend.S | 55 +
lib/csu/arch/arm/crti.S | 10 +-
lib/csu/arch/arm/crtn.S | 8 +-
lib/csu/arch/earm/Makefile.inc | 5 +
lib/csu/arch/earm/crt0.S | 55 +
lib/csu/arch/earm/crtbegin.S | 216 +
lib/csu/arch/earm/crtend.S | 54 +
lib/csu/arch/earm/crti.S | 41 +
lib/csu/arch/earm/crtn.S | 3 +
lib/csu/arch/sh3/crtbegin.S | 6 +-
lib/csu/common/crt0-common.c | 36 +-
lib/csu/common_elf/Makefile.inc | 8 +-
lib/csu/sparc64/Makefile | 4 +-
lib/csu/sparc64/crt0.c | 10 +-
lib/csu/sparc_elf/Makefile | 4 +-
lib/csu/sparc_elf/crt0.c | 6 +-
lib/libc/arch/alpha/gen/_lwp.c | 6 +-
lib/libc/arch/arm/Makefile.inc | 14 +-
lib/libc/arch/arm/gen/Makefile.inc | 4 +-
lib/libc/arch/arm/gen/_setjmp.S | 6 +-
lib/libc/arch/arm/gen/setjmp.S | 6 +-
lib/libc/arch/arm/gen/swapcontext.S | 10 +-
lib/libc/arch/arm/genassym.cf | 36 +
lib/libc/arch/arm/hardfloat/fpgetmask.S | 6 +-
lib/libc/arch/arm/hardfloat/fpgetround.c | 6 +-
lib/libc/arch/arm/hardfloat/fpgetsticky.S | 6 +-
lib/libc/arch/arm/hardfloat/fpsetmask.S | 6 +-
lib/libc/arch/arm/hardfloat/fpsetsticky.S | 6 +-
lib/libc/arch/hppa/gen/swapcontext.S | 13 +-
lib/libc/arch/i386/gen/_lwp.c | 8 +-
lib/libc/arch/mips/gen/_resumecontext.S | 6 +-
lib/libc/arch/mips/gen/_setjmp.S | 9 +-
lib/libc/arch/mips/gen/flt_rounds.c | 6 +-
lib/libc/arch/mips/gen/swapcontext.S | 6 +-
lib/libc/arch/powerpc64/gen/swapcontext.S | 8 +-
lib/libc/arch/sparc/gen/swapcontext.S | 19 +-
lib/libc/arch/sparc64/gen/flt_rounds.c | 6 +-
lib/libc/arch/sparc64/gen/fpgetmask.c | 6 +-
lib/libc/arch/sparc64/gen/fpgetround.c | 6 +-
lib/libc/arch/sparc64/gen/fpgetsticky.c | 6 +-
lib/libc/arch/sparc64/gen/swapcontext.S | 23 +-
lib/libc/arch/vax/gen/frexp.c | 8 +-
lib/libc/cdb/cdbr.c | 30 +-
lib/libc/cdb/cdbw.3 | 16 +-
lib/libc/cdb/cdbw.c | 30 +-
lib/libc/citrus/citrus_mapper.c | 5 +-
lib/libc/citrus/citrus_module.c | 20 +-
lib/libc/compat-43/getdtablesize.c | 6 +-
lib/libc/compat-43/getwd.c | 7 +-
lib/libc/compat/gen/Makefile.inc | 4 +-
lib/libc/compat/gen/compat_alloca.c | 6 +
lib/libc/compat/gen/compat_syslog.c | 205 +
lib/libc/compat/net/compat_ns_addr.c | 7 +-
lib/libc/compat/stdio/compat_fsetpos.c | 6 +-
lib/libc/db/man/btree.3 | 3 +-
lib/libc/dlfcn/dlfcn_elf.c | 6 +-
lib/libc/gdtoa/arithchk.c | 28 +-
lib/libc/gen/Lint_flt_rounds.c | 4 +-
lib/libc/gen/Lint_fpgetmask.c | 4 +-
lib/libc/gen/Lint_fpgetround.c | 4 +-
lib/libc/gen/Lint_fpgetsticky.c | 4 +-
lib/libc/gen/alarm.c | 7 +-
lib/libc/gen/arc4random.c | 253 +-
lib/libc/gen/assert.c | 22 +-
lib/libc/gen/confstr.c | 9 +-
lib/libc/gen/ctermid.c | 7 +-
lib/libc/gen/daemon.c | 7 +-
lib/libc/gen/devname.3 | 13 +-
lib/libc/gen/devname.c | 275 +-
lib/libc/gen/directory.3 | 4 +-
lib/libc/gen/disklabel.c | 10 +-
lib/libc/gen/execv.c | 8 +-
lib/libc/gen/fixunsdfsi_ieee754.c | 8 +-
lib/libc/gen/fixunssfsi_ieee754.c | 8 +-
lib/libc/gen/fixunstfsi_ieee754.c | 8 +-
lib/libc/gen/fts.c | 10 +-
lib/libc/gen/getbsize.c | 8 +-
lib/libc/gen/getcap.c | 9 +-
lib/libc/gen/getcwd.c | 65 +-
lib/libc/gen/getdomainname.c | 8 +-
lib/libc/gen/getgrent.c | 8 +-
lib/libc/gen/gethostname.c | 8 +-
lib/libc/gen/getpagesize.c | 6 +-
lib/libc/gen/getpass.c | 6 +-
lib/libc/gen/getpwent.c | 21 +-
lib/libc/gen/glob.3 | 67 +-
lib/libc/gen/initgroups.c | 8 +-
lib/libc/gen/isascii.c | 7 +-
lib/libc/gen/isatty.c | 7 +-
lib/libc/gen/isspace.3 | 4 +-
lib/libc/gen/lockf.c | 9 +-
lib/libc/gen/pause.c | 6 +-
lib/libc/gen/popen.c | 7 +-
lib/libc/gen/readdir.c | 12 +-
lib/libc/gen/realpath.3 | 30 +-
lib/libc/gen/setdomainname.c | 8 +-
lib/libc/gen/sethostname.c | 8 +-
lib/libc/gen/setjmperr.c | 6 +-
lib/libc/gen/setmode.c | 11 +-
lib/libc/gen/siginterrupt.c | 7 +-
lib/libc/gen/signal.c | 8 +-
lib/libc/gen/sleep.c | 7 +-
lib/libc/gen/sysconf.c | 6 +-
lib/libc/gen/syslog.c | 67 +-
lib/libc/gen/toascii.c | 7 +-
lib/libc/gen/ttyname.3 | 10 +-
lib/libc/gen/ttyname.c | 99 +-
lib/libc/gen/ualarm.c | 8 +-
lib/libc/gen/usleep.c | 7 +-
lib/libc/gen/utime.c | 8 +-
lib/libc/gen/utmpx.c | 10 +-
lib/libc/gen/valloc.c | 7 +-
lib/libc/hash/Makefile.inc | 3 +-
lib/libc/hash/md2/md2.c | 16 +-
lib/libc/hash/murmurhash/Makefile.inc | 5 +
lib/libc/include/extern.h | 20 +-
lib/libc/include/namespace.h | 8 +-
lib/libc/include/reentrant.h | 16 +-
lib/libc/inet/inet.3 | 72 +-
lib/libc/inet/inet_net.3 | 84 +-
lib/libc/inet/inet_neta.c | 9 +-
lib/libc/locale/_wcstol.h | 7 +-
lib/libc/locale/_wcstoul.h | 7 +-
lib/libc/locale/localeconv.c | 6 +-
lib/libc/locale/rune.c | 15 +-
lib/libc/locale/wcscoll.c | 7 +-
lib/libc/locale/wcsxfrm.c | 9 +-
lib/libc/md/mdXhl.c | 15 +-
lib/libc/net/base64.c | 9 +-
lib/libc/net/getaddrinfo.c | 6 +-
lib/libc/net/gethnamaddr.c | 20 +-
lib/libc/net/getnameinfo.3 | 18 +-
lib/libc/net/getnameinfo.c | 33 +-
lib/libc/net/nslexer.l | 7 +-
lib/libc/net/rcmd.c | 16 +-
lib/libc/nls/catclose.c | 7 +-
lib/libc/nls/catgets.c | 10 +-
lib/libc/nls/catopen.c | 11 +-
lib/libc/quad/Makefile.inc | 4 +-
lib/libc/quad/fixdfdi.c | 8 +-
lib/libc/quad/fixsfdi.c | 8 +-
lib/libc/quad/fixunsdfdi.c | 8 +-
lib/libc/quad/fixunssfdi.c | 8 +-
lib/libc/quad/floatdidf.c | 8 +-
lib/libc/quad/floatdisf.c | 8 +-
lib/libc/quad/floatundidf.c | 8 +-
lib/libc/quad/floatundisf.c | 8 +-
lib/libc/quad/floatunditf_ieee754.c | 8 +-
lib/libc/resolv/res_debug.c | 19 +-
lib/libc/resolv/res_init.c | 7 +-
lib/libc/rpc/Makefile.inc | 4 +-
lib/libc/rpc/getnetpath.c | 7 +-
lib/libc/rpc/pmap_rmt.c | 15 +-
lib/libc/rpc/rpc_soc.c | 52 +-
lib/libc/rpc/rpcb_prot.c | 36 +-
lib/libc/rpc/rpcb_st_xdr.c | 32 +-
lib/libc/rpc/svc_auth_unix.c | 12 +-
lib/libc/rpc/svc_run.c | 8 +-
lib/libc/rpc/xdr.c | 20 +-
lib/libc/rpc/xdr_array.c | 21 +-
lib/libc/rpc/xdr_float.c | 12 +-
lib/libc/rpc/xdr_reference.c | 16 +-
lib/libc/shlib_version | 9 +-
lib/libc/softfloat/softfloat-for-gcc.h | 59 +-
lib/libc/ssp/__builtin_object_size.3 | 19 +-
lib/libc/stdio/fmemopen.3 | 4 +-
lib/libc/stdio/fopen.3 | 53 +-
lib/libc/stdio/funopen.3 | 16 +-
lib/libc/stdlib/a64l.c | 5 +-
lib/libc/stdlib/abort.3 | 4 +-
lib/libc/stdlib/abort.c | 6 +-
lib/libc/stdlib/abs.c | 7 +-
lib/libc/stdlib/alloca.3 | 38 +-
lib/libc/stdlib/atof.c | 7 +-
lib/libc/stdlib/atoi.c | 7 +-
lib/libc/stdlib/atol.c | 7 +-
lib/libc/stdlib/atoll.c | 7 +-
lib/libc/stdlib/div.c | 7 +-
lib/libc/stdlib/getsubopt.c | 8 +-
lib/libc/stdlib/insque.c | 6 +-
lib/libc/stdlib/labs.c | 7 +-
lib/libc/stdlib/ldiv.c | 7 +-
lib/libc/stdlib/llabs.c | 7 +-
lib/libc/stdlib/lldiv.c | 7 +-
lib/libc/stdlib/lsearch.c | 15 +-
lib/libc/stdlib/ptsname.3 | 4 +-
lib/libc/stdlib/qabs.c | 7 +-
lib/libc/stdlib/qdiv.c | 7 +-
lib/libc/stdlib/qsort.c | 6 +-
lib/libc/stdlib/rand.c | 9 +-
lib/libc/stdlib/rand_r.c | 7 +-
lib/libc/stdlib/remque.c | 5 +-
lib/libc/stdlib/system.c | 7 +-
lib/libc/stdlib/tdelete.c | 12 +-
lib/libc/stdlib/tfind.c | 12 +-
lib/libc/stdlib/tsearch.c | 10 +-
lib/libc/string/Makefile.inc | 3 +-
lib/libc/string/bm.c | 17 +-
lib/libc/string/memccpy.c | 10 +-
lib/libc/string/strcoll.c | 7 +-
lib/libc/string/strdup.c | 7 +-
lib/libc/string/strmode.c | 8 +-
lib/libc/string/strncat.c | 9 +-
lib/libc/string/strsignal.c | 7 +-
lib/libc/string/strtok_r.c | 9 +-
lib/libc/string/strxfrm.c | 9 +-
lib/libc/string/wcscat.c | 8 +-
lib/libc/string/wcscmp.c | 7 +-
lib/libc/string/wcscpy.c | 8 +-
lib/libc/string/wcslcat.c | 9 +-
lib/libc/string/wcslcpy.c | 9 +-
lib/libc/string/wcslen.c | 7 +-
lib/libc/string/wcsncat.c | 9 +-
lib/libc/string/wcsncmp.c | 8 +-
lib/libc/string/wcsncpy.c | 9 +-
lib/libc/string/wcsrchr.c | 8 +-
lib/libc/string/wcsstr.c | 10 +-
lib/libc/string/wcstok.c | 10 +-
lib/libc/string/wmemchr.c | 9 +-
lib/libc/string/wmemcmp.c | 9 +-
lib/libc/string/wmemcpy.c | 9 +-
lib/libc/string/wmemmove.c | 9 +-
lib/libc/string/wmemset.c | 9 +-
lib/libc/sys/Lint___vfork14.c | 4 +-
lib/libc/sys/Makefile.inc | 19 +-
lib/libc/sys/getrlimit.2 | 9 +-
lib/libc/sys/getsockname.2 | 6 +-
lib/libc/sys/modctl.2 | 29 +-
lib/libc/sys/nanosleep.2 | 81 +-
lib/libc/sys/recv.2 | 85 +-
lib/libc/sys/send.2 | 134 +-
lib/libc/sys/sigaction.2 | 4 +-
lib/libc/sys/swapon.c | 7 +-
lib/libc/termios/cfgetispeed.c | 7 +-
lib/libc/termios/cfgetospeed.c | 7 +-
lib/libc/termios/cfmakeraw.c | 7 +-
lib/libc/termios/cfsetispeed.c | 8 +-
lib/libc/termios/cfsetospeed.c | 8 +-
lib/libc/termios/cfsetspeed.c | 8 +-
lib/libc/termios/tcdrain.c | 7 +-
lib/libc/termios/tcflow.c | 7 +-
lib/libc/termios/tcflush.c | 7 +-
lib/libc/termios/tcgetattr.c | 8 +-
lib/libc/termios/tcgetpgrp.c | 7 +-
lib/libc/termios/tcgetsid.c | 7 +-
lib/libc/termios/tcsendbreak.c | 7 +-
lib/libc/termios/tcsetattr.c | 8 +-
lib/libc/time/Makefile | 89 +-
lib/libc/time/README | 21 +-
lib/libc/time/Theory | 34 +-
lib/libc/time/asctime.c | 28 +-
lib/libc/time/checktab.awk | 4 +-
lib/libc/time/difftime.c | 12 +-
lib/libc/time/ialloc.c | 64 +-
lib/libc/time/localtime.c | 62 +-
lib/libc/time/private.h | 31 +-
lib/libc/time/scheck.c | 14 +-
lib/libc/time/strftime.c | 20 +-
lib/libc/time/tz-art.htm | 5 +-
lib/libc/time/tz-link.htm | 43 +-
lib/libc/time/tzfile.5 | 3 +-
lib/libc/time/tzfile.h | 14 +-
lib/libc/time/tzselect.ksh | 6 +-
lib/libc/time/version.h | 1 +
lib/libc/time/zdump.8 | 3 +-
lib/libc/time/zdump.c | 124 +-
lib/libc/time/zic.8 | 3 +-
lib/libc/time/zic.c | 603 +-
lib/libc/yp/yp_all.c | 10 +-
lib/libc/yp/yp_first.c | 24 +-
lib/libc/yp/yp_maplist.c | 8 +-
lib/libc/yp/yp_master.c | 9 +-
lib/libc/yp/yp_order.c | 9 +-
lib/libc/yp/yperr_string.c | 7 +-
lib/libc/yp/ypprot_err.c | 7 +-
lib/libcrypt/Makefile | 4 +-
lib/libcrypt/bcrypt.c | 6 +-
lib/libcrypt/crypt-sha1.c | 6 +-
lib/libcrypt/md5crypt.c | 6 +-
lib/libcrypto_idea/Makefile | 42 -
lib/libcrypto_mdc2/Makefile | 42 -
lib/libcrypto_rc5/Makefile | 42 -
lib/libcurses/addchnstr.c | 15 +-
lib/libcurses/addnstr.c | 13 +-
lib/libcurses/chgat.c | 9 +-
lib/libcurses/get_wch.c | 6 +-
lib/libcurses/mvwin.c | 58 +-
lib/libedit/Makefile | 4 +-
lib/libedit/chared.c | 6 +-
lib/libedit/editline.3 | 22 +-
lib/libedit/editrc.5 | 4 +-
lib/libedit/el.c | 6 +-
lib/libedit/histedit.h | 4 +-
lib/libedit/read.c | 16 +-
lib/libedit/readline.c | 24 +-
lib/libedit/terminal.c | 6 +-
lib/libexecinfo/Makefile | 31 +
lib/libexecinfo/backtrace.3 | 159 +
lib/libexecinfo/backtrace.c | 229 +
lib/libexecinfo/builtin.c | 68 +
lib/libexecinfo/execinfo.h | 44 +
lib/libexecinfo/shlib_version | 3 +
lib/libexecinfo/symtab.c | 192 +
lib/libexecinfo/symtab.h | 42 +
lib/libexecinfo/unwind.c | 72 +
lib/libexecinfo/unwind.h | 68 +
lib/libform/form_field.3 | 4 +-
lib/libintl/gettext.c | 21 +-
lib/libkvm/kvm.c | 28 +-
lib/libkvm/kvm_proc.c | 7 +-
lib/libl/Makefile | 20 -
lib/libm/Makefile | 4 +-
lib/libm/arch/i387/fenv.c | 8 +-
lib/libm/arch/x86_64/fenv.c | 8 +-
lib/libm/noieee_src/n_gamma.c | 5 +-
lib/libm/src/s_truncl.c | 147 +
lib/libmenu/Makefile | 63 +-
lib/libmenu/internals.c | 431 +-
lib/libmenu/menu_items.3 | 4 +-
lib/libmenu/menu_new.3 | 4 +-
lib/libnpf/Makefile | 6 +-
lib/libnpf/npf.3 | 6 +-
lib/libnpf/npf.c | 228 +-
lib/libnpf/npf.h | 55 +-
lib/libp2k/p2k.c | 10 +-
lib/libperfuse/Makefile | 4 +-
lib/libperfuse/debug.c | 14 +-
lib/libperfuse/ops.c | 1013 +-
lib/libperfuse/perfuse.c | 71 +-
lib/libperfuse/perfuse_if.h | 8 +-
lib/libperfuse/perfuse_priv.h | 46 +-
lib/libperfuse/subr.c | 134 +-
lib/libpthread/Makefile | 4 +-
lib/libpthread/arch/arm/pthread_md.h | 5 +-
lib/libpthread/pthread.c | 21 +-
lib/libpthread/pthread_cond.c | 6 +-
lib/libpthread/pthread_int.h | 5 +-
lib/libpthread/pthread_mutex.c | 9 +-
lib/libpthread/pthread_specific.c | 31 +-
lib/libpthread/pthread_spin.c | 5 +-
lib/libpthread_dbg/Makefile | 7 +-
lib/libpuffs/dispatcher.c | 100 +-
lib/libpuffs/framebuf.c | 6 +-
lib/libpuffs/pnode.c | 6 +-
lib/libpuffs/puffs.3 | 15 +-
lib/libpuffs/puffs.h | 27 +-
lib/libpuffs/puffs_ops.3 | 58 +-
lib/librt/sem_init.3 | 18 +-
lib/librumpclient/rumpclient.c | 114 +-
lib/librumpclient/rumpclient.h | 14 +-
lib/librumphijack/Makefile | 4 +-
lib/librumphijack/hijack.c | 569 +-
lib/librumphijack/hijackdlsym.c | 6 +-
lib/librumpuser/rumpuser.c | 153 +-
lib/librumpuser/rumpuser_daemonize.c | 7 +-
lib/librumpuser/rumpuser_dl.c | 46 +-
lib/librumpuser/rumpuser_net.c | 11 +-
lib/librumpuser/rumpuser_port.h | 139 +
lib/librumpuser/rumpuser_pth.c | 36 +-
lib/librumpuser/rumpuser_sp.c | 89 +-
lib/librumpuser/sp_common.c | 77 +-
lib/libskey/skey.3 | 4 +-
lib/libtelnet/Makefile | 4 +-
lib/libterminfo/Makefile.hash | 6 +-
lib/libterminfo/compile.c | 14 +-
lib/libterminfo/term.c | 94 +-
lib/libterminfo/term.h | 4 +-
lib/libterminfo/term_private.h | 19 +-
lib/libterminfo/terminfo.5.in | 16 +-
lib/libterminfo/tparm.c | 9 +-
lib/libukfs/ukfs.h | 7 +-
lib/libutil/getrawpartition.c | 6 +-
lib/libutil/openpty.3 | 17 +-
lib/libutil/parsedate.y | 10 +-
lib/libutil/passwd.c | 8 +-
lib/libutil/stat_flags.3 | 6 +-
lib/npf/Makefile | 11 +
lib/npf/Makefile.inc | 8 +
lib/npf/ext_log/Makefile | 13 +
lib/npf/ext_log/npfext_log.c | 75 +
lib/npf/ext_log/shlib_version | 4 +
lib/npf/ext_normalise/Makefile | 13 +
lib/npf/ext_normalise/npfext_normalise.c | 100 +
lib/npf/ext_normalise/shlib_version | 4 +
libexec/Makefile.inc | 4 +-
libexec/atrun/atrun.8 | 12 +-
libexec/ftpd/cmds.c | 8 +-
libexec/ftpd/ftpd.c | 6 +-
libexec/getty/main.c | 53 +-
libexec/httpd/CHANGES | 3 +
libexec/httpd/bozohttpd.c | 92 +-
libexec/httpd/bozohttpd.h | 3 +-
libexec/httpd/dir-index-bozo.c | 10 +-
libexec/identd/Makefile | 4 +-
libexec/ld.elf_so/Makefile | 8 +-
libexec/ld.elf_so/arch/arm/Makefile.inc | 5 +-
libexec/ld.elf_so/arch/arm/rtld_start.S | 11 +-
libexec/ld.elf_so/arch/sparc64/mdreloc.c | 19 +-
libexec/ld.elf_so/headers.c | 27 +-
libexec/ld.elf_so/map_object.c | 29 +-
libexec/ld.elf_so/rtld.c | 167 +-
libexec/ld.elf_so/rtld.h | 15 +-
libexec/ld.elf_so/symbol.c | 6 +-
libexec/rpc.rstatd/rstat_proc.c | 12 +-
libexec/rshd/rshd.c | 20 +-
regress/usr.bin/rtld/testlib/Makefile | 4 +-
rescue/list | 3 +-
sbin/atactl/atactl.c | 9 +-
sbin/brconfig/brconfig.c | 6 +-
sbin/chown/chgrp.1 | 21 +-
sbin/chown/chown.8 | 23 +-
sbin/chown/chown.c | 72 +-
sbin/dump/Makefile | 4 +-
sbin/dump/dump.8 | 10 +-
sbin/fdisk/fdisk.8 | 17 +-
sbin/fdisk/fdisk.c | 6 +-
sbin/fsck_ext2fs/pass5.c | 6 +-
sbin/fsck_ffs/Makefile | 4 +-
sbin/fsck_ffs/pass5.c | 6 +-
sbin/fsck_ffs/pass6.c | 4 +-
sbin/fsck_ffs/quota2.c | 4 +-
sbin/fsck_msdos/fat.c | 9 +-
sbin/fsck_v7fs/Makefile | 4 +-
sbin/fsdb/Makefile | 4 +-
sbin/gpt/gpt.c | 12 +-
sbin/ifconfig/Makefile | 4 +-
sbin/iscsictl/iscsic_driverif.c | 16 +-
sbin/iscsictl/iscsictl.8 | 186 +-
sbin/iscsid/Makefile | 4 +-
sbin/iscsid/iscsid.8 | 18 +-
sbin/iscsid/iscsid.h | 4 +-
sbin/iscsid/iscsid_discover.c | 4 +-
sbin/iscsid/iscsid_driverif.c | 19 +-
sbin/iscsid/iscsid_globals.h | 21 +-
sbin/iscsid/iscsid_lists.c | 22 +-
sbin/iscsid/iscsid_main.c | 109 +-
sbin/iscsid/iscsid_targets.c | 4 +-
sbin/mbrlabel/mbrlabel.8 | 7 +-
sbin/mbrlabel/mbrlabel.c | 6 +-
sbin/modload/Makefile | 4 +-
sbin/modstat/Makefile | 4 +-
sbin/modstat/main.c | 73 +-
sbin/modstat/modstat.8 | 21 +-
sbin/modunload/Makefile | 4 +-
sbin/mount/mount.8 | 44 +-
sbin/mount/mount.c | 6 +-
sbin/mount_ffs/mount_ffs.c | 5 +-
sbin/mount_msdos/mount_msdos.8 | 14 +-
sbin/mount_nfs/mount_nfs.8 | 7 +-
sbin/mount_ptyfs/mount_ptyfs.8 | 16 +-
sbin/mount_ptyfs/mount_ptyfs.c | 25 +-
sbin/mount_smbfs/Makefile.inc | 4 +-
sbin/newfs/Makefile | 8 +-
sbin/newfs/newfs.8 | 22 +-
sbin/newfs/newfs.c | 15 +-
sbin/newfs_msdos/newfs_msdos.c | 16 +-
sbin/newfs_v7fs/Makefile | 6 +-
sbin/ping/ping.c | 10 +-
sbin/ping6/ping6.c | 6 +-
sbin/rndctl/rndctl.c | 19 +-
sbin/route/route.c | 20 +-
sbin/routed/if.c | 8 +-
sbin/sysctl/sysctl.c | 11 +-
sbin/wsconsctl/map_parse.y | 32 +-
share/dict/web2 | 1 +
share/doc/smm/04.quotas/quotas.ms | 12 +-
share/examples/Makefile | 6 +-
share/examples/npf/Makefile | 12 +
share/examples/npf/hashtablefile | 8 +
share/examples/npf/host-npf.conf | 120 +
share/examples/npf/soho_gw-npf.conf | 62 +
share/examples/npf/treetablefile | 8 +
share/locale/ctype/en_US.UTF-8.src | 4 +-
share/man/man1/man1.x68k/bellctrl.1 | 4 +-
share/man/man3/bits.3 | 8 +-
share/man/man3/intro.3 | 14 +-
share/man/man3/queue.3 | 32 +-
share/man/man3/rbtree.3 | 55 +-
share/man/man4/Makefile | 16 +-
share/man/man4/adv.4 | 3 +-
share/man/man4/bpf.4 | 17 +-
share/man/man4/bt3c.4 | 3 +-
share/man/man4/btbc.4 | 3 +-
share/man/man4/bwi.4 | 4 +-
share/man/man4/cd.4 | 6 +-
share/man/man4/clnp.4 | 3 +-
share/man/man4/dk.4 | 8 +-
share/man/man4/hdaudio.4 | 6 +-
share/man/man4/hme.4 | 8 +-
share/man/man4/icp.4 | 4 +-
share/man/man4/ip.4 | 26 +-
share/man/man4/ip6.4 | 27 +-
share/man/man4/isdntel.4 | 5 +-
share/man/man4/lmc.4 | 8 +-
share/man/man4/lmtemp.4 | 7 +-
share/man/man4/malo.4 | 180 +
share/man/man4/man4.amiga/Makefile | 4 +-
share/man/man4/man4.amiga/empb.4 | 104 +
share/man/man4/man4.amiga/mppb.4 | 18 +-
share/man/man4/man4.amiga/p5pb.4 | 22 +-
share/man/man4/man4.hp700/io.4 | 4 +-
share/man/man4/mca.4 | 3 +-
share/man/man4/ne.4 | 10 +-
share/man/man4/options.4 | 13 +-
share/man/man4/pci.4 | 3 +-
share/man/man4/ptm.4 | 6 +-
share/man/man4/puc.4 | 57 +-
share/man/man4/run.4 | 239 +
share/man/man4/ses.4 | 4 +-
share/man/man4/smscmon.4 | 4 +-
share/man/man4/swsensor.4 | 13 +-
share/man/man4/tdvfb.4 | 112 +
share/man/man4/tp.4 | 4 +-
share/man/man4/tpm.4 | 6 +-
share/man/man4/u3g.4 | 6 +-
share/man/man4/uatp.4 | 176 +
share/man/man4/udp.4 | 29 +-
share/man/man4/uftdi.4 | 10 +-
share/man/man4/urtw.4 | 115 +
share/man/man4/urtwn.4 | 21 +-
share/man/man4/usb.4 | 6 +-
share/man/man4/vnd.4 | 22 +-
share/man/man4/voodoofb.4 | 64 +
share/man/man4/wapbl.4 | 7 +-
share/man/man4/wm.4 | 22 +-
share/man/man4/wpi.4 | 6 +-
share/man/man4/wscons.4 | 10 +-
share/man/man4/wsdisplay.4 | 18 +-
share/man/man4/wskbd.4 | 42 +-
share/man/man4/wsmouse.4 | 20 +-
share/man/man5/daily.5 | 15 +-
share/man/man5/fstab.5 | 20 +-
share/man/man5/ifconfig.if.5 | 10 +-
share/man/man5/mk.conf.5 | 152 +-
share/man/man5/rc.conf.5 | 103 +-
share/man/man5/resolv.conf.5 | 83 +-
share/man/man7/hier.7 | 8 +-
share/man/man7/intro.7 | 6 +-
share/man/man7/release.7 | 67 +-
share/man/man7/rfc6056.7 | 28 +-
share/man/man7/sysctl.7 | 72 +-
share/man/man8/afterboot.8 | 87 +-
share/man/man8/diskless.8 | 4 +-
share/man/man8/man8.evbarm/bootmini2440.8 | 3 +-
share/man/man8/sysinst.8 | 79 +-
share/man/man9/Makefile | 9 +-
share/man/man9/bus_space.9 | 3 +-
share/man/man9/cprng.9 | 20 +-
share/man/man9/cpu_rootconf.9 | 42 +-
share/man/man9/extent.9 | 12 +-
share/man/man9/kauth.9 | 20 +-
share/man/man9/kcpuset.9 | 38 +-
share/man/man9/mutex.9 | 8 +-
share/man/man9/npf_ncode.9 | 14 +-
share/man/man9/panic.9 | 10 +-
share/man/man9/pci_configure_bus.9 | 6 +-
share/man/man9/rnd.9 | 26 +-
share/man/man9/sysmon_envsys.9 | 7 +-
share/man/man9/ucom.9 | 10 +-
share/man/man9/usbdi.9 | 475 +-
share/man/man9/uvm.9 | 34 +-
share/man/man9/vnodeops.9 | 10 +-
share/misc/acronyms | 5 +-
share/misc/acronyms.comp | 8 +-
share/misc/bsd-family-tree | 79 +-
share/misc/country | 14 +-
share/misc/make.country | 19 +-
share/misc/style | 13 +-
share/mk/bsd.README | 48 +-
share/mk/bsd.endian.mk | 3 +-
share/mk/bsd.gcc.mk | 6 +-
share/mk/bsd.kmodule.mk | 4 +-
share/mk/bsd.lib.mk | 6 +-
share/mk/bsd.own.mk | 28 +-
share/mk/bsd.prog.mk | 31 +-
share/mk/bsd.sys.mk | 7 +-
share/mk/bsd.test.mk | 14 +-
share/mk/sys.mk | 8 +-
share/terminfo/Makefile | 12 +-
share/terminfo/terminfo | 6 +-
share/zoneinfo/africa | 84 +-
share/zoneinfo/antarctica | 1 -
share/zoneinfo/asia | 219 +-
share/zoneinfo/australasia | 92 +-
share/zoneinfo/backward | 1 -
share/zoneinfo/etcetera | 1 -
share/zoneinfo/europe | 15 +-
share/zoneinfo/factory | 1 -
share/zoneinfo/iso3166.tab | 1 -
share/zoneinfo/leapseconds | 7 +-
share/zoneinfo/northamerica | 50 +-
share/zoneinfo/pacificnew | 1 -
share/zoneinfo/solar87 | 1 -
share/zoneinfo/solar88 | 1 -
share/zoneinfo/solar89 | 1 -
share/zoneinfo/southamerica | 34 +-
share/zoneinfo/systemv | 1 -
share/zoneinfo/yearistype.sh | 4 +-
share/zoneinfo/zone.tab | 1 -
tests/Makefile | 14 +-
tests/bin/sh/Makefile | 3 +-
tests/bin/sh/t_ulimit.sh | 46 +
tests/crypto/libcrypto/Makefile | 10 +-
tests/crypto/libcrypto/idea/Makefile | 9 +-
tests/crypto/libcrypto/mdc2/Makefile | 9 +-
tests/crypto/libcrypto/t_ciphers.sh | 5 +-
tests/crypto/libcrypto/t_hashes.sh | 5 +-
tests/dev/Makefile | 8 +-
tests/dev/sysmon/t_swsensor.sh | 222 +-
tests/fs/common/Makefile | 7 +-
tests/fs/common/fstest_ffs.c | 8 +-
tests/fs/common/fstest_zfs.c | 134 +
tests/fs/common/h_fsmacros.h | 27 +-
tests/fs/ffs/h_ffs_server.c | 6 +-
tests/fs/ffs/h_quota2_tests.c | 16 +-
tests/fs/ffs/t_miscquota.sh | 51 +-
tests/fs/nfs/t_rquotad.sh | 4 +-
tests/fs/vfs/Makefile | 7 +-
tests/include/sys/Makefile | 8 +-
tests/include/t_paths.c | 5 +-
tests/ipf/expected/.cvsignore | 1 +
tests/ipf/expected/Makefile | 4 +-
tests/ipf/expected/i12 | 8 +-
tests/ipf/expected/i18 | 4 +-
tests/ipf/expected/i6 | 8 +-
tests/ipf/expected/in102 | 4 +-
tests/ipf/expected/ip1 | 14 +-
tests/ipf/expected/ip2 | 2 +-
tests/ipf/expected/ip3 | 4 +-
tests/ipf/expected/n11_6 | 8 +-
tests/ipf/expected/n12 | 2 +-
tests/ipf/expected/n12_6 | 2 +-
tests/ipf/expected/n13_6 | 2 +-
tests/ipf/expected/n14 | 2 +-
tests/ipf/expected/n14_6 | 2 +-
tests/ipf/expected/n15 | 2 +-
tests/ipf/expected/n15_6 | 6 +-
tests/ipf/expected/n18 | 6 +-
tests/ipf/expected/n1_6 | 10 +-
tests/ipf/expected/n2 | 8 +-
tests/ipf/expected/n201 | 28 -
tests/ipf/expected/n202 | 23 -
tests/ipf/expected/n2_6 | 10 +-
tests/ipf/expected/n4 | 4 +-
tests/ipf/expected/n4_6 | 16 +-
tests/ipf/expected/n5 | 6 +-
tests/ipf/expected/n5_6 | 18 +-
tests/ipf/expected/n6 | 6 +-
tests/ipf/expected/n6_6 | 16 +-
tests/ipf/expected/n7_6 | 6 +-
tests/ipf/expected/n8_6 | 10 +-
tests/ipf/expected/n9_6 | 10 +-
tests/ipf/expected/ni11 | 2 +-
tests/ipf/expected/ni12 | 2 +-
tests/ipf/expected/ni4 | 2 +-
tests/ipf/expected/ni5 | 2 +
tests/ipf/expected/ni8 | 2 +-
tests/ipf/expected/p3 | 12 +-
tests/ipf/expected/p6 | 2 +-
tests/ipf/input/Makefile | 4 +-
tests/ipf/input/f24 | 2 +-
tests/ipf/input/ipv6.1 | 19 +-
tests/ipf/input/ipv6.3 | 6 +-
tests/ipf/input/n13_6 | 8 +-
tests/ipf/input/n14_6 | 8 +-
tests/ipf/input/n201 | 24 -
tests/ipf/input/n202 | 7 -
tests/ipf/input/n8_6 | 33 +-
tests/ipf/input/n9_6 | 8 +-
tests/ipf/regress/Makefile | 4 +-
tests/ipf/regress/i18 | 2 +-
tests/ipf/regress/ipv6.5 | 4 +-
tests/ipf/regress/n13_6 | 2 +-
tests/ipf/regress/n201 | 1 -
tests/ipf/regress/n202 | 1 -
tests/ipf/t_filter_exec.sh | 60 +-
tests/ipf/t_filter_parse.sh | 6 +-
tests/ipf/t_nat_exec.sh | 93 +-
tests/ipf/t_nat_ipf_exec.sh | 74 +-
tests/ipf/t_nat_parse.sh | 15 +-
tests/ipf/t_pools.sh | 36 +-
tests/kernel/Makefile | 22 +-
tests/lib/Makefile | 12 +-
tests/lib/libc/Makefile | 3 +-
tests/lib/libc/gen/t_siginfo.c | 19 +-
tests/lib/libc/hash/t_sha2.c | 6 +-
tests/lib/libc/net/Makefile | 4 +-
tests/lib/libc/net/t_protoent.sh | 21 +-
tests/lib/libc/regex/Makefile | 19 +-
tests/lib/libc/regex/att.c | 534 -
tests/lib/libc/regex/t_regex.awk | 59 -
tests/lib/libc/regex/t_regex.in | 61 -
tests/lib/libc/regex/t_regex.sh | 73 +
tests/lib/libc/regex/t_regex_att.c | 629 +
tests/lib/libc/regex/t_regex_att.in | 48 -
tests/lib/libc/ssp/Makefile | 5 +-
tests/lib/libc/stdlib/t_strtod.c | 9 +-
tests/lib/libc/sys/Makefile | 9 +-
tests/lib/libc/sys/t_kevent.c | 86 +-
tests/lib/libc/sys/t_mincore.c | 50 +-
tests/lib/libc/sys/t_mlock.c | 35 +-
tests/lib/libc/sys/t_mmap.c | 6 +-
tests/lib/libc/sys/t_recvmmsg.c | 161 +
tests/lib/libc/sys/t_setrlimit.c | 45 +-
tests/lib/libc/sys/t_swapcontext.c | 133 +
tests/lib/libc/t_cdb.c | 158 +
tests/lib/libc/t_gdtoa.c | 6 +-
tests/lib/libcurses/Makefile | 12 +-
tests/lib/libcurses/director/Makefile | 2 +-
tests/lib/libcurses/director/director.c | 10 +-
tests/lib/libcurses/director/testlang_parse.y | 5 +-
tests/lib/libcurses/slave/curses_commands.c | 59 +-
tests/lib/libexecinfo/Makefile | 13 +
tests/lib/libexecinfo/t_backtrace.c | 115 +
tests/lib/libm/t_exp.c | 48 +-
tests/lib/libm/t_infinity.c | 9 +-
tests/lib/libpthread/Makefile | 3 +-
tests/lib/libpthread/t_swapcontext.c | 111 +
tests/lib/librumphijack/t_tcpip.sh | 4 +-
tests/lib/librumphijack/t_vfs.sh | 35 +-
tests/lib/libtre/Makefile | 5 +-
tests/lib/semaphore/Makefile | 5 +-
tests/modules/k_helper/k_helper.c | 6 +-
tests/modules/t_modctl.c | 39 +-
tests/net/Makefile | 7 +-
tests/net/bpf/t_bpf.c | 14 +-
tests/net/bpfilter/Makefile | 14 +
tests/net/bpfilter/t_bpfilter.c | 308 +
tests/net/fdpass/Makefile | 30 +
tests/net/fdpass/fdpass.c | 231 +
tests/net/fdpass/t_fdpass.sh | 99 +
tests/net/icmp/t_ping.c | 15 +-
tests/net/npf/Makefile | 12 +
tests/net/npf/t_npf.sh | 63 +
tests/net/sys/t_rfc6056.c | 23 +-
tests/sbin/Makefile | 4 +-
tests/sbin/newfs_msdos/Makefile | 9 +
tests/sbin/newfs_msdos/t_create.sh | 44 +
tests/share/Makefile | 9 +
tests/share/mk/Makefile | 12 +
tests/share/mk/common.subr | 132 +
tests/share/mk/t_lib.sh | 54 +
tests/share/mk/t_own.sh | 72 +
tests/share/mk/t_prog.sh | 87 +
tests/share/mk/t_test.sh | 111 +
tests/usr.bin/Makefile | 7 +-
tests/usr.bin/cc/t_hello.sh | 23 +-
tests/usr.bin/infocmp/Makefile | 9 +
tests/usr.bin/infocmp/t_terminfo.sh | 62 +
tests/usr.bin/mkdep/t_mkdep.sh | 31 +-
tests/usr.bin/nbperf/Makefile | 17 +
tests/usr.bin/nbperf/h_nbperf.sh | 32 +
tests/usr.bin/nbperf/hash_driver.c | 53 +
tests/usr.bin/nbperf/t_nbperf.sh | 104 +
tests/usr.bin/unifdef/t_basic.sh | 19 +-
tools/Makefile | 28 +-
tools/Makefile.gnuhost | 4 +-
tools/Makefile.nbincludes | 4 +-
tools/cap_mkdb/Makefile | 5 +-
tools/compat/Makefile | 10 +-
tools/compat/cdbr.h | 5 +
tools/compat/cdbw.h | 5 +
tools/compat/compat_defs.h | 11 +-
tools/disklabel/Makefile | 4 +-
tools/fdisk/Makefile | 6 +-
tools/gcc/Makefile | 6 +-
tools/gcc/README.mknative | 43 +-
tools/gcc/mknative-gcc | 15 +-
tools/gdb/Makefile | 4 +-
tools/host-mkdep/host-mkdep.in | 10 +-
tools/llvm-include/Makefile | 4 +-
tools/llvm-lib/libLLVMMipsDisassembler/Makefile | 3 +
tools/llvm-lib/libclangRewrite/Makefile | 3 -
tools/llvm-lib/libclangRewriteCore/Makefile | 3 +
tools/llvm-lib/libclangRewriteFrontend/Makefile | 3 +
tools/llvm/Makefile | 18 +-
usr.bin/Makefile | 11 +-
usr.bin/calendar/calendars/calendar.netbsd | 1 +
usr.bin/cksum/cksum.1 | 40 +-
usr.bin/comm/comm.c | 6 +-
usr.bin/config/config.1 | 18 +-
usr.bin/config/defs.h | 4 +-
usr.bin/config/main.c | 19 +-
usr.bin/config/mkmakefile.c | 9 +-
usr.bin/ctags/Makefile | 8 +-
usr.bin/cut/cut.1 | 24 +-
usr.bin/cut/cut.c | 16 +-
usr.bin/eject/eject.c | 39 +-
usr.bin/extattr/getextattr.c | 6 +-
usr.bin/find/find.1 | 169 +-
usr.bin/find/function.c | 6 +-
usr.bin/finger/finger.1 | 8 +-
usr.bin/fmt/fmt.1 | 7 +-
usr.bin/fmt/fmt.c | 9 +-
usr.bin/fstat/fstat.1 | 11 +-
usr.bin/fstat/fstat.c | 233 +-
usr.bin/fstat/misc.c | 6 +-
usr.bin/ftp/extern.h | 4 +-
usr.bin/ftp/fetch.c | 7 +-
usr.bin/ftp/ftp.c | 9 +-
usr.bin/ftp/progressbar.c | 7 +-
usr.bin/ftp/util.c | 9 +-
usr.bin/hexdump/hexdump.1 | 128 +-
usr.bin/hexdump/hexdump.c | 8 +-
usr.bin/hexdump/od.1 | 59 +-
usr.bin/indent/indent.1 | 3 +-
usr.bin/ktruss/dump.c | 5 +-
usr.bin/ldd/ldd.c | 113 +-
usr.bin/ldd/ldd.h | 5 +-
usr.bin/ldd/ldd_elfxx.c | 112 +-
usr.bin/mail/cmd1.c | 6 +-
usr.bin/mail/collect.c | 14 +-
usr.bin/mail/fio.c | 6 +-
usr.bin/mail/names.c | 14 +-
usr.bin/mail/sig.c | 11 +-
usr.bin/mail/sig.h | 3 +-
usr.bin/mail/thread.c | 6 +-
usr.bin/make/Makefile | 4 +-
usr.bin/make/arch.c | 8 +-
usr.bin/make/compat.c | 20 +-
usr.bin/make/cond.c | 20 +-
usr.bin/make/dir.c | 12 +-
usr.bin/make/for.c | 81 +-
usr.bin/make/job.c | 24 +-
usr.bin/make/main.c | 75 +-
usr.bin/make/make.1 | 21 +-
usr.bin/make/make.c | 12 +-
usr.bin/make/make.h | 32 +-
usr.bin/make/make_malloc.c | 10 +-
usr.bin/make/meta.c | 4 +-
usr.bin/make/nonints.h | 23 +-
usr.bin/make/parse.c | 10 +-
usr.bin/make/targ.c | 12 +-
usr.bin/make/unit-tests/Makefile | 3 +-
usr.bin/make/unit-tests/forloop | 45 +
usr.bin/make/unit-tests/test.exp | 18 +
usr.bin/make/util.c | 32 +-
usr.bin/make/var.c | 51 +-
usr.bin/mixerctl/mixerctl.c | 76 +-
usr.bin/mkdep/mkdep.1 | 13 +-
usr.bin/mkdep/mkdep.c | 21 +-
usr.bin/nbperf/nbperf-bdz.c | 239 +-
usr.bin/nbperf/nbperf.1 | 11 +-
usr.bin/netstat/if.c | 12 +-
usr.bin/netstat/netstat.1 | 34 +-
usr.bin/newsyslog/newsyslog.8 | 8 +-
usr.bin/newsyslog/newsyslog.c | 7 +-
usr.bin/pmap/pmap.c | 7 +-
usr.bin/pr/pr.1 | 113 +-
usr.bin/pr/pr.c | 110 +-
usr.bin/pr/pr.h | 12 +-
usr.bin/progress/progress.c | 17 +-
usr.bin/rump_dhcpclient/bpf-filter.h | 4 +-
usr.bin/rump_dhcpclient/dhcp.c | 2 +-
usr.bin/sed/sed.1 | 8 +-
usr.bin/telnet/Makefile | 4 +-
usr.bin/tftp/main.c | 7 +-
usr.bin/tftp/tftp.c | 9 +-
usr.bin/tic/Makefile | 6 +-
usr.bin/tic/tic.1 | 10 +-
usr.bin/tic/tic.c | 221 +-
usr.bin/touch/Makefile | 4 +-
usr.bin/touch/touch.1 | 44 +-
usr.bin/touch/touch.c | 53 +-
usr.bin/tr/Makefile | 8 +-
usr.bin/unifdef/unifdef.c | 7 +-
usr.bin/uniq/uniq.1 | 24 +-
usr.bin/uniq/uniq.c | 8 +-
usr.bin/vndcompress/vndcompress.1 | 8 +-
usr.bin/xargs/xargs.1 | 3 +-
usr.bin/xlint/common/tyname.c | 6 +-
usr.sbin/Makefile | 10 +-
usr.sbin/ac/ac.c | 52 +-
usr.sbin/bootp/bootptest/Makefile | 8 +-
usr.sbin/btpand/btpand.h | 4 +-
usr.sbin/btpand/client.c | 41 +-
usr.sbin/btpand/server.c | 22 +-
usr.sbin/cpuctl/arch/i386.c | 74 +-
usr.sbin/cpuctl/arch/noarch.c | 16 +-
usr.sbin/cpuctl/cpuctl.c | 44 +-
usr.sbin/cpuctl/cpuctl.h | 5 +-
usr.sbin/crash/Makefile | 4 +-
usr.sbin/dev_mkdb/Makefile | 7 +-
usr.sbin/dev_mkdb/dev_mkdb.8 | 19 +-
usr.sbin/dev_mkdb/dev_mkdb.c | 303 +-
usr.sbin/dhcp/Makefile.inc | 4 +-
usr.sbin/dumplfs/Makefile | 4 +-
usr.sbin/edquota/edquota.c | 690 +-
usr.sbin/etcupdate/etcupdate | 15 +-
usr.sbin/etcupdate/etcupdate.8 | 13 +-
usr.sbin/fssconfig/fssconfig.8 | 10 +-
usr.sbin/fssconfig/fssconfig.c | 6 +-
usr.sbin/hdaudioctl/hdaudioctl.8 | 6 +-
usr.sbin/ifmcstat/ifmcstat.c | 18 +-
usr.sbin/installboot/Makefile | 4 +-
usr.sbin/ipf/Makefile | 7 -
usr.sbin/ipf/Makefile.inc | 38 -
usr.sbin/ipf/ipf/Makefile | 44 -
usr.sbin/ipf/ipfs/Makefile | 6 -
usr.sbin/ipf/ipfstat/Makefile | 9 -
usr.sbin/ipf/ipftest/Makefile | 105 -
usr.sbin/ipf/ipmon/Makefile | 37 -
usr.sbin/ipf/ipnat/Makefile | 39 -
usr.sbin/ipf/ippool/Makefile | 37 -
usr.sbin/ipf/ipresend/Makefile | 11 -
usr.sbin/ipf/ipsend/Makefile | 38 -
usr.sbin/ipf/iptest/Makefile | 11 -
usr.sbin/ipf/libipf/Makefile | 35 -
usr.sbin/ipf/rules/Makefile | 17 -
usr.sbin/isdn/isdnd/Makefile | 4 +-
usr.sbin/isdn/isdnmonitor/Makefile | 4 +-
usr.sbin/isdn/isdntel/Makefile | 4 +-
usr.sbin/isdn/isdntrace/Makefile | 4 +-
usr.sbin/lpr/lpr/lpr.c | 6 +-
usr.sbin/makefs/cd9660/Makefile.inc | 4 +-
usr.sbin/makefs/ffs.c | 22 +-
usr.sbin/makefs/makefs.8 | 10 +-
usr.sbin/makefs/makefs.c | 12 +-
usr.sbin/makefs/makefs.h | 3 +-
usr.sbin/makemandb/Makefile | 13 +-
usr.sbin/makemandb/apropos-utils.c | 38 +-
usr.sbin/makemandb/apropos-utils.h | 7 +-
usr.sbin/makemandb/apropos.1 | 12 +-
usr.sbin/makemandb/apropos.c | 8 +-
usr.sbin/makemandb/init_db.3 | 28 +-
usr.sbin/makemandb/makemandb.8 | 25 +-
usr.sbin/makemandb/makemandb.c | 130 +-
usr.sbin/makemandb/whatis.1 | 21 +-
usr.sbin/makemandb/whatis.c | 6 +-
usr.sbin/mopd/common/Makefile | 5 +-
usr.sbin/mopd/mopd/Makefile | 4 +-
usr.sbin/mopd/mopprobe/Makefile | 4 +-
usr.sbin/mountd/exports.5 | 4 +-
usr.sbin/mscdlabel/Makefile | 4 +-
usr.sbin/mtree/Makefile | 6 +-
usr.sbin/mtree/compare.c | 55 +-
usr.sbin/mtree/crc.c | 5 +-
usr.sbin/mtree/create.c | 151 +-
usr.sbin/mtree/extern.h | 7 +-
usr.sbin/mtree/misc.c | 7 +-
usr.sbin/mtree/mtree.8 | 80 +-
usr.sbin/mtree/mtree.c | 53 +-
usr.sbin/mtree/mtree.h | 21 +-
usr.sbin/mtree/spec.c | 33 +-
usr.sbin/mtree/specspec.c | 273 +
usr.sbin/mtree/verify.c | 24 +-
usr.sbin/nfsd/nfsd.8 | 46 +-
usr.sbin/nfsd/nfsd.c | 566 +-
usr.sbin/npf/Makefile | 8 +-
usr.sbin/npf/npfctl/Makefile | 9 +-
usr.sbin/npf/npfctl/npf.conf.5 | 349 +-
usr.sbin/npf/npfctl/npf_build.c | 360 +-
usr.sbin/npf/npfctl/npf_data.c | 258 +-
usr.sbin/npf/npfctl/npf_disassemble.c | 714 +-
usr.sbin/npf/npfctl/npf_extmod.c | 127 +
usr.sbin/npf/npfctl/npf_ncgen.c | 52 +-
usr.sbin/npf/npfctl/npf_parse.y | 270 +-
usr.sbin/npf/npfctl/npf_scan.l | 31 +-
usr.sbin/npf/npfctl/npf_var.c | 7 +-
usr.sbin/npf/npfctl/npf_var.h | 33 +-
usr.sbin/npf/npfctl/npfctl.8 | 41 +-
usr.sbin/npf/npfctl/npfctl.c | 305 +-
usr.sbin/npf/npfctl/npfctl.h | 80 +-
usr.sbin/npf/npftest/Makefile | 7 +-
usr.sbin/npf/npftest/README | 29 +
usr.sbin/npf/npftest/libnpftest/Makefile | 5 +
usr.sbin/npf/npftest/libnpftest/npf_mbuf_subr.c | 73 +-
usr.sbin/npf/npftest/libnpftest/npf_nat_test.c | 210 +
usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c | 13 +-
usr.sbin/npf/npftest/libnpftest/npf_processor_test.c | 151 +-
usr.sbin/npf/npftest/libnpftest/npf_rule_test.c | 130 +
usr.sbin/npf/npftest/libnpftest/npf_state_test.c | 180 +
usr.sbin/npf/npftest/libnpftest/npf_table_test.c | 191 +-
usr.sbin/npf/npftest/libnpftest/npf_test.h | 14 +-
usr.sbin/npf/npftest/libnpftest/npf_test_subr.c | 110 +
usr.sbin/npf/npftest/npfstream.c | 120 +
usr.sbin/npf/npftest/npftest.c | 218 +-
usr.sbin/npf/npftest/npftest.conf | 41 +
usr.sbin/npf/npftest/npftest.h | 14 +
usr.sbin/perfused/Makefile | 4 +-
usr.sbin/perfused/msg.c | 9 +-
usr.sbin/perfused/perfused.c | 10 +-
usr.sbin/pf/ftp-proxy/Makefile | 4 +-
usr.sbin/postinstall/postinstall | 141 +-
usr.sbin/postinstall/postinstall.8 | 13 +-
usr.sbin/pppd/Makefile.inc | 4 +-
usr.sbin/pppd/pppd/Makefile | 4 +-
usr.sbin/pstat/pstat.c | 5 +-
usr.sbin/puffs/rump_lfs/Makefile | 4 +-
usr.sbin/quotarestore/quotarestore.c | 6 +-
usr.sbin/racoon/Makefile | 6 +-
usr.sbin/rarpd/Makefile | 4 +-
usr.sbin/rbootd/Makefile | 4 +-
usr.sbin/rpc.lockd/lock_proc.c | 27 +-
usr.sbin/rpc.lockd/lockd.c | 49 +-
usr.sbin/rpc.lockd/lockd_lock.c | 8 +-
usr.sbin/rpc.lockd/rpc.lockd.8 | 73 +-
usr.sbin/rpc.pcnfsd/Makefile | 4 +-
usr.sbin/rtadvd/Makefile | 4 +-
usr.sbin/rtadvd/config.c | 5 +-
usr.sbin/sti/sti.8 | 22 +-
usr.sbin/syslogd/Makefile | 3 +-
usr.sbin/syslogd/sign.c | 12 +-
usr.sbin/syslogd/syslog.conf.5 | 6 +-
usr.sbin/syslogd/syslogd.c | 70 +-
usr.sbin/syslogd/tls.c | 6 +-
usr.sbin/traceroute/traceroute.c | 5 +-
usr.sbin/vnconfig/vnconfig.8 | 14 +-
usr.sbin/wake/Makefile | 8 -
usr.sbin/wake/wake.8 | 68 -
usr.sbin/wake/wake.c | 218 -
usr.sbin/wakeonlan/Makefile | 8 +
usr.sbin/wakeonlan/wakeonlan.8 | 68 +
usr.sbin/wakeonlan/wakeonlan.c | 218 +
usr.sbin/wiconfig/Makefile | 4 +-
usr.sbin/zic/Makefile | 10 +-
2206 files changed, 140104 insertions(+), 53840 deletions(-)
diffs (truncated from 264245 to 300 lines):
diff -r 137a40bee0fb -r 6dbd8498d621 external/bsd/wpa/dist/src/ap/wpa_auth_ie.c
--- a/external/bsd/wpa/dist/src/ap/wpa_auth_ie.c Tue Oct 30 18:46:03 2012 +0000
+++ b/external/bsd/wpa/dist/src/ap/wpa_auth_ie.c Tue Oct 30 18:56:04 2012 +0000
@@ -25,6 +25,11 @@
#include "wpa_auth_i.h"
+#ifdef CONFIG_RSN_TESTING
+int rsn_testing = 0;
+#endif /* CONFIG_RSN_TESTING */
+
+
static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len)
{
struct wpa_ie_hdr *hdr;
@@ -141,6 +146,14 @@
count = pos;
pos += 2;
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing) {
+ RSN_SELECTOR_PUT(pos, RSN_SELECTOR(0x12, 0x34, 0x56, 1));
+ pos += RSN_SELECTOR_LEN;
+ num_suites++;
+ }
+#endif /* CONFIG_RSN_TESTING */
+
if (conf->rsn_pairwise & WPA_CIPHER_CCMP) {
RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_CCMP);
pos += RSN_SELECTOR_LEN;
@@ -157,6 +170,14 @@
num_suites++;
}
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing) {
+ RSN_SELECTOR_PUT(pos, RSN_SELECTOR(0x12, 0x34, 0x56, 2));
+ pos += RSN_SELECTOR_LEN;
+ num_suites++;
+ }
+#endif /* CONFIG_RSN_TESTING */
+
if (num_suites == 0) {
wpa_printf(MSG_DEBUG, "Invalid pairwise cipher (%d).",
conf->rsn_pairwise);
@@ -168,6 +189,14 @@
count = pos;
pos += 2;
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing) {
+ RSN_SELECTOR_PUT(pos, RSN_SELECTOR(0x12, 0x34, 0x56, 1));
+ pos += RSN_SELECTOR_LEN;
+ num_suites++;
+ }
+#endif /* CONFIG_RSN_TESTING */
+
if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) {
RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_UNSPEC_802_1X);
pos += RSN_SELECTOR_LEN;
@@ -203,6 +232,14 @@
}
#endif /* CONFIG_IEEE80211W */
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing) {
+ RSN_SELECTOR_PUT(pos, RSN_SELECTOR(0x12, 0x34, 0x56, 2));
+ pos += RSN_SELECTOR_LEN;
+ num_suites++;
+ }
+#endif /* CONFIG_RSN_TESTING */
+
if (num_suites == 0) {
wpa_printf(MSG_DEBUG, "Invalid key management type (%d).",
conf->wpa_key_mgmt);
@@ -227,6 +264,10 @@
capab |= WPA_CAPABILITY_MFPR;
}
#endif /* CONFIG_IEEE80211W */
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing)
+ capab |= BIT(8) | BIT(14) | BIT(15);
+#endif /* CONFIG_RSN_TESTING */
WPA_PUT_LE16(pos, capab);
pos += 2;
@@ -256,6 +297,29 @@
}
#endif /* CONFIG_IEEE80211W */
+#ifdef CONFIG_RSN_TESTING
+ if (rsn_testing) {
+ /*
+ * Fill in any defined fields and add extra data to the end of
+ * the element.
+ */
+ int pmkid_count_set = pmkid != NULL;
+ if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION)
+ pmkid_count_set = 1;
+ /* PMKID Count */
+ WPA_PUT_LE16(pos, 0);
+ pos += 2;
+ if (conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) {
+ /* Management Group Cipher Suite */
+ RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_AES_128_CMAC);
+ pos += RSN_SELECTOR_LEN;
+ }
+
+ os_memset(pos, 0x12, 17);
+ pos += 17;
+ }
+#endif /* CONFIG_RSN_TESTING */
+
hdr->len = (pos - buf) - 2;
return pos - buf;
@@ -322,114 +386,6 @@
}
-static int wpa_selector_to_bitfield(const u8 *s)
-{
- if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_NONE)
- return WPA_CIPHER_NONE;
- if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_WEP40)
- return WPA_CIPHER_WEP40;
- if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_TKIP)
- return WPA_CIPHER_TKIP;
- if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_CCMP)
- return WPA_CIPHER_CCMP;
- if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_WEP104)
- return WPA_CIPHER_WEP104;
- return 0;
-}
-
-
-static int wpa_key_mgmt_to_bitfield(const u8 *s)
-{
- if (RSN_SELECTOR_GET(s) == WPA_AUTH_KEY_MGMT_UNSPEC_802_1X)
- return WPA_KEY_MGMT_IEEE8021X;
- if (RSN_SELECTOR_GET(s) == WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X)
- return WPA_KEY_MGMT_PSK;
- if (RSN_SELECTOR_GET(s) == WPA_AUTH_KEY_MGMT_NONE)
- return WPA_KEY_MGMT_WPA_NONE;
- return 0;
-}
-
-
-static int wpa_parse_wpa_ie_wpa(const u8 *wpa_ie, size_t wpa_ie_len,
- struct wpa_ie_data *data)
-{
- const struct wpa_ie_hdr *hdr;
- const u8 *pos;
- int left;
- int i, count;
-
- os_memset(data, 0, sizeof(*data));
- data->pairwise_cipher = WPA_CIPHER_TKIP;
- data->group_cipher = WPA_CIPHER_TKIP;
- data->key_mgmt = WPA_KEY_MGMT_IEEE8021X;
- data->mgmt_group_cipher = 0;
-
- if (wpa_ie_len < sizeof(struct wpa_ie_hdr))
- return -1;
-
- hdr = (const struct wpa_ie_hdr *) wpa_ie;
-
- if (hdr->elem_id != WLAN_EID_VENDOR_SPECIFIC ||
- hdr->len != wpa_ie_len - 2 ||
- RSN_SELECTOR_GET(hdr->oui) != WPA_OUI_TYPE ||
- WPA_GET_LE16(hdr->version) != WPA_VERSION) {
- return -2;
- }
-
- pos = (const u8 *) (hdr + 1);
- left = wpa_ie_len - sizeof(*hdr);
-
- if (left >= WPA_SELECTOR_LEN) {
- data->group_cipher = wpa_selector_to_bitfield(pos);
- pos += WPA_SELECTOR_LEN;
- left -= WPA_SELECTOR_LEN;
- } else if (left > 0)
- return -3;
-
- if (left >= 2) {
- data->pairwise_cipher = 0;
- count = WPA_GET_LE16(pos);
- pos += 2;
- left -= 2;
- if (count == 0 || left < count * WPA_SELECTOR_LEN)
- return -4;
- for (i = 0; i < count; i++) {
- data->pairwise_cipher |= wpa_selector_to_bitfield(pos);
- pos += WPA_SELECTOR_LEN;
- left -= WPA_SELECTOR_LEN;
- }
- } else if (left == 1)
- return -5;
-
- if (left >= 2) {
- data->key_mgmt = 0;
- count = WPA_GET_LE16(pos);
- pos += 2;
- left -= 2;
- if (count == 0 || left < count * WPA_SELECTOR_LEN)
- return -6;
- for (i = 0; i < count; i++) {
- data->key_mgmt |= wpa_key_mgmt_to_bitfield(pos);
- pos += WPA_SELECTOR_LEN;
- left -= WPA_SELECTOR_LEN;
- }
- } else if (left == 1)
- return -7;
-
- if (left >= 2) {
- data->capabilities = WPA_GET_LE16(pos);
- pos += 2;
- left -= 2;
- }
-
- if (left > 0) {
- return -8;
- }
-
- return 0;
-}
-
-
struct wpa_auth_okc_iter_data {
struct rsn_pmksa_cache_entry *pmksa;
const u8 *aa;
diff -r 137a40bee0fb -r 6dbd8498d621 external/bsd/wpa/dist/src/ap/wps_hostapd.c
--- a/external/bsd/wpa/dist/src/ap/wps_hostapd.c Tue Oct 30 18:46:03 2012 +0000
+++ b/external/bsd/wpa/dist/src/ap/wps_hostapd.c Tue Oct 30 18:56:04 2012 +0000
@@ -28,6 +28,7 @@
#include "wps/wps_dev_attr.h"
#include "hostapd.h"
#include "ap_config.h"
+#include "ap_drv_ops.h"
#include "beacon.h"
#include "sta_info.h"
#include "wps_hostapd.h"
@@ -40,11 +41,51 @@
static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
#endif /* CONFIG_WPS_UPNP */
-static int hostapd_wps_probe_req_rx(void *ctx, const u8 *addr,
+static int hostapd_wps_probe_req_rx(void *ctx, const u8 *addr, const u8 *da,
+ const u8 *bssid,
const u8 *ie, size_t ie_len);
static void hostapd_wps_ap_pin_timeout(void *eloop_data, void *user_ctx);
+struct wps_for_each_data {
+ int (*func)(struct hostapd_data *h, void *ctx);
+ void *ctx;
+};
+
+
+static int wps_for_each(struct hostapd_iface *iface, void *ctx)
+{
+ struct wps_for_each_data *data = ctx;
+ size_t j;
+
+ if (iface == NULL)
+ return 0;
+ for (j = 0; j < iface->num_bss; j++) {
+ struct hostapd_data *hapd = iface->bss[j];
+ int ret = data->func(hapd, data->ctx);
+ if (ret)
+ return ret;
+ }
+
+ return 0;
+}
+
+
+static int hostapd_wps_for_each(struct hostapd_data *hapd,
+ int (*func)(struct hostapd_data *h, void *ctx),
+ void *ctx)
+{
+ struct hostapd_iface *iface = hapd->iface;
+ struct wps_for_each_data data;
+ data.func = func;
+ data.ctx = ctx;
+ if (iface->for_each_interface == NULL)
+ return wps_for_each(iface, &data);
+ return iface->for_each_interface(iface->interfaces, wps_for_each,
+ &data);
+}
+
+
static int hostapd_wps_new_psk_cb(void *ctx, const u8 *mac_addr, const u8 *psk,
size_t psk_len)
{
@@ -100,8 +141,9 @@
hapd->wps_beacon_ie = beacon_ie;
wpabuf_free(hapd->wps_probe_resp_ie);
hapd->wps_probe_resp_ie = probe_resp_ie;
- ieee802_11_set_beacon(hapd);
Home |
Main Index |
Thread Index |
Old Index