aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov2016-08-273-12/+22
* | vfs: provide a common exit point in namei for error casesMateusz Guzik2016-08-271-16/+8
* | In ncurses baudrate definitions, avoid warnings about implicitDimitry Andric2016-08-271-1/+1
* | Decode some new ATA commands found in ACS-3.Alexander Motin2016-08-271-0/+11
* | Consistently delimit each vnode description block with two blankKonstantin Belousov2016-08-271-0/+15
* | Bump date in the man page.Mariusz Zaborski2016-08-271-1/+1
* | Add missed header file for cnv.h .Mariusz Zaborski2016-08-271-0/+113
* | The formal behavior of qsort is unstable with regard to objects thatAndrey A. Chernov2016-08-271-0/+19
* | Introduce cnv man page.Mariusz Zaborski2016-08-272-0/+235
* | Fix style issue in the cnv API.Mariusz Zaborski2016-08-273-39/+42
* | Add cnv API.Mariusz Zaborski2016-08-277-2/+1708
* | Do not try to build cloudabi32 for pc98.Bjoern A. Zeeb2016-08-271-1/+1
* | Fix build without INET6 and with gcc. A function definition was ifdefedBruce Evans2016-08-271-0/+2
* | Print both the kernel read and write translation in DDB when asking forAndrew Turner2016-08-271-1/+3
* | iwm: fix few comment typos.Andriy Voskoboinyk2016-08-271-2/+2
* | Properly use MACHINE_CPUARCH for finding cloudabi*_sysvec.c.Ed Schouten2016-08-272-2/+2
* | iwm: add 'command accepted' debug notification (copied from wpi(4)).Andriy Voskoboinyk2016-08-271-0/+5
* | Remove warning on struct-overflow on gcc 5.3.0 as zic(8) dies on itBaptiste Daroussin2016-08-271-0/+5
* | Implement siba(4) support for bhnd_(read|write)_config.Landon J. Fuller2016-08-272-4/+54
* | Use printable ASCII instead of octal representation.Xin LI2016-08-271-1/+1
* | Temporarily disable two libarchive tests that have not yet been fixed byMartin Matuska2016-08-271-2/+0
* | cxgbe(4): Provide more details about the card in the sysctl MIB.Navdeep Parhar2016-08-275-38/+183
* | bhnd(4): Include the chip model (e.g. BCM4xxx) in bhnd(4) bus's deviceLandon J. Fuller2016-08-276-6/+104
* | [mips/broadcom]: Replace static frequency table with generic PMU clockLandon J. Fuller2016-08-2715-410/+844
* | bhnd(4): Initial PMU/PWRCTL power and clock management support.Landon J. Fuller2016-08-2740-902/+7831
* | MFV r304866:Martin Matuska2016-08-269-379/+1100
|\|
| * Update vendor/libarchive to git 299c6bf136b9bc328b498505f24f87e732b73ff6Martin Matuska2016-08-265-18/+52
* | Improve compatibility of calls to dirname() on constant strings.Ed Schouten2016-08-262-1/+20
* | [mips/broadcom] Generic platform_reset() support.Landon J. Fuller2016-08-2614-125/+967
* | Enable I/O MMU when PCI pass through is first used.John Baldwin2016-08-263-14/+27
* | Adjust TCP module fastpath after r304803's cc_ack_received() changes.Hiren Panchasara2016-08-261-6/+20
* | Update TCPS_HAVERCVDFIN() macro to correctly include all states a connectionHiren Panchasara2016-08-261-1/+2
* | cxgbe/iw_cxgbe: Various fixes to the iWARP driver.Navdeep Parhar2016-08-265-134/+206
* | Unused variables and cstyle fix for loader dosfsToomas Soome2016-08-261-4/+4
* | Do not free an uninitialized pointer on soaccept failure in the iWARPNavdeep Parhar2016-08-261-0/+1
* | Fix a bug, where no SACK is sent when receiving a FORWARD-TSN orMichael Tuexen2016-08-261-0/+5
* | hyperv/hn: Use vmbus xact for RNDIS set.Sepherosa Ziehau2016-08-263-17/+219
* | hyperv/hn: Save the adopted NDIS version for RNDIS to use later.Sepherosa Ziehau2016-08-264-15/+35
* | hyperv/hn: Use vmbus xact for RNDIS query.Sepherosa Ziehau2016-08-262-9/+128
* | Prevent BSS from being cleared twice on BookEJustin Hibbits2016-08-261-0/+6
* | ddb: Add 'show active trace' commandConrad Meyer2016-08-261-4/+42
* | cxgbe/cxgbei: There is no need for multiple modules in the KLD.Navdeep Parhar2016-08-263-33/+16
* | WITH_META_MODE: Don't let subdir traversals for 'make install' re-enable meta...Bryan Drewery2016-08-251-0/+1
* | Unlike Solaris, in FreeBSD p_args can be 0 so check for thatGeorge V. Neville-Neil2016-08-251-1/+1
* | cxgbe/cxgbei: Convert the driver-private PDU flags to enums and replaceNavdeep Parhar2016-08-253-27/+29
* | [mips] flip from =v to =r - let the compiler choose a temp register.Adrian Chadd2016-08-251-2/+2
* | cxgbe/cxgbei: Read the chip's configuration to determine the actualNavdeep Parhar2016-08-253-49/+112
* | bspatch: remove output file in the case of errorEd Maste2016-08-251-5/+32
* | Original fgetln() from 44lite return sucess for line tail errors,Andrey A. Chernov2016-08-252-4/+6
* | Add libifc, a library implementing core functionality that exists in ifconfig...Kristof Provost2016-08-2513-0/+1092