Age | Commit message (Expand) | Author |
2017-08-14 | Generate SIGILL for EXCP_UNKNOWN. | Mark Kettenis |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | Clear pcb_fpcpu of the child upon fork. Not clearing it is probably not | Mark Kettenis |
2017-08-11 | Add rkdwusb(4) here as well. | Mark Kettenis |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-08-11 | Have bus_dmamem_map() store the virtual address of the mapping such that | Mark Kettenis |
2017-08-09 | Fix format strings to make the kernel build on arm64 again after the | Jonathan Gray |
2017-08-09 | fix format strings | Jonathan Gray |
2017-08-09 | remove duplicated PAGE macros and drop type suffix | Jonathan Gray |
2017-08-08 | Arm64 compilers like many others anymore will use floating point registers | Dale Rahn |
2017-08-07 | Add "machine exit" and "machine poweroff" commands to the arm64 and armv7 | Mark Kettenis |
2017-08-06 | Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_AS | Mark Kettenis |
2017-08-05 | Do not enable fpu until after AST state is checked and processed. | Dale Rahn |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-24 | Port amd64's updates to the device path comparison to arm64 as well. | Patrick Wildt |
2017-07-20 | Bring SIBUS/SIGSEGV reporting in line with amd64 and i386. | Mark Kettenis |
2017-07-18 | Stop automatically regenerating gap.o (and hence linking a new kernel) | Theo Buehler |
2017-07-17 | Use .c instead of .o here too. | Mark Kettenis |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-05 | Enable NFSCLIENT to let installation over NFS work. | Visa Hankala |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-29 | TEMPORARILY disable gap compilation, until lld is fixed/updated to | Theo de Raadt |
2017-06-25 | dull dependency for copying makegap.sh to obj, so that installs | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-13 | newbsd: target which re-links a kernel. We cannot use the bsd: target | Theo de Raadt |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-06 | correct the depend list of a target introduced in rev 1.9 | Jonathan Gray |
2017-06-05 | track permissions of original file | Theo de Raadt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-04 | Remove comment that no longer is true. esym is not written by our | Patrick Wildt |
2017-06-04 | Split early startup code out of locore.S into locore0.S. Adjust link | Patrick Wildt |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-06-01 | Pass the correct dma tag to the load buffer function. Passing t only | Patrick Wildt |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-27 | Use EFI memory map to discover available physical memory. | Mark Kettenis |
2017-05-21 | Give the vp pool its own allocator. Avoiding the logic that creates large | Mark Kettenis |
2017-05-21 | Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found | Mark Kettenis |
2017-05-18 | AAPCS64 requires 16 byte stack alignment. Set the bits in the system | Jonathan Gray |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-10 | Remove pmep_pa_is_mem(). Instead create write-back cachable mappings by | Mark Kettenis |
2017-05-09 | Enable dwge(4). If the network hardware is initialized by U-Boot, the | Mark Kettenis |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-07 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |