Age | Commit message (Expand) | Author |
2016-08-14 | %qd -> %lld + (long long) for off_t's. | Kenneth R Westerback |
2016-08-14 | Don't reinvent rlim_t; when printing it use %llu and cast to | Philip Guenther |
2016-08-14 | Don't call sysconf() in a loop conditional when the loop won't affect it | Philip Guenther |
2016-08-14 | tweak previous; | Jason McIntyre |
2016-08-14 | imxtemp(4) | Mark Kettenis |
2016-08-14 | Add imxtemp(4), a temperature sensor for the i.MX6 SoC. Based on code written | Mark Kettenis |
2016-08-14 | Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was needed | Philip Guenther |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-08-14 | Merge identical amd64 and i386 stanzas. | Kenneth R Westerback |
2016-08-14 | replace strtoq with strtoll. ok openbsd | Ted Unangst |
2016-08-14 | remove uneeded sa1111_reg.h include | Jonathan Gray |
2016-08-14 | Remove code for Intel 80219/80321 xscale processors used by armish. | Jonathan Gray |
2016-08-14 | Fix setting the SMP bit in the Auxiliary Control Register. The old code was | Mark Kettenis |
2016-08-14 | Allow a bus_dmamap_sync() of length zero. | Mark Kettenis |
2016-08-14 | Xr encrypt(1) in the explanation of the -p option. | Theo Buehler |
2016-08-14 | shorten genpkey; ok guenther | Jason McIntyre |
2016-08-14 | Remove some annoying debug printfs to get rid of u_quad_t in cnmac. | Visa Hankala |
2016-08-14 | Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs | Visa Hankala |
2016-08-14 | u_quad_t -> uint64_t | David Gwynne |
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 |