aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | release.sh: fix OSVERSION and UNAME_r overridesGlen Barber2021-02-111-0/+7
* | | | mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-114-9/+13
* | | | VOP_ADVLOCK(9): fix a typoGuangyuan Yang2021-02-111-2/+2
* | | | Fix lib/msun/test builds on platforms without 80-bit long doublesDimitry Andric2021-02-111-0/+4
* | | | [udp] fix possible mbuf and lock leak in udp_input().Andrey V. Elsukov2021-02-111-5/+8
* | | | [udp6] fix possible panic due to lack of locking.Andrey V. Elsukov2021-02-111-33/+28
* | | | Merge bmake-20210206Simon J. Gerraty2021-02-11130-2153/+3225
|\ \ \ \
| * | | | Import bmake-20210206vendor/NetBSD/bmake/20210206Simon J. Gerraty2021-02-11127-2133/+3156
* | | | | kldload(8): Improve phrasingDaniel Ebdrup Jensen2021-02-111-2/+3
* | | | | usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-111-5/+5
* | | | | release: fix overriding UNAME_rGlen Barber2021-02-111-0/+4
* | | | | Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-103-1/+22
* | | | | arm64: if_dwc is also needed by intel stratix10 platformEmmanuel Vadot2021-02-101-2/+3
* | | | | arm64: Add a SOC_BRCM_NS2 optionEmmanuel Vadot2021-02-103-3/+5
* | | | | arm64: Make thunderx vnic file depend on soc_cavm_thunderxEmmanuel Vadot2021-02-101-4/+4
* | | | | arm64: Order sys/conf/files.arm64Emmanuel Vadot2021-02-101-420/+474
* | | | | netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-101-21/+38
* | | | | systat.1: Fix synopsisMateusz Piotrowski2021-02-101-1/+1
* | | | | systat.1: Remove Tn macrosMateusz Piotrowski2021-02-101-41/+14
* | | | | localedef: Fix bootstrapping on Ubuntu 16.04Jessica Clarke2021-02-101-3/+16
* | | | | vm: Honour the "noreuse" flag to vm_page_unwire_managed()Mark Johnston2021-02-101-1/+1
* | | | | Always build the sanitizer runtimes when compiling with clangAlex Richardson2021-02-101-1/+1
* | | | | usr.sbin/makefs: fix use-after-free in read_mtree_keywords()Alex Richardson2021-02-101-0/+2
* | | | | MFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:Cy Schubert2021-02-1077-686/+1700
|\ \ \ \ \
| * | | | | Vendor import of Unbound 1.13.1.vendor/unbound/1.13.1Cy Schubert2021-02-09106-6963/+9754
* | | | | | Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.Cy Schubert2021-02-101-4/+0
* | | | | | libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-02-091-1/+1
* | | | | | Add test case for 93fc67896550 (incorrect powf(3) result)Dimitry Andric2021-02-091-0/+22
* | | | | | bsd.compiler.mk: Detect distribution-provided GCC when executed as ccJessica Clarke2021-02-091-0/+9
* | | | | | Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-094-6/+3
* | | | | | netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* | | | | | netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-092-48/+44
* | | | | | Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* | | | | | usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-02-092-5/+10
* | | | | | cache: assorted comment fixupsMateusz Guzik2021-02-091-7/+12
* | | | | | Revert "amd64: implement strlen in assembly"Mateusz Guzik2021-02-092-66/+1
* | | | | | arm32: Align arguments of sync_icache() syscall to cacheline size.Michal Meloun2021-02-091-6/+3
* | | | | | loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* | | | | | loader: remove BORDER_PIXELSToomas Soome2021-02-094-19/+11
* | | | | | kern: sonewconn: set so_options before pru_attach()Kyle Evans2021-02-091-1/+1
* | | | | | devfs: fix use count leak when using TIOCSCTTYMateusz Guzik2021-02-091-1/+1
* | | | | | Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-0923-64/+64
* | | | | | Simply FreeBSD check using __FreeBSD__ and remove OpenBSDCy Schubert2021-02-091-1/+1
* | | | | | ZFS: fix assertions with INVARIANTSAlan Somers2021-02-081-0/+2
* | | | | | Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-0821-100/+35
* | | | | | hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* | | | | | Don't check compat.linux.emul_path before loading linux(4)Edward Tomasz Napierala2021-02-081-1/+3
* | | | | | acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-082-0/+4
* | | | | | Turn off forgotten multipath debug messagesAlexander V. Chernikov2021-02-081-1/+0
* | | | | | SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-0821-35/+100