summaryrefslogtreecommitdiffstats
path: root/games/canfield (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-11Implement a machdep.altivec sysctl that always returns 1. This makeskettenis2-3/+17
2020-07-11Change locks which don't use spin_lock_irq() or spin_lock_irqsave()jsg2-3/+3
2020-07-11test for gem_size > 0 on pool_destroy() matching pool_init() calljsg1-1/+2
2020-07-11don't complain if the API is too low to support "query phy types".dlg1-6/+8
2020-07-10Add hw.cpuspeed and hw.setperfgkoehler3-6/+117
2020-07-10table fix;jmc1-3/+3
2020-07-10Document which crypto transforms are enabled by default.tobhe1-62/+62
2020-07-10Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2-9/+11
2020-07-10Oops, I didn't intend to commit these bits.kettenis2-18/+5
2020-07-10Implement process_read_regs() such that core dumps become usable.kettenis3-28/+28
2020-07-10syncderaadt1-0/+1
2020-07-10Parse a bootduid= argument passed on the command line and use it to set thekettenis1-1/+33
2020-07-10Pass bootduid (from disklabel) on the bootline to the kernelderaadt1-3/+4
2020-07-10adjust %n description to vaguely say "pointer", becuase the followingderaadt1-4/+6
2020-07-10Clear FPU state if we try to restore the state when the process didn't usekettenis1-2/+6
2020-07-10Add check for userland VSID overflow.kettenis1-1/+2
2020-07-10base tree had only two uses of the printf %n format string, in this file.deraadt1-2/+2
2020-07-10As suggested by deraadt@, rewrite most of the printf(3) manual pageschwarze1-453/+586
2020-07-10Use OPAL_REINIT_CPUS calls during early boot to set endianness and tokettenis1-1/+11
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick117-315/+308
2020-07-10Change users of IFQ_PURGE() to use the "new" API.patrick8-24/+19
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick72-158/+147
2020-07-10Add OPAL_REINIT_CPUS.kettenis2-2/+12
2020-07-10Clean up s_client.cinoguchi1-26/+27
2020-07-10Even though the PowerISA indicates that hardware should update referencekettenis1-121/+55
2020-07-10Change variable bio_c_out from global to localinoguchi1-15/+11
2020-07-10Kill `pppx_devs_lk' rwlock. It used only to prevent races caused bymvs1-42/+12
2020-07-10Set missing `IFXF_CLONED' flag to pppx(4) related `ifnet'. That shouldmvs1-1/+2
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300jsg1-0/+6
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2-5/+1307
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-10/+10
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-11/+12
2020-07-09The fegetexceptflag() function should not have a DEF_STD.kettenis1-2/+1
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andjcs3-13/+26
2020-07-09Some touchpads don't have the "maximum number of contacts" orjcs1-19/+17
2020-07-09Fix a warning false positive from clang 10.millert1-2/+2
2020-07-09another excess filederaadt1-23/+0
2020-07-09Wrap long lines and put space in front of label in s_client.cinoguchi1-46/+80
2020-07-09Remove c_ prefix from s_client_config memberinoguchi1-33/+33
2020-07-09Convert openssl(1) s_client option handlinginoguchi1-450/+770
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg1-0/+1
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkjsg1-2/+2
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesjsg1-4/+6
2020-07-09drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASjsg1-4/+7
2020-07-09Avoid NULL deref in regexec when searching for empty lines.tb1-9/+10
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cjsg3-0/+282
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetjsg3-3/+28
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodjsg1-2/+10