Age | Commit message (Expand) | Author |
2017-12-24 | Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland. | Mark Kettenis |
2017-12-23 | Remove stray space. | Mark Kettenis |
2017-12-20 | Sync C mutex implementations. | Martin Pieuchot |
2017-12-18 | Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland. | Mark Kettenis |
2017-12-17 | Add wsdisplay options needed for X and VT switching. | Mark Kettenis |
2017-12-16 | Enable sxirsb(4). | Mark Kettenis |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-11-13 | Add support for the i2c controller variant found on the Allwinner A31 and | Mark Kettenis |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-13 | Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker | Jonathan Gray |
2017-10-04 | Due to changes in LLD where sections are sorted in a different way, | Patrick Wildt |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-19 | Enable syscon(4). | Patrick Wildt |
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-29 | remove uneeded includes after recent fdt header changes | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | Mark Kettenis |
2017-08-27 | arm64 performance: use cache zeroing function in pmap_zero_page() | Dale Rahn |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-27 | Clear second return register on exec. | Mark Kettenis |
2017-08-25 | Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399 | Mark Kettenis |
2017-08-23 | If the firmware provides a framebuffer through the Graphics Output Protocol, | Mark Kettenis |
2017-08-23 | Add code to attach framebuffers found under /chosen. Taken from armv7. | Mark Kettenis |
2017-08-22 | Some small cleanups to reduce the diffs to the armv7 efiboot. | Mark Kettenis |
2017-08-20 | Add Cortex-A55 and Cortex-A75 part numbers. | Jonathan Gray |
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 |