summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Importing pfSense patch route-to_without_gw.diffRenato Botelho2015-08-171-15/+21
|
* Importing pfSense patch carp_correct_mac.diffRenato Botelho2015-08-171-2/+29
|
* Importing pfSense patch ng_ether_attach_command.diffRenato Botelho2015-08-172-0/+25
|
* Importing pfSense patch wpa_correct_mac_address.RELENG_10.diffRenato Botelho2015-08-171-0/+1
|
* Importing pfSense patch netstat_ifname_size.diffRenato Botelho2015-08-171-4/+4
|
* Importing pfSense patch syslogd.c.diffRenato Botelho2015-08-172-5/+175
|
* Importing pfSense patch lib386boot.diffRenato Botelho2015-08-171-2/+2
|
* Importing pfSense patch ng_eiface.RELENG_10.diffRenato Botelho2015-08-173-1/+54
|
* Importing pfSense patch ng_iface.RELENG_10.diffRenato Botelho2015-08-172-0/+59
|
* Importing pfSense patch ipfw_dummynet_bandwidth.diffRenato Botelho2015-08-171-3/+3
|
* Importing pfSense patch ipsec_altq.RELENG_10.diffRenato Botelho2015-08-175-10/+42
|
* Importing pfSense patch fairq.RELENG_10.diffRenato Botelho2015-08-1715-6/+1458
|
* Importing pfSense patch pfil.RELENG_10.diffRenato Botelho2015-08-177-7/+176
|
* Importing pfSense patch schedule_label.RELENG_10.diffRenato Botelho2015-08-174-3/+104
|
* Importing pfSense patch binat.RELENG_10.diffRenato Botelho2015-08-171-27/+35
|
* Importing pfSense patch reply-to.RELENG_10.diffRenato Botelho2015-08-171-0/+115
|
* Importing pfSense patch get_tag_altq_ids.RELENG_10.diffRenato Botelho2015-08-172-0/+26
|
* Importing pfSense patch dummynet.RELENG_10.diffRenato Botelho2015-08-176-18/+374
|
* Importing pfSense patch hfscconfig.RELENG_10.diffRenato Botelho2015-08-171-7/+0
|
* Importing pfSense patch dscp.RELENG_10.diffRenato Botelho2015-08-174-5/+108
|
* Importing pfSense patch altq_max_queues.diffRenato Botelho2015-08-172-2/+2
|
* MFC r285715:ed2015-08-173-65/+66
| | | | | | | | | | | | | | | | | | Add an API for easily creating userspace threads in kernelspace. This change refactors the existing create_thread() function to be more generic. It replaces almost all of its arguments by a callback that can be used to extract the thread ID and copy it out to the right place, but also to perform additional initialization steps, such as setting the trapframe. This also makes the difference between thr_new() and thr_create() more clear in my opinion. This function is going to be used by the CloudABI compatibility layer. It looks like the OpenSolaris compatibility framework already provides a function called thread_create(). Rename this function to do_thread_create() and use a macro to deal with the namespacing conflict. A similar approach is already used for thread_exit().
* Merge r283612:glebius2015-08-173-0/+203
| | | | | | | | | | | | | | Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3 with fresh firmware. The low level code is based on code provided by Mellanox. Thanks to Mellanox and their distributor Must (http://mustcompany.ru) for providing hardware. In collaboration with: Andre Melkoumian <andre mellanox.com> Reviewed by: hselasky Sponsored by: Netflix Sponsored by: Nginx, Inc.
* Document an error in the release notes regarding revision r282199.gjb2015-08-161-0/+11
| | | | | Submitted by: amdmi3 Sponsored by: The FreeBSD Foundation
* MFC r286719: Revert part of r280687, reporting "1" (true) for empty value.mav2015-08-161-1/+1
| | | | For example, it made gpart partitions without label report "1" as label.
* MFC r286516: Document kern.cam.ctl.debug sysctl.mav2015-08-161-1/+12
|
* MFC r286514: Remove verbose CTL messages.mav2015-08-161-25/+3
| | | | | Reporting SCSI errors to console is often useless, pollutes logs and may affect performance. For debugging there is kern.cam.ctl.debug sysctl
* MFC r284779: sh: Fix some arithmetic undefined behaviour.jilles2015-08-152-4/+3
| | | | | Fix shifts of possibly negative numbers found with ubsan and avoid signed integer overflow when hashing an extremely long command name.
* MFC r270064,r270068,r270069,r270115,r270129,r270287,r270822,r271014,melifaro2015-08-1510-30/+1208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r271524,r273541,r282967,r283009,r283364. Add support for reading i2c SFP/SFP+ data from NIC driver and presenting most interesting fields via ifconfig -v. This version supports Intel ixgbe driver only. Tested on: Cisco,Intel,Mellanox,ModuleTech,Molex transceivers * Add new net/sff8436.h containing constants used to access QSFP+ data via i2c inteface. These constants has been taken from SFF-8436 "QSFP+ 10 Gbs 4X PLUGGABLE TRANSCEIVER" standard rev 4.8. * Add support for printing QSFP+ information from 40G NICs such as Chelsio T5. Example: cxl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=ec07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,.....> ether 00:07:43:28:ad:08 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet 40Gbase-LR4 <full-duplex> status: active plugged: QSFP+ 40GBASE-LR4 (MPO Parallel Optic) vendor: OEM PN: OP-QSFP-40G-LR4 SN: 20140318001 DATE: 2014-03-18 module temperature: 64.06 C voltage: 3.26 Volts lane 1: RX: 0.47 mW (-3.21 dBm) TX: 2.78 mW (4.46 dBm) lane 2: RX: 0.20 mW (-6.94 dBm) TX: 2.80 mW (4.47 dBm) lane 3: RX: 0.18 mW (-7.38 dBm) TX: 2.79 mW (4.47 dBm) lane 4: RX: 0.90 mW (-0.45 dBm) TX: 2.80 mW (4.48 dBm) Tested on: Chelsio T5 Tested on: Mellanox/Huawei passive/active cables/transceivers. Sponsored by: Yandex LLC
* MFC r286456: Remove some code duplication.mav2015-08-151-7/+1
|
* MFC r286447:mav2015-08-151-5/+8
| | | | Don't panic if disk lost TRIM support due to switching to PIO mode.
* MFC r285842: truss: follow pdfork()ed descendents with -femaste2015-08-148-0/+8
|
* MFC r286404:kib2015-08-141-5/+5
| | | | | | | The condition to use direct processing for the unmapped bio is reverted. MFC r286405: Minor style cleanup of the code surrounding r286404.
* Call stable/10 STABLE again, now that 10.2-RELEASE is out.gjb2015-08-141-1/+1
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r286621, r286622: Fix couple minor typos.mav2015-08-141-2/+2
|
* MFC r286615:pfg2015-08-145-6/+6
| | | | Clean up some externally visible "more then" occurences
* Prune the 10-STABLE release notes page after 10.2-RELEASE.gjb2015-08-141-417/+21
| | | | Sponsored by: The FreeBSD Foundation
* MFC of 286750,tzdata10:edwin2015-08-138-65/+113
| | | | | | | | | | | | Update to tzdata2015f: Changes affecting future time stamps North Korea switches to +0830 on 2015-08-15. (Thanks to Steffen Thorsen.) The abbreviation remains "KST". (Thanks to Robert Elz.) Uruguay no longer observes DST. (Thanks to Steffen Thorsen and Pablo Camargo.) Changes affecting past and future time stamps Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC. (Thanks to Roman Tudos.)
* MFC r262670 (marcel):gjb2015-08-131-2/+2
| | | | | | | | | Use ${MAKE} so that we always use the same version/implementation of make(1). PR: 202277 Submitted by: John Hein Sponsored by: The FreeBSD Foundation
* MFC r276282: Support ALT_BREAK_TO_DEBUGGER in vt(4)emaste2015-08-132-1/+4
| | | | PR: 196511
* Fix the gnome package name.gjb2015-08-131-1/+1
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document a known issue with the VirtualBox Vagrant provider failinggjb2015-08-131-0/+17
| | | | | | | to boot on the first invocation of 'vagrant up'. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Update the errata article.xml file for 10.2-RELEASE.gjb2015-08-131-43/+51
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Prune Security Advisories and Errata Notices from the 10.2-RELEASEgjb2015-08-132-229/+6
| | | | | | | errata page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Update FreeBSD version numbers in preparation of properly creatinggjb2015-08-131-5/+5
| | | | | | | the 10.2-RELEASE errata.html page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r286074:pfg2015-08-137-11/+99
| | | | | | | | | | | GCC: Add a new option "-fstack-protector-strong" This includes additional functions to be protected: those that have local array definitions, or have references to local frame addresses. This is a new option in GCC-4.9 that was relicensed by Han Shen from Google under GPLv2. Obtained from: OpenBSD (2014-01-14)
* MFC r273081sbruno2015-08-121-9/+17
| | | | | | | | | | | brueffer: New sentence -> new line; use macros where appropriate. MFC r276345 Mikhail <mp@lenta.ru Correct naming of sysctl pmtud_blackhole_activated_min_mss. Clarify some statements around PMTUD blackhole detection to make the behavior more clear in the man page.
* MFC r286519:dim2015-08-121-2/+2
| | | | In GNU as, avoid left-shifting negative integers, which is undefined.
* MFC r286515:dim2015-08-121-2/+2
| | | | | | | In libm's exp2(3), avoid left-shifting a negative integer, which is undefined. Replace it with the intended value, in a defined way. Reviewed by: bde
* Direct commitimp2015-08-121-1/+5
| | | | | | | | | When compiling on -current from r284356 to r285986, the host's crunchgen can't be used because builds of rescue break when STRIP= was used to prevent stripping of binaries. Direct commit because -current code is different. Building 10 on current is common enough to warrnat a safety belt since this has been broken for two months. The offending change was never in stable/10.
OpenPOWER on IntegriCloud