aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initialize V_nat64out methods explicitly.Andrey V. Elsukov2019-06-051-0/+2
* Only respond to the PCIe Attention Button if a device is already plugged in.Colin Percival2019-06-051-1/+4
* Add myself to committers-src.dot and calendar.freebsdD Scott Phillips2019-06-052-0/+4
* Add self to calendar, per mckusick's requestKoichiro Iwao2019-06-051-0/+1
* Eliminate unused uuid parameters from gptread and gptread_table. WeWarner Losh2019-06-053-9/+7
* move llvm-ar and llvm-nm to appropriate location in OptionalObsoleteFiles.incEd Maste2019-06-051-4/+4
* ufs_module.c can't currently be compiled with -Wcast-align, but theWarner Losh2019-06-051-0/+3
* Don't shadow a global zfsmount variable.Warner Losh2019-06-051-3/+3
* Add self to calendar, per Kirk's requestAdriaan de Groot2019-06-041-0/+1
* Rather than using the legacy IP struct fields in the union for theBjoern A. Zeeb2019-06-041-1/+1
* Add myself to committers-src.dot and calendar.freebsdVincenzo Maffione2019-06-042-0/+2
* vtfontcvt: zero memory allocated by xmallocEd Maste2019-06-041-1/+1
* While working on a PR, more are discovered.Cy Schubert2019-06-041-3/+3
* Clean up #ifdefs from old unsupported releases of FreeBSD.Cy Schubert2019-06-042-58/+24
* Add birthday entry.Doug Moore2019-06-041-0/+1
* Add my birthday entry, per Kirk's requestSean Eric Fagan2019-06-041-0/+1
* vtfontcvt: include width and height in verbose infoEd Maste2019-06-041-0/+3
* vtfontcvt: rework height/width settingEd Maste2019-06-041-10/+16
* Remove an outdated header comment for vm_page.c.Mark Johnston2019-06-041-17/+0
* Use newly minted efi_devpath_same_disk() instead ofWarner Losh2019-06-041-1/+1
* Introduce efi_devpath_same_diskWarner Losh2019-06-042-2/+27
* elfcopy: Use libelftc's string table routines to build .shstrtab.Mark Johnston2019-06-045-98/+30
* vtfontcvt: unwrap a line per style(9)Ed Maste2019-06-041-2/+1
* libelftc: Fix some minor style bugs.Mark Johnston2019-06-042-5/+3
* elfcopy: Use elf_getscn() instead of iterating over all sections.Mark Johnston2019-06-041-15/+13
* vtfontcvt: use VFNT_MAP_{NORMAL|BOL}_RH symbolic constantsEd Maste2019-06-041-2/+2
* libelf: Use a red-black tree to manage the section list.Mark Johnston2019-06-047-19/+41
* In usb(4) fix a lost completion event issue towards libusb(3). It may happenHans Petter Selasky2019-06-041-4/+47
* The changes to pmap_demote_pde_locked()'s control flow in r348476 resultedAlan Cox2019-06-041-2/+2
* daemon(8): Don't block SIGTERM during restart delayConrad Meyer2019-06-041-2/+4
* elf_common: add GNU note types and NT_GNU_PROPERTY_TYPE_0 bitsEd Maste2019-06-041-0/+15
* style(9) / tidying for r348611Ed Maste2019-06-041-12/+12
* Expose the kernel's build-ID through sysctlEd Maste2019-06-0414-0/+114
* build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS)Ed Maste2019-06-042-5/+5
* Makefile.inc1: clean up stale dependency hacksEd Maste2019-06-041-6/+1
* In xhci(4) there is no stream ID in the completion TRB.Hans Petter Selasky2019-06-041-13/+13
* Make sure the DMA tags get freed in mlx5en(4).Hans Petter Selasky2019-06-042-0/+3
* Don't increment cl after increment.Xin LI2019-06-041-2/+2
* Fix prio vs. nonprio tagged traffic in RDMACMSlava Shwartsman2019-06-041-3/+17
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-047-42/+54
* virtio(4): Expose PNP metadata through newbusConrad Meyer2019-06-044-0/+36
* virtio_random(4): Fix random(4) integrationConrad Meyer2019-06-041-27/+74
* style.9: Codify tolerance for eliding blank linesConrad Meyer2019-06-031-2/+13
* Emulate the AMD MSR_LS_CFG MSR used for various Ryzen errata.John Baldwin2019-06-031-0/+2
* r348590 had mention of "-I" in a comment that no longer applied to the patch.Rick Macklem2019-06-031-1/+1
* Modify mountd so that it incrementally updates the kernel exports upon a reload.Rick Macklem2019-06-032-72/+501
* Put back MTREE_CMD here for now. Doh, not my day, perhaps.Maxim Sobolev2019-06-031-0/+2
* MFV r348585: 9683 Allow bypassing devid in vdev_disk_open()Alexander Motin2019-06-031-1/+46
|\
| * 9683 Allow bypassing devid in vdev_disk_open()Alexander Motin2019-06-031-1/+46
* | MFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES) objectsAlexander Motin2019-06-033-4/+236
|\|