Age | Commit message (Expand) | Author |
2016-05-15 | remove chroot(2) from allowed syscalls under pledge(2). | Sebastien Marie |
2016-05-14 | Since GetTime() doesn't work on U-Boot, use timer events to simulate a clock | Mark Kettenis |
2016-05-14 | Move rpm read to a own function analog pwm read. No functional change. | Marcus Glocker |
2016-05-14 | Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless. | Mark Kettenis |
2016-05-14 | Add support for pwm fans. | Marcus Glocker |
2016-05-14 | Handle boot options, and pass the boot device to the kernel. The boot device | Mark Kettenis |
2016-05-14 | Make getsecs() return 0 if EFI doesn't tell us the time. | Mark Kettenis |
2016-05-14 | Tell the kernel where its symbols are. | Mark Kettenis |
2016-05-14 | Load the kernel at the address pre-allocated by the EFI bootloader. | Mark Kettenis |
2016-05-14 | Need some startup assembly code as well. | Mark Kettenis |
2016-05-14 | Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD | Mark Kettenis |
2016-05-14 | Return correct rpm values for all fans. | Marcus Glocker |
2016-05-13 | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format | Alexandre Ratchov |
2016-05-13 | contrary to documentation and other implementations, kevent was preventing | Ted Unangst |
2016-05-12 | If writing the control register fails, bail out without attaching any sensors. | Mark Kettenis |
2016-05-12 | Fix "comma at end of enumerator list" warnings | David Coppa |
2016-05-12 | Remove bogus rw_exit() call. | Mark Kettenis |
2016-05-11 | delete SROP mitigation debug code; it works | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-11 | fix compile issues in MD sigreturn(2) | Peter Hessler |
2016-05-11 | fix sigcookie value, address was off due to trapframe nesting | Theo de Raadt |
2016-05-11 | crank to 6.0-beta | Theo de Raadt |
2016-05-11 | Add the sigcontext cookie clearing block, which was missed in the previous | Theo de Raadt |
2016-05-11 | Use round_blocksize() to determine the maximum hardware block size (in | Alexandre Ratchov |
2016-05-11 | Another attempt to make the mips64 pmap MP-safe. Now at least | Visa Hankala |
2016-05-11 | Add an efibind.h for arm; from FreeBSD. | Mark Kettenis |
2016-05-11 | Move EFI header files to a location where they can be used on other | Mark Kettenis |
2016-05-11 | Dont reuse "mult" local variable. Use separate variable for hardware | Alexandre Ratchov |
2016-05-10 | If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been | Alexander Bluhm |
2016-05-10 | make the bpf tap functions take const struct mbuf * | David Gwynne |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-10 | The hppa trapframe PC is marked (in the low two bits) to indicate a | Theo de Raadt |
2016-05-10 | Fill Xen hypercall page with int3's like the hypervisor does. | Mike Belopuhov |
2016-05-10 | make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it. | David Gwynne |
2016-05-10 | FFS2 does lazy inode initialization, so try harder to avoid using | Kenneth R Westerback |
2016-05-10 | make bpf_mtap callers set the M_FILDROP flag if they care about it. | David Gwynne |
2016-05-10 | rename an unused field in struct kinfo_file (it related to systrace..) | Theo de Raadt |
2016-05-09 | 2nd identical definition of PROC_PC macro is not needed | Theo de Raadt |
2016-05-08 | Add DMA support. It uses ADMA2 "Internal DMA" that is compatible with the | Mark Kettenis |
2016-05-08 | Add support for level, active low gpio interrupts. | Mark Kettenis |
2016-05-08 | Additional parameter for amap_alloc(). | Stefan Kempf |
2016-05-08 | Wait for RAM in uvm_fault when allocating uvm structures fails | Stefan Kempf |
2016-05-08 | Add support for writing gpio pins. | Mark Kettenis |
2016-05-08 | Make sure devices listed by a device's _DEP method are attached before | Mark Kettenis |
2016-05-08 | Call _REG to register GeneralPuproseIo address space support. | Mark Kettenis |
2016-05-08 | Plug some memory leaks and do proper cleanup in error paths. | Mark Kettenis |
2016-05-08 | Do not export the IFXF_MPSAFE flag to userland, it is a kernel-only | Martin Pieuchot |
2016-05-08 | Add macros for interrupt trigger mode as encoded in GPIO resources. | Mark Kettenis |
2016-05-07 | Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View | Mark Kettenis |
2016-05-07 | Flush page (through the direct map) before mapping it into AGP. Fixes | Mark Kettenis |