summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann
2018-03-30fix MALLOC_STATS; spotted by and ok semarie@Otto Moerbeek
2018-03-30Add some sensible error checking in the hibernate io path, helpfullyJonathan Matthew
2018-03-30include more information about how to create keys;Ingo Schwarze
2018-03-30Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)Ingo Schwarze
2018-03-29Call imxuart(4) early attach on arm64.Patrick Wildt
2018-03-29Remove mention of link between message digests and public key algorithms.Ingo Schwarze
2018-03-29missing "const" in seven prototypes;Ingo Schwarze
2018-03-29describe EC_POINT_get_affine_coordinates_GFp(3) andIngo Schwarze
2018-03-29correct callback argument for BIO_puts(3);Ingo Schwarze
2018-03-29Add aggressive-nsec example block.Florian Obser
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;Ingo Schwarze
2018-03-29spelling; from <Alex dot Gaynor at gmail dot com>Ingo Schwarze
2018-03-29missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>Ingo Schwarze
2018-03-29Initialize the secondary core's schedstate before spinning them up.Patrick Wildt
2018-03-29Check the result of strdup not the argument for NULL to report mallocFlorian Obser
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