summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-016-5/+37
* Retire procfs-based process debugging.John Baldwin2020-04-0133-513/+23
* Set crp_ilen for crypto requests.John Baldwin2020-04-011-0/+2
* Remove redundant development tag from include MakefileEd Maste2020-04-011-1/+0
* Start the retirement process for ufmWarner Losh2020-04-012-0/+7
* x86 tsc: fall back to CPUID if calibration results looks unbelievable.Konstantin Belousov2020-04-011-7/+34
* pkgbase: remove more profile package leftoversEd Maste2020-04-011-1/+1
* Add a makefile to build and run the tests for the bsnmp library.Hartmut Brandt2020-04-011-0/+19
* elf.5: add definitions of FreeBSD notesEd Maste2020-04-011-0/+26
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-0116-89/+19721
|\
| * Import version 1.14 of bsnmp. This mainly consists of bug fixesvendor/bsnmp/1.14vendor/bsnmpHartmut Brandt2020-03-3154-16174/+22088
| * Vendor import of bsnmp-1.13.vendor/bsnmp/1.13Hartmut Brandt2018-07-2798-31983/+18792
| * Remove the svn:keywords property.Hartmut Brandt2008-12-200-0/+0
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2085-0/+0
* | Bump WARNS for sh(1).Edward Tomasz Napierala2020-04-011-2/+0
* | Stop hardcoding WARNS in uefisign(8).Edward Tomasz Napierala2020-04-011-2/+0
* | Stop hardcoding WARNS in iscsid(8).Edward Tomasz Napierala2020-04-011-2/+0
* | Stop hardcoding WARNS in iscsictl(8).Edward Tomasz Napierala2020-04-011-1/+0
* | Stop hardcoding WARNS in automount(8) et al.Edward Tomasz Napierala2020-04-011-2/+0
* | lldb: stop excluding bindings/ subdirEd Maste2020-04-011-1/+0
* | Use memmove to copy within a bufferAndrew Turner2020-04-011-2/+2
* | Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* | Do not claim libbearssl et al are INTERNALLIBSimon J. Gerraty2020-04-012-6/+6
* | deadlkres: include thread name in panic messagesJason A. Harmening2020-04-011-4/+6
* | Add support for AHCI BIOS/OS Handoff.Alexander Motin2020-04-012-0/+27
* | Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-011-0/+2
* | Ignore ND6 neighbor advertisement received for static link-layer entries.Andrey V. Elsukov2020-04-011-0/+6
* | Add powerpcspe to the EXTRA_TARGETSWarner Losh2020-03-311-3/+4
* | Document universe betterWarner Losh2020-03-311-1/+22
* | Fix make kernels to match original commit messageWarner Losh2020-03-311-1/+1
* | Make universe configuration more consistent with rest of systemWarner Losh2020-03-312-11/+24
* | Fix build for mips.XLP64 kernel, by re-ordering headersRavi Pokala2020-03-311-1/+2
* | valectl: fix typo in man pageVincenzo Maffione2020-03-311-2/+2
* | Include ${.CURDIR}/local.init.mk if it existsSimon J. Gerraty2020-03-311-0/+5
* | Allow the TCP backhole detection to be disabled at all, enabled onlyMichael Tuexen2020-03-314-19/+44
* | Merge OpenSSL 1.1.1f.Jung-uk Kim2020-03-31560-782/+832
|\ \
| * | Import OpenSSL 1.1.1f.vendor/openssl/1.1.1fJung-uk Kim2020-03-3126-242/+267
* | | Make jemalloc(3) default to retain:true on 64-bit platforms,Edward Tomasz Napierala2020-03-311-0/+4
* | | Add 'ctld -t', to test configuration file validity.Edward Tomasz Napierala2020-03-312-2/+17
* | | Add Platform Controller Hub built-in thermal management device driver.Takanori Watanabe2020-03-315-0/+445
* | | Bhyve: fix SMBIOS Type 17 table generationRebecca Cran2020-03-311-11/+30
* | | Use a dedicated taskqueue thread for in6m_release_task().Mark Johnston2020-03-311-4/+9
* | | Remove dead code leftover from r331018.Bryan Drewery2020-03-311-4/+0
* | | KTLS: Coalesce adjacent TLS trailers & headers to improve PCIe bus efficiencyAndrew Gallatin2020-03-301-9/+35
* | | kern_sendfile.c: fix bugs with handling of busy page states.Konstantin Belousov2020-03-301-32/+73
* | | kern_sendfile.c: do not release sfio reference on error.Konstantin Belousov2020-03-301-1/+0
* | | kern_sendfile.c: wait for all in-flight ios completion before unwiring pages.Konstantin Belousov2020-03-301-0/+14
* | | kern_sendfile.c: add specific malloc type.Konstantin Belousov2020-03-301-5/+7
* | | Trim some duplicate EIO descriptions.John Baldwin2020-03-302-7/+1
* | | VOP_GETPAGES_ASYNC(): consistently call iodone() callback in case of error.Konstantin Belousov2020-03-303-10/+22