aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bwn(4): Include SROM revision when printing device identification.Landon J. Fuller2019-07-021-2/+3
* Import tzdata 2019bPhilip Paeps2019-07-0220-381/+720
* Add a new "untrusted" option to the mount command. Its purposeKirk McKusick2019-07-015-4/+19
* arm64: efi: Map memory IO region as deviceEmmanuel Vadot2019-07-011-8/+2
* g_mirror_taste: avoid deadlock, always clear tasting flagRyan Libby2019-07-011-1/+1
* g_eli_create: only dec g_access acw if we inc'd itRyan Libby2019-07-011-6/+4
* Tidy up pmap_copy(). Notably, deindent the innermost loop by making aAlan Cox2019-07-011-56/+49
* Since r349571 we need all the accessor to be present for set or getEmmanuel Vadot2019-07-011-0/+12
* Pull in r360968 from upstream llvm trunk (by Philip Reames):Dimitry Andric2019-07-013-173/+273
* Factor out the code that does a VOP_SETATTR(size) from vn_truncate().Rick Macklem2019-07-012-8/+24
* netmap: fix two panics with emulated adapterVincenzo Maffione2019-07-011-0/+3
* add superio driverAndriy Gapon2019-07-018-0/+1055
* nctgpio: change default pin names to those used by the datasheet(s)Andriy Gapon2019-07-011-1/+1
* Add support for the Marvell 88E6190 11 ports switch.Luiz Otavio O Souza2019-07-012-49/+187
* Allow bootstrapping elftoolchain on MacOS and LinuxAlex Richardson2019-07-013-4/+16
* Fix generation of krb5-config with LC_CTYPE=*.UTF-8Alex Richardson2019-07-011-1/+5
* upgrade the warning printf-s in bus accessors to KASSERT-s, take 2Andriy Gapon2019-07-011-12/+7
* The RFC 3128 test should be made after the offset mask has been applied.Cy Schubert2019-06-301-4/+4
* Revert r349400. It has uintended effects.Cy Schubert2019-06-301-16/+18
* efihttp: mark unused arguments with __unusedToomas Soome2019-06-301-5/+7
* efihttp: comparison of integers of different signsToomas Soome2019-06-301-1/+1
* Clean efihttp pointer-sign warningsToomas Soome2019-06-301-14/+14
* readelf: Add RISC-V DWARF register aliasesMitchell Horne2019-06-301-0/+68
* elftoolchain: fix an incorrect e_flags descriptionMitchell Horne2019-06-301-1/+1
* Fix CROSS_TOOLCHAIN=amd64-gcc build after r349554Alex Richardson2019-06-301-1/+1
* Changes to the expose_password functionality:Dag-Erling Smørgrav2019-06-302-7/+24
* Fix my name in license headerAlex Richardson2019-06-305-5/+5
* Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson2019-06-3013-23/+460
* Display the approximate space needed when a minidump fails due to lackNavdeep Parhar2019-06-306-18/+24
* Add support for Python 3 and make it the default.Marcel Moolenaar2019-06-303-23/+75
* Remove a call to vm_map_simplify_entry from _vm_map_clip_start.Doug Moore2019-06-301-1/+0
* MFV r349535: less v551.Xin LI2019-06-2959-555/+1455
|\
| * Vendor import of less v551.vendor/less/v551Xin LI2019-06-2969-717/+1746
* | Build lib32 libl. The library is built from usr.bin/lex/lib. It would beTijl Coosemans2019-06-291-0/+1
* | Use a consistent snapshot of the fd's rights in fget_mmap().Mark Johnston2019-06-291-4/+8
* | Fix mutual exclusion in pipe_direct_write().Mark Johnston2019-06-291-13/+17
* | Fix VOP_PUTPAGES(9) in regards to the use of VM_PAGER_CLUSTER_OKLi-Wen Hsu2019-06-291-2/+2
* | Skip sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxyLi-Wen Hsu2019-06-292-0/+2
* | Install missing test data fileLi-Wen Hsu2019-06-291-0/+1
* | Add support for IFCAP_NOMAP to mlx5(4).John Baldwin2019-06-291-0/+3
* | Add support for IFCAP_NOMAP to cxgbe(4).John Baldwin2019-06-293-13/+94
* | Support IFCAP_NOMAP in vlan(4).John Baldwin2019-06-291-0/+10
* | Compress pending socket buffer data once it is marked ready.John Baldwin2019-06-291-0/+74
* | Add support for using unmapped mbufs with sendfile(2).John Baldwin2019-06-293-6/+133
* | Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-2922-52/+1175
* | MFV r349454:Martin Matuska2019-06-285-3/+30
|\ \
| * | Update vendor/libarchive/dist to git d6d3799d6b309593f271c4c319dfba92efc95772Martin Matuska2019-06-2710-11/+39
* | | When we protect PTEs (as opposed to PDEs), we only call vm_page_dirty()Alan Cox2019-06-282-20/+18
* | | Need to apply the PCIM_BAR_MEM_BASE mask to the physical memoryHans Petter Selasky2019-06-281-3/+5
* | | Add the 802.1q support for the Marvell e6000 series of ethernet switches.Luiz Otavio O Souza2019-06-282-323/+608