aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment - each page queue has its own lock.Mark Johnston2016-07-231-1/+1
* Update a comment in vm_page_advise() to match behaviour after r290529.Mark Johnston2016-07-231-3/+5
* Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Luiz Otavio O Souza2016-07-232-26/+109
* Remove unused USB ethernet driver from BEAGLEBONE/AM335x kernel.Luiz Otavio O Souza2016-07-231-1/+0
* Fix kernel builds with "device cxgbe".Navdeep Parhar2016-07-231-0/+1
* Use MTX_SYSINIT for the VESA lock.John Baldwin2016-07-231-17/+3
* Recode the new dependency on converters/p5-Text-IconvBaptiste Daroussin2016-07-231-1/+1
* Update mandoc to 1.13.4 releaseBaptiste Daroussin2016-07-2332-642/+1181
|\
| * Update to mdocml 1.13.4vendor/mandoc/1.13.4Baptiste Daroussin2016-07-2332-642/+1181
* | Add weekday to the date format of more localesBaptiste Daroussin2016-07-2322-44/+44
* | Add another hack to add weekday to date format to more localesBaptiste Daroussin2016-07-231-1/+3
* | Do not try to delete the home of the user if is is not a directory for exampleBaptiste Daroussin2016-07-232-0/+12
* | Addm missed required call to xo_finish() when only header is printed.Konstantin Belousov2016-07-231-0/+1
* | Move chown tests to proper pathBryan Drewery2016-07-233-3/+6
* | Implement mtx_trylock_spin(9).Konstantin Belousov2016-07-234-11/+109
* | 1) POSIX defines well when GLOB_NOMATCH or original patternAndrey A. Chernov2016-07-231-5/+7
* | Use label math instead of hard-coding offsets for return addresses.Justin Hibbits2016-07-231-8/+12
* | 1) We need the original pattern (in the next round of changes) not only inAndrey A. Chernov2016-07-231-80/+73
* | Add a driver to create VF devices on Chelsio T4/T5 NICs.John Baldwin2016-07-225-1/+429
* | Install a handler for firmware work request error messages.John Baldwin2016-07-221-0/+67
* | [new-committer:mizhka] add committer into graphMichael Zhilin2016-07-221-0/+2
* | Update after r303154 to note that operations on local files are safe.John Baldwin2016-07-221-1/+3
* | ctld(8): Fix MaxBurstLength negotiation.Navdeep Parhar2016-07-221-1/+1
* | Don't run find(1) for __MPATH with NO_MODULES set.Bryan Drewery2016-07-222-2/+4
* | Add GCC 6.1 warn flags for kernel as well.Ruslan Bukin2016-07-221-0/+3
* | Set the soft-float flag for assembly code as well.Ruslan Bukin2016-07-221-0/+1
* | Add warn flags for GCC 6.1 compiler.Ruslan Bukin2016-07-221-0/+5
* | Set real values for context/cursor sizes for RISC-V to prevent staticRuslan Bukin2016-07-221-2/+2
* | PC5 doesn't have mmc2 function.Emmanuel Vadot2016-07-221-1/+1
* | Make cam.ko loadable.Konstantin Belousov2016-07-221-1/+3
* | hyperv/vmbus: Move vmbus bufring definition to vmbus_reg.hSepherosa Ziehau2016-07-223-47/+55
* | hyperv/vmbus: Cleanup and augment bufring sysctl tree creationSepherosa Ziehau2016-07-223-47/+76
* | hyperv/vmbus: Cosmetic bufring cleanup.Sepherosa Ziehau2016-07-221-158/+103
* | Fix per-connection L2 caching in fast pathMike Karels2016-07-222-3/+17
* | Add opt_ddb.h.Warner Losh2016-07-211-0/+1
* | Fix cam builds w/o nvme. This is a stop-gap fix until the real fix ofWarner Losh2016-07-211-2/+2
* | Add more documentation regarding unsafe AIO requests.John Baldwin2016-07-216-28/+41
* | Update leap-seconds to leap-seconds.3676752000.Cy Schubert2016-07-211-6/+7
* | libmd: strip local absolute symbols (to link with lld)Ed Maste2016-07-211-0/+1
* | libcxxrt: add padding in __cxa_allocate_* to fix alignmentEd Maste2016-07-211-6/+24
* | Remove duplicate symbols from libroken version-script.mapEd Maste2016-07-211-6/+0
* | Hide counted_warning(9) under #ifdef _KERNEL braces, to allow buildingKonstantin Belousov2016-07-211-0/+2
* | Declare aio requests on files from local filesystems safe.Konstantin Belousov2016-07-211-1/+13
* | Remove spurious but harmless double-quote.Konstantin Belousov2016-07-211-2/+2
* | Provide counter_warning(9) KPI which allows to issue limited number ofKonstantin Belousov2016-07-213-9/+25
* | [mx25l] add new device id.Adrian Chadd2016-07-211-0/+3
* | binutils: fix "Bad value" error in bfd for MIPS when using -Bsymbolic.Pedro F. Giffuni2016-07-211-1/+1
* | sed(1): Appease older GCC.Pedro F. Giffuni2016-07-211-1/+2
* | axp209 needs aw_nmi so attach a bit earlierEmmanuel Vadot2016-07-211-1/+1
* | We need the GIC to be attached so attach later at BUS_PASS_INTERRUPT + BUS_PA...Emmanuel Vadot2016-07-211-1/+1