Age | Commit message (Expand) | Author |
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 |
2020-06-29 | remove now unused var | Jonathan Gray |
2020-06-28 | Disable powerpc64 lazy binding, code was not for 64 bit ABI | Dale Rahn |
2020-06-28 | Add processor specific dynamic tag values. | Mark Kettenis |
2020-06-28 | Fix build error | Dale Rahn |
2020-06-28 | Powerpc64 ld.so asm code needs to conform to Powerpc64 abi, not 32bit. | Dale Rahn |
2020-06-28 | vmd(8): Eliminate libevent state corruption | pd |
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 |
2020-06-28 | Add stub implementation; derived from kvm_sh.c which has our preferred | Mark Kettenis |
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 |
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 |
2020-06-28 | Make long double the same as double for now on powerpc64 like we do on | Mark Kettenis |
2020-06-28 | Add dummy getWCookie() implementation for powerpc64. | Mark Kettenis |
2020-06-28 | The 2nd and 3rd argument are pointers, so use the appropriate doubleword | Mark Kettenis |
2020-06-28 | state import should accept AF_INET/AF_INET6 only | Alexandr Nedvedicky |
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 |
2020-06-28 | On hotplug event call driver specific fb_set_par if available instead of | Jonathan Gray |
2020-06-28 | set fb_set_par and have register_framebuffer() do initial modeset | Jonathan Gray |
2020-06-28 | call fb_set_par() function pointer in register_framebuffer() if set | Jonathan Gray |
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 |
2020-06-27 | Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed in | Kenneth R Westerback |
2020-06-27 | sync perl cleanup | Andrew Fresh |
2020-06-27 | Generate appropriate signals for various user traps. | Mark Kettenis |
2020-06-27 | Remove some customizations from the perl build | Andrew Fresh |
2020-06-27 | Prevent the use of jump tables on powerpc64 as well. | Mark Kettenis |
2020-06-27 | remove the spacing around "arp | rarp", as prompted by schwarze; | Jason McIntyre |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | don't try to expand alignment using __aligned(16) on local variables. | Theo de Raadt |
2020-06-27 | convert macppc, octeon, and loongson to use MI installboot, removing | Theo de Raadt |
2020-06-27 | macro fixes; from matthew martin | Jason McIntyre |
2020-06-27 | Support using the FPU and AltiVec registers in userland. The registers are | Mark Kettenis |
2020-06-27 | Let traps save and restore VRSAVE. | Mark Kettenis |
2020-06-27 | Let sigcode set up a frame such that the signal handler has something to | Mark Kettenis |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-27 | Add missing label. | Mark Kettenis |
2020-06-27 | Improve description of field splitting and document FS special cases. | Todd C. Miller |
2020-06-27 | Replace TAILQ concatenation loops with TAILQ_CONCAT | bket |