aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Import OpenSSL 1.1.1d.vendor/openssl/1.1.1dJung-uk Kim2019-09-10270-10546/+3000
| * Import OpenSSL 1.1.1c.Jung-uk Kim2019-05-281-1/+2
| * Import OpenSSL 1.1.1c.vendor/openssl/1.1.1cJung-uk Kim2019-05-28167-2105/+3527
| * Import OpenSSL 1.1.1b.vendor/openssl/1.1.1bJung-uk Kim2019-02-26302-3541/+5478
| * Import OpenSSL 1.1.1a.vendor/openssl/1.1.1aJung-uk Kim2018-11-20145-1026/+2062
* | cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-164-13/+62
* | cxgbe(4): Check for descriptors before writing a TLS or raw work request.Navdeep Parhar2021-02-161-6/+8
* | netgraph/ng_source: Allow ng_source to inject into any netgraph networkLutz Donnerhacke2021-02-162-4/+11
* | inetd: fix unix sockaddr's length assignmentKyle Evans2021-02-161-5/+4
* | fmtree: add a deprecation notice to the manpageKyle Evans2021-02-161-2/+9
* | MFC 57785538c6e0d7e8ca0f161ab95bae10fd304047 andCy Schubert2021-02-1623-67/+63
* | MFC d20f7a5a3da1aa5bccdabb89c181ca0c49385ecd:Cy Schubert2021-02-161-1/+1
* | MFC 344f1083e128d8d41ca31853dac513ca3efd9d1f:Cy Schubert2021-02-161-1/+1
* | MFC 10990cb46027b4cc4339540b1217117863b2cd15:Cy Schubert2021-02-161-1/+1
* | MFC commit e673debe7db8ba95e4ee3b549d2570e71d19b596:Cy Schubert2021-02-169-26/+7
* | MFC 0f34c80f376345b98a972940dd4757e58d7beb06:Cy Schubert2021-02-1613-71/+69
* | Cirrus-CI: use FreeBSD 12.2 imageEd Maste2021-02-151-1/+1
* | mca: Handle inconsistent CMCI capability reportingMark Johnston2021-02-151-0/+18
* | Fix incorrect powf(3) result with x near 1 and |y| much larger than 1Steve Kargl2021-02-152-1/+23
* | usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-141-5/+5
* | test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-02-124-6/+3
* | Print DeviceHandle and PhysicalId in hex.Alexander Motin2021-02-121-2/+2
* | Improve ACPI_NFIT_CONTROL_REGION formatting.Alexander Motin2021-02-121-7/+7
* | grep: fix -A handling in conjunction with -m match limitationKyle Evans2021-02-112-1/+37
* | grep: turn off -w if -x is specifiedKyle Evans2021-02-112-1/+8
* | grep: fix null pattern and empty pattern file behaviorKyle Evans2021-02-113-33/+35
* | zgrep: fix exit status with multiple filesEric van Gyzen2021-02-112-5/+31
* | acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-112-0/+4
* | nvdimm: Fix error path mis-freeConrad Meyer2021-02-111-1/+1
* | Upgrade to OpenPAM Tabebuia.Dag-Erling Smørgrav2021-02-1092-919/+1806
* | readelf: decode LA48 and ASG_DISABLE feature flagsEd Maste2021-02-101-0/+2
* | MFC 7071734fae6019d1e3e44daf7deb4478582081cc:Cy Schubert2021-02-097-216/+215
* | MFC 4cd1807c7d2a67b633dd0c0bfde15091543a2514:Cy Schubert2021-02-0999-1801/+1795
* | rtld: Fix null-pointer dereferenceDavid Chisnall2021-02-091-2/+4
* | amd64 GENERIC: compile in mlx5en(4)Konstantin Belousov2021-02-091-0/+9
* | cpucontrol(8): Fix display.Konstantin Belousov2021-02-091-1/+1
* | WITH_OFED build option: fixKonstantin Belousov2021-02-093-5/+5
* | nfs client: block vnode_pager_setsize() calls from nfscl_loadattrcache in nfs...Konstantin Belousov2021-02-091-2/+7
* | elf: add some definitions for i386 and amd64 relocationsKonstantin Belousov2021-02-091-0/+14
* | x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-02-091-1/+23
* | x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-02-091-22/+65
* | x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-02-091-21/+47
* | tsc: add RDTSCP or faster variants of get_timecount()Konstantin Belousov2021-02-091-1/+31
* | Add ddb 'show timecounter' command.Konstantin Belousov2021-02-091-0/+30
* | x86 busdma_bounce: use malloc_domainset_aligned(9).Konstantin Belousov2021-02-091-10/+10
* | Implement malloc_domainset_aligned(9).Konstantin Belousov2021-02-092-2/+40
* | jobc: rework detection of orphaned groups.Konstantin Belousov2021-02-095-160/+68
* | kinfo_proc: move job-control related data collection into a new helper.Konstantin Belousov2021-02-091-35/+51
* | Lock proctree in around fill_kinfo_proc().Konstantin Belousov2021-02-092-0/+6
* | pgrp: Prevent use after free.Konstantin Belousov2021-02-093-14/+21