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