aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add big, nasty abandonware tags to this code.Warner Losh2018-08-284-2/+29
* Put building of drm and drm2 modules behind options.Warner Losh2018-08-286-0/+19
* Fix bsdbox build WITH_OFEDKyle Evans2018-08-271-0/+5
* Reject IPv4 SO_REUSEPORT_LB groups when looking up an IPv6 listening socketAndrew Gallatin2018-08-271-0/+4
* When doing a -S "safe copy", the install command should do anKirk McKusick2018-08-271-0/+6
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-272-0/+18
* Use the correct register when storing the arm VFP state.Andrew Turner2018-08-271-1/+1
* Remove arc4random_stir and arc4random_addrandom from stdlib.h.Xin LI2018-08-262-7/+1
* r338270 had the side effect of no longer installing libmd.so into /lib.Sean Bruno2018-08-261-1/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-2642-629/+123
* Disable atkbd0 and atkdbc0 in EC2 AMIs. This has the effect of skippingColin Percival2018-08-261-0/+7
* Fix the install location of hcsecd.confBrad Davis2018-08-261-0/+1
* Remove trailing slash in pathname so that valid METALOG is created in theBrad Davis2018-08-251-1/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-2535-96/+69
* Fix wrong offset calculation for R_ARM_TLS_TPOFF32 relocations.Michal Meloun2018-08-251-3/+1
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-257-2/+101
* Fix column alignment in per-thread mode.Mark Johnston2018-08-251-0/+2
* Add in a missing newlineWarner Losh2018-08-251-1/+1
* Remove dead code in i386 cpu_throw().Konstantin Belousov2018-08-251-4/+0
* Unify amd64 and i386 vmspace0 pmap activation.Konstantin Belousov2018-08-254-3/+19
* lualoader: Fix override of module_path on loader promptKyle Evans2018-08-251-3/+17
* Unbreak RSS builds after r338257. Folding both RSS blocks togetherBjoern A. Zeeb2018-08-241-0/+1
* Unbreak VLANs after r337943.Navdeep Parhar2018-08-241-1/+2
* The read accessors generated by __BUS_ACCESSOR() have the problem thatMarius Strobl2018-08-241-1/+14
* libbe(3)/bectl(8): Make consistent with beadmKyle Evans2018-08-247-20/+20
* Either "free" or "allocated" is misleading here, since an itemGleb Smirnoff2018-08-241-1/+1
* release: arm64: Enable overlays for PINE64 and PINE64-LTSEmmanuel Vadot2018-08-242-0/+2
* release: arm: Setup overlays if board config defines someEmmanuel Vadot2018-08-241-0/+12
* arm64: Add DTS overlays for A64Emmanuel Vadot2018-08-246-0/+80
* Limit the amount of "fast" entropy. We don't need nearly as muchMark Murray2018-08-241-1/+9
* Fix braino of mine where the reseeds would happen far too often,Mark Murray2018-08-241-1/+1
* Fix a shadowed variable warning.Michael Tuexen2018-08-241-2/+2
* Unblock speculative prefetcher also on pool creation.Alexander Motin2018-08-241-0/+1
* Update head from ALPHA2 to ALPHA3 as part of the 12.0-RELEASEGlen Barber2018-08-241-1/+1
* Revert drm2 removal.Warner Losh2018-08-24572-8/+313464
* Fix comment. The actual meaning of ub_cnt is the opposite.Gleb Smirnoff2018-08-231-1/+1
* Following r335259, don't copy boot1 from the running system for sparc64Marius Strobl2018-08-231-2/+0
* bsdinstall/zfsboot: Enable new UEFI+GELI supportAllan Jude2018-08-231-9/+42
* Proper spelling of consolidation.Kirk McKusick2018-08-231-3/+3
* - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1]Marius Strobl2018-08-232-39/+26
* Add a per-pagequeue pdpages counter.Mark Johnston2018-08-234-7/+42
* Reduce the log level of tcpd_warn calls from ERR to WARNING.Bjoern A. Zeeb2018-08-231-1/+1
* Ensure that queue state is cleared when vm_page_dequeue() returns.Mark Johnston2018-08-232-50/+49
* Obtain the bus mode (MMC or SD) from the directly superordinatedMarius Strobl2018-08-231-3/+3
* Configure -zifunc-noplt for amd64 kernels.Mark Johnston2018-08-231-1/+1
* Use arc4rand() instead of read_random() in the SCTP and TCP code.Michael Tuexen2018-08-232-3/+3
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-233-130/+241
* aw_mmc: Handle MMCBR_IVAR_RETUNE_REQEmmanuel Vadot2018-08-231-0/+3
* Don't build skein_block_asm.s if we don't have an as binaryAlex Richardson2018-08-231-0/+6
* Only bootstrap localedef if ${MK_LOCALES} != "no"Alex Richardson2018-08-231-1/+5