summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-16Read RAM base address and size so we know where to put the firmware.Patrick Wildt
2017-12-16Implement setting the chip into active mode, as needed for setting upPatrick Wildt
2017-12-16Support setting the Cortex-R4, as found on a BCM43602, to passive mode.Patrick Wildt
2017-12-16Add some more Chip IDs to bwfm(4).Patrick Wildt
2017-12-16Enforce voltage limits from the device tree. Enforcing the limits alsoMark Kettenis
2017-12-16Add support for 1-byte reads and writes.Mark Kettenis
2017-12-16With leases no longer in dhclient.conf, rename a bunch ofKenneth R Westerback
2017-12-16Move __cxa_thread_atexit* to its own .c file to avoid pulling the codePhilip Guenther
2017-12-16syncTheo de Raadt
2017-12-16tweak previous;Jason McIntyre
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-12-16Update with changes from FreeBSD via NetBSD. From Sevan Janiyan.Todd C. Miller
2017-12-16hookup execpromiseFlorian Obser
2017-12-16execpromise regressFlorian Obser
2017-12-16Passing NULL to free() is fine; from Michael W. Bombardieri.anton
2017-12-16acrtc(4), sxirsb(4)Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-16Don't use _libc_ prefix when referencing "builtin" symbols with clang.Mark Kettenis
2017-12-15oops - previous should have been a list item;Jason McIntyre
2017-12-15typo; from alexander kuleshovJason McIntyre
2017-12-15syncJeremie Courreges-Anglas
2017-12-15Export only symbols to what's declared in fuse.h/fuse_opt.hJeremie Courreges-Anglas
2017-12-15replace a hardcoded jot with ${JOT}Theo Buehler
2017-12-15The pledge(2) regress tests fail since the second parameter hasAlexander Bluhm
2017-12-15Use the canonical idiom to check strlcat(3). An unchecked strlcat callTheo Buehler
2017-12-15Instead of pointlessly falling through other cases and ending up doingTheo Buehler
2017-12-15enable the 'wDn' test now that jot has been fixed.Theo Buehler
2017-12-15Make sure the double is cast to a long if the format string is %D, %O, %U.Theo Buehler
2017-12-15Fix formatting of libfuse version info.helg
2017-12-15Add a few more Allwinner A80 clocks.Mark Kettenis
2017-12-15put where im up to into the tree so jmatthew@ can look at it.David Gwynne
2017-12-15ifq_barrier should be callable by any nic, not just MPSAFE ones.David Gwynne
2017-12-15add ifiqueues for mp safety and nics with multiple rx rings.David Gwynne
2017-12-14make sched_barrier use cond_wait/cond_signal.David Gwynne
2017-12-14set Location header for 307 and 308 status codesSebastian Benoit
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-14Don't bother using DETACH_FORCE for the softraid luns at rebootTheo de Raadt
2017-12-14Give vflush_vnode() a hint about vnodes we don't need to account as "busy".Theo de Raadt
2017-12-14Make roaming after a background scan work while tcpbench -u is runningStefan Sperling
2017-12-14Simplify and unify timespec variables used in those event loopsJeremie Courreges-Anglas
2017-12-14My previous commit broke the ramdisk build; fix itStefan Sperling
2017-12-14when -h is passed don't print any header, as is common practise in other syst...Jasper Lievisse Adriaanse
2017-12-14syncTheo de Raadt
2017-12-14If switching RW->RO, then stop deferring timestamp writes...and possiblyPhilip Guenther
2017-12-14Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.Philip Guenther
2017-12-14syncTheo de Raadt
2017-12-14Use CLOCK_MONOTONIC for the rpc event loopsJeremie Courreges-Anglas
2017-12-14Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so thathelg
2017-12-14Stop printing debug info about stations leaving a wifi network whenStefan Sperling
2017-12-14The pf code marks ICMP packets belonging to an TCP or UDP divertAlexander Bluhm