summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-29update to unbound 1.7.0Florian Obser
2018-03-29Set p->p_cpu in cpu_switchto() like we do on other MP architectures.Patrick Wildt
2018-03-29Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). ThisMark Kettenis
2018-03-29mvicu(4)Mark Kettenis
2018-03-29Fix HISTORY.Mark Kettenis
2018-03-29Make sure that the global config is send out immediately when it isMartijn van Duren
2018-03-29mvrtc(4)Mark Kettenis
2018-03-29Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs.Mark Kettenis
2018-03-29Use "marvell,spi-ranges" property to map GICP interrupts numbers into GICMark Kettenis
2018-03-29Resolve some code duplication.Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-29Add support for legacy binding used in device trees for Marvell devices forMark Kettenis
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2018-03-29Make sparc64 ofwboot open the softraid boot chunk early on and keep theStefan Sperling
2018-03-29Do not crash on empty window, reported by Jamie Macdonald in GitHubNicholas Marriott
2018-03-29NET_LOCK is also required in pppxwrite and pppxclose.Jonathan Matthew
2018-03-29Limit ASN.1 constructed types recursive definition depthKinichiro Inoguchi
2018-03-29Remove RDTSCP from the CPUID flags reported to the guest VM. The instructionMike Larkin
2018-03-29KNF (wrap a long line)Mike Larkin
2018-03-29Explicitly declare the gdt storage in struct cpu_info_full instead ofPhilip Guenther
2018-03-28Fix a lint style issue.Visa Hankala
2018-03-28Add USG and USG PRO-4.Visa Hankala
2018-03-28Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),Visa Hankala
2018-03-28- memory leak occurs when adding same table twice.Alexandr Nedvedicky
2018-03-28Call FREF() right after fd_getfile() in getsock().Martin Pieuchot
2018-03-28Call FREF() right after fd_getfile() in sys_flock().Martin Pieuchot
2018-03-28Call FREF() right after fd_getfile*() in pread(), prwrite() & co.Martin Pieuchot
2018-03-28Check for possible race after sleeping instead of using a rwlock toMartin Pieuchot
2018-03-28Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let itMartin Pieuchot
2018-03-28Configure tx and rx chain delay based on device tree properties.Mark Kettenis
2018-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-27Update to tzdata2018d from ftp.iana.orgTodd C. Miller
2018-03-27Add acpicmos(4), a driver that implements SystemCMOS OperationRegionMark Kettenis
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
2018-03-27Clear password buffers in non-terminating casesTheo de Raadt
2018-03-27Use memcpy instead of bcopy when the memory does not overlap.David Hill
2018-03-27Link apply into regress build.Tobias Stoeckmann
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2018-03-27Make sure that programs violating a pledge(2) promise or some memoryMartin Pieuchot
2018-03-27Try harder to execute code protected by mutexes after entering ddb(4).Martin Pieuchot
2018-03-27Use a goto to merge multiple error blocks in sosplice().Martin Pieuchot
2018-03-27Exclude SIGKILL from ptrace(2) interception.Martin Pieuchot
2018-03-27sync supported hardwareJonathan Gray
2018-03-27take us to 6.3-currentTheo de Raadt
2018-03-24openssh-7.7Markus Friedl
2018-03-24fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt...Markus Friedl
2018-03-24bump to 2.7.2Brent Cook
2018-03-24Fix intr_restore() on luna88k to restore the previously saved stateVisa Hankala
2018-03-24Avoid calling issignal() twice on signal delivery in order notVisa Hankala