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