summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-14Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inPhilip Guenther
2016-08-14Mark the relro/got section as read-only before setting up the environmentPhilip Guenther
2016-08-14Turning off relro shouldn't insert padding into the middle of the relroPhilip Guenther
2016-08-14change some types in bio from u_quad_t to uint64_t, and fix casts inDavid Gwynne
2016-08-14replace u_quad_t with uint64_t.David Gwynne
2016-08-13use -nosplit for AUTHORS: looks much better, to the point where i wonder why ...Jason McIntyre
2016-08-13Add the shim to make dwge(4) attach to simplebus(4). This brings usMark Kettenis
2016-08-13Add GMAC clock support. Based on an earlier diff from patrick@.Mark Kettenis
2016-08-13Missed a couple qaddr_t castsPhilip Guenther
2016-08-13Passing in &_DYNAMIC appears to have stuck, so eliminate the extraPhilip Guenther
2016-08-13Eliminate pointless casts to qaddr_t of a value being assigned to a void*Philip Guenther
2016-08-13dwge(4)Mark Kettenis
2016-08-13Add the core of the code for dwge(4), a driver for the Synopsis DesignwareMark Kettenis
2016-08-13shorten gendsa;Jason McIntyre
2016-08-13%lld -> %llu for u_int64_t struct fields.Kenneth R Westerback
2016-08-13remove ssh1 server code; ok djm@Markus Friedl
2016-08-13As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, theKenneth R Westerback
2016-08-13modern interfaces should use modern speelings, so spell quad_t as int64_t.Ted Unangst
2016-08-13syncTheo de Raadt
2016-08-13Remove entries that are no longer needed.Mark Kettenis
2016-08-13Avoid leaking memory if tls_config_set_alpn() is called multiple timesJoel Sing
2016-08-13Let libtls load the CA, certificate and key files for nc(1), now that itJoel Sing
2016-08-13Load CA, certificate and key files into memory when the appropriateJoel Sing
2016-08-13Split out the SSL options handling into a separate function, which makesJoel Sing
2016-08-13Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead. Also, remove one (ino_t)Martin Natano
2016-08-13Use regulalator API instead of private functions.Mark Kettenis
2016-08-13Build ofw_regulator.o.Mark Kettenis
2016-08-13Add a minimal regulator "framework".Mark Kettenis
2016-08-13Even after switching from a pending head to the body, we have toIngo Schwarze
2016-08-12Simplify getprec() by using strchr(3) and strspn(3).Theo Buehler
2016-08-12Include map entries that have an amap associated with them in the coredump.Mark Kettenis
2016-08-12Rewrite the paragraphs that describe how the last four arguments areTheo Buehler
2016-08-12usage() is __deadTheo Buehler
2016-08-12The last four argumens of jot (reps, begin, end, step) can all beTheo Buehler
2016-08-12the slimmed down random functions inside ld.so are strict clones of theTheo de Raadt
2016-08-12Dedup vnode type information. Fuse stores the vnode type in two places:Martin Natano
2016-08-12Hook up sxipio(4) to the generic gpio code.Mark Kettenis
2016-08-12Use 2001:db8::/32, the official IPv6 subnet for configuration examples.Jeremie Courreges-Anglas
2016-08-12Call pinctrl_byname() such that ports left unconfiguraed by u-boot will workMark Kettenis
2016-08-12Hook up sxipio(4) to the generic pinctrl code. The device binding is prettyMark Kettenis
2016-08-12syncTheo de Raadt
2016-08-12Bump libtls minor due to symbol additions.Joel Sing
2016-08-12Add ALPN support to libtls.Joel Sing
2016-08-126bone -> documentation rangeJeremie Courreges-Anglas
2016-08-12band-aid for a nasty bug. tieto + space constraints don't interact well.Marc Espie
2016-08-12trim errstr, and zap gendh (deprecated) entirely;Jason McIntyre
2016-08-12shorten openssl enc, with help from jsing;Jason McIntyre
2016-08-12rework initial text a little, to read better;Jason McIntyre
2016-08-12no more libarm;Jason McIntyre
2016-08-12Switch omap to the generic ofw pinctrl framework.Jonathan Gray