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