Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-29 | powerpc64 MD bits | Mark Kettenis | |
2020-06-29 | Hook up a bunch of device drivers. | Mark Kettenis | |
2020-06-29 | powerpc64 man page dirs | Theo de Raadt | |
2020-06-29 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket | |
As a result remove unneeded variables OK @nicm | |||
2020-06-29 | Build on powerpc64. | Mark Kettenis | |
2020-06-29 | Disable assembly code for powerpc64; more work is needed to make it work. | Mark Kettenis | |
2020-06-29 | Use C versions of bcopy(3) and memmove(3) for now as the assembly version | Mark Kettenis | |
of bcopy(9) doesn't work in its current state. ok deraadt@ | |||
2020-06-29 | Don't create sd(4) devices for nvme(4) namespaces that are | Kenneth R Westerback | |
configured but have a size of 0. Should eliminate the 31 bogus sd(4) devices reported by Janne Johansson (occasionally known as jj@) on some Micron SSD's that passed through his hands. Doesn't break my nvme SSD's, nor jca@'s. ok deraadt@ | |||
2020-06-29 | Printing too much information in the trap handlers seems to lock up the | Mark Kettenis | |
kernel side of syslog. Move debug code to print register values into a separate function and make it use opal_printf(). | |||
2020-06-29 | use time since epoch not time since boot for 'real' interfaces | Jonathan Gray | |
2020-06-29 | remove unused getrawmonotonic() and ktime_mono_to_real() | Jonathan Gray | |
2020-06-29 | Update Spleen kernel fonts to version 1.8.0, bringing the following | Frederic Cambus | |
improvements: - Improve ampersand character, making it more consistent with other sizes (5x8 version) | |||
2020-06-29 | ipmi: add a matching kqfilter filter for `seltrue' as well, allowing us | Stuart Henderson | |
to keep the behavior when switching poll(2) to use kqueue filters. From mpi@ | |||
2020-06-29 | fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the poll | Stuart Henderson | |
function but actually a 'true' value is needed; use seltrue instead. Problem reported, kenel bisected and diff tested by Jens A. Griepentrog. ok deraadt@ mpi@ | |||
2020-06-29 | remove unused interfaces which were removed from linux | Jonathan Gray | |
2020-06-29 | avoid a NULL deref in xen_intr_barrier() | Jonathan Gray | |
intr_barrier() now uses the argument so directly call sched_barrier(NULL) which is what intr_barrier(NULL) used to do until recently. From Todd Carson on bugs@ ok dlg@ | |||
2020-06-29 | use attributes for __maybe_unused and __always_inline | Jonathan Gray | |
2020-06-29 | reduce disabled warnings with clang | Jonathan Gray | |
2020-06-29 | make pci_device_id var const to avoid discarding const warning | Jonathan Gray | |
2020-06-29 | make fbops const to avoid warning about discarding const | Jonathan Gray | |
found the hard way by deraadt@ on sparc64 fix suggested by kettenis@ | |||
2020-06-29 | remove now unused var | Jonathan Gray | |
found the hard way by deraadt@ on sparc64 | |||
2020-06-28 | Disable powerpc64 lazy binding, code was not for 64 bit ABI | Dale Rahn | |
DT_PPC_GOT is not used on powerpc64, delete. | |||
2020-06-28 | Add processor specific dynamic tag values. | Mark Kettenis | |
ok drahn@ | |||
2020-06-28 | Fix build error | Dale Rahn | |
ok tb | |||
2020-06-28 | Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit. | Dale Rahn | |
ok kettenis@ | |||
2020-06-28 | vmd(8): Eliminate libevent state corruption | pd | |
libevent functions for com, pic and rtc are now only called on event_thread. vcpu exit handlers send messages on a dev pipe and callbacks on these events do the event management (event_add, evtimer_add, etc). Previously, libevent state was mutated by two threads, event_thread, that runs all the callbacks and the vcpu thread when running exit handlers. This could have lead to libevent state corruption. Patch from Dave Voutila <dave@sisu.io> ok claudio@ tested by abieber@ and brynet@ | |||
2020-06-28 | obviously powerpc64 will want pcidump | Theo de Raadt | |
2020-06-28 | reduce differences from src/*/installboot/Makefile | Theo de Raadt | |
2020-06-28 | Use std instead of stw to store CR since we use std in sigsetjmp(3) and | Mark Kettenis | |
we use ld to load it again in longjmp(3). | |||
2020-06-28 | Add stub implementation; derived from kvm_sh.c which has our preferred | Mark Kettenis | |
copyright license. | |||
2020-06-28 | Fix grammar in comment. | Mark Kettenis | |
2020-06-28 | Add MID_POWERPC64. These identifiers are only used for kernel core dumps | Mark Kettenis | |
these days, so inventing our own numbers is fine. From drahn@ | |||
2020-06-28 | Add powerpc64 support. | Mark Kettenis | |
2020-06-28 | Add powerpc64 bits. From drahn@ | Mark Kettenis | |
2020-06-28 | Add powerpc64 fenv bits; copied from powerpc. From drahn@ | Mark Kettenis | |
2020-06-28 | Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't | Mark Kettenis | |
hooked up and the lack of a bn_mul_mont_int implementation results in undefined references. | |||
2020-06-28 | Make long double the same as double for now on powerpc64 like we do on | Mark Kettenis | |
powerpc. This matched what FreeBSD does. ok patrick@ | |||
2020-06-28 | Add dummy getWCookie() implementation for powerpc64. | Mark Kettenis | |
From drahn@ | |||
2020-06-28 | The 2nd and 3rd argument are pointers, so use the appropriate doubleword | Mark Kettenis | |
instructions. ok drahn@ | |||
2020-06-28 | state import should accept AF_INET/AF_INET6 only | Alexandr Nedvedicky | |
Reported-by: syzbot+6fef0091252d57113bfb@syzkaller.appspotmail.com ok kn@ | |||
2020-06-28 | Use .Dv for SIOCTL_SEL, as we do for all other macros | Alexandre Ratchov | |
2020-06-28 | set fb_set_par and have register_framebuffer() do initial modeset | Jonathan Gray | |
2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) | Alexandre Ratchov | |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov | |
mutually exclusive values. It's the same as SIOCTL_LIST except that exactly one list element may be selected. | |||
2020-06-28 | On hotplug event call driver specific fb_set_par if available instead of | Jonathan Gray | |
directly calling drm_fb_helper_set_par(). Avoids a problem where rc output and login prompt were not seen without switching to a vt and back on some intel machines with skylake and newer graphics. diff from stsp@ who tracked this problem down ok stsp@ kettenis@ | |||
2020-06-28 | set fb_set_par and have register_framebuffer() do initial modeset | Jonathan Gray | |
ok stsp@ kettenis@ | |||
2020-06-28 | call fb_set_par() function pointer in register_framebuffer() if set | Jonathan Gray | |
ok stsp@ kettenis@ | |||
2020-06-28 | Make the copyin(9) functions handle bad addresses. | Mark Kettenis | |
2020-06-27 | /dev/openprom | Mark Kettenis | |
2020-06-27 | /dev/{null,mem,kmem,...} | Mark Kettenis | |