aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update build glue for libc++.Dimitry Andric2020-01-271-1/+3
* Update build glue for libomp.Dimitry Andric2020-01-271-1/+1
* Update build glue for lldb (MK_LLDB=yes). Also update lldb's generatedDimitry Andric2020-01-277-24/+474
* Update build glue for lld (MK_LLD=yes). Also update invocation ofDimitry Andric2020-01-262-1/+3
* Update build glue for extra clang/llvm tools (MK_CLANG_EXTRAS=yes).Dimitry Andric2020-01-264-4/+22
* Update build glue for a world stage, e.g. when not only clang, but alsoDimitry Andric2020-01-261-0/+9
* Update build glue for a full build (MK_CLANG_FULL=yes) of the clangDimitry Andric2020-01-261-0/+10
* Update build glue for a minimal build of the clang executable.Dimitry Andric2020-01-264-46/+159
* Adjust libllvmminimal and tblgen Makefiles so all the tblgen executablesDimitry Andric2020-01-255-2/+20
* From 10.0.0 onwards, llvm requires C++14 to build.Dimitry Andric2020-01-251-1/+1
* * Bump version numbers to 10.0.0Dimitry Andric2020-01-2516-288/+599
* Merge ^/head r356931 through r357118.Dimitry Andric2020-01-25685-5796/+13369
|\
| * Sending CWR after an RTO is according to RFC 3168 generally requiredMichael Tuexen2020-01-253-1/+4
| * Don't set the ECT codepoint on retransmitted packets during SACK lossMichael Tuexen2020-01-252-0/+2
| * As a TCP client only enable ECN when the corresponding sysctl variableMichael Tuexen2020-01-252-2/+2
| * tests: Routing tests overwrote net testsKristof Provost2020-01-251-1/+1
| * Implement cycle-detecting garbage collector for AF_UNIX socketsJason A. Harmening2020-01-252-56/+116
| * lua: add modules.loaded hookKyle Evans2020-01-251-2/+5
| * loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans2020-01-251-2/+2
| * Enter the network epoch in RX processing taskqueue.Gleb Smirnoff2020-01-251-0/+3
| * Don't delay the ACK for a TCP segment with the CWR flag set.Michael Tuexen2020-01-242-2/+6
| * The server side of TCP fast open relies on the delayed ACK timer to allowMichael Tuexen2020-01-242-2/+2
| * Enter the network epoch when rack_output() is called in setsockopt(2).Gleb Smirnoff2020-01-241-0/+3
| * Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-243-0/+9
| * Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.Alexander V. Chernikov2020-01-247-4/+33
| * Handle a race of collapse with a retrying fault.Konstantin Belousov2020-01-241-10/+38
| * re(4) uses taskqueue to process input packets. Enter network epochGleb Smirnoff2020-01-241-1/+5
| * ath(4) processing input packets in taskqueue. Enter network epochGleb Smirnoff2020-01-241-0/+3
| * Include the PCI stack to the riscv GENERIC kernel.Ruslan Bukin2020-01-242-0/+6
| * Enable NEW_PCIB on riscv.Ruslan Bukin2020-01-242-0/+5
| * o Move the software context struct to a header file.Ruslan Bukin2020-01-242-6/+49
| * caroot: use bsd.obj.mk, not bsd.prog.mkKyle Evans2020-01-241-2/+1
| * Move the ECAM macroses to the header file.Ruslan Bukin2020-01-242-17/+17
| * Revert r357050.Mark Johnston2020-01-241-2/+1
| * Tag NLS aliases with pkgbase packageEd Maste2020-01-241-1/+2
| * revert r356990 to reapply with correct commit messageEd Maste2020-01-241-2/+1
| * Implement mmget_not_zero() in the LinuxKPI.Hans Petter Selasky2020-01-241-0/+6
| * Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala2020-01-242-1/+9
| * Add kern_unmount() and use in Linuxulator. No functional changes.Edward Tomasz Napierala2020-01-243-14/+22
| * Fix a few spacing issues to make the page more readable.Nick Hibma2020-01-241-2/+4
| * Most uses of vm_map_clip_start follow a call to vm_map_lookup. DefineDoug Moore2020-01-241-49/+41
| * vfs: allow v_usecount to transition 0->1 without the interlockMateusz Guzik2020-01-241-47/+113
| * vfs: stop handling VI_OWEINACT in vgetMateusz Guzik2020-01-242-55/+36
| * vfs: stop unlocking the vnode upfront in vputMateusz Guzik2020-01-241-25/+26
| * lockmgr: don't touch the lock past unlockMateusz Guzik2020-01-241-14/+16
| * [ntp] Don't compile in the ssl routines into libevent if MK_OPENSSL is noAdrian Chadd2020-01-241-1/+7
| * Drop "All Rights Reserved" from all libbe/bectl filesKyle Evans2020-01-2410-10/+0
| * random(3): Abstract routines into _r versions on explicit stateConrad Meyer2020-01-242-79/+163
| * random(3): Abstract state into a single context objectConrad Meyer2020-01-241-99/+132
| * cpufreq(4): Fix missing MODULE_DEPEND on hwpstate_intelConrad Meyer2020-01-231-0/+1