summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-27Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updatedPhilip Guenther
2017-02-26Use mkdir -p instead of install -d to create the obj/util directory.Theo Buehler
2017-02-26Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()Mark Kettenis
2017-02-26Switch to xenodm(1).Matthieu Herrb
2017-02-26Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC.Mark Kettenis
2017-02-26Move away from BN_zero, the one returning an int is deprecated and theOtto Moerbeek
2017-02-26Define cache line size for the per-cpu API.Visa Hankala
2017-02-26syncJonathan Gray
2017-02-26build pcidump on arm64Jonathan Gray
2017-02-25pledge stdio before parsing the http responseBob Beck
2017-02-25Implement support for generating movw/movt relocations on arm in gas(1).Mark Kettenis
2017-02-25move vendor HIDs into their drivers, clean up some unused definesJoshua Stein
2017-02-25attach acpithinkpad to LEN0268 HID found on newer thinkpadsJoshua Stein
2017-02-25sync clang.1 with clang.rstJonathan Gray
2017-02-25Provide libc++abi as shared library as well. Discussed and requestedPatrick Wildt
2017-02-25Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4).Patrick Wildt
2017-02-25Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is anPatrick Wildt
2017-02-25MSI interrupts are established in a different way as well. Instead ofPatrick Wildt
2017-02-25Disable loop idiom recognition for _libc_memset and _libc_memcpy. These areMark Kettenis
2017-02-25Fix the types used on aarch64 to match what we have in <sys/types.h>.Mark Kettenis
2017-02-25Implement support for interrupt types. The GIC only seems to supportPatrick Wildt
2017-02-25Localize _OPT as it is not used as a global variable.Robert Peichaer
2017-02-25Make sure the .eh_frame ends with a terminator. This avoids creating aMark Kettenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2017-02-24add support for variables in the lhs of SYSV modifiers.Marc Espie
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2008-01-02regression test for lazy binding.Matthieu Herrb
2017-02-24Avoid some casts by using the sa field of union sockaddr_union.Alexander Bluhm
2017-02-24Retire the global interrupt establish and disestablish API. It has beenPatrick Wildt
2017-02-24The interrupts have been established using the FDT interrupt API, so wePatrick Wildt
2017-02-24Implement an API for establishing legacy PCI interrupts. This specificPatrick Wildt
2017-02-24Update licenseMike Belopuhov
2017-02-24Implement fork+exec modelGleydson Soares
2017-02-24In a scenario where a config reload happens during an IKE_AUTH exchange,Patrick Wildt
2017-02-24Add the following root CAs, from SECOM Trust Systems / Security CommunicationStuart Henderson
2017-02-24Hook up pciecam(4), but don't compile it yet.Patrick Wildt
2017-02-24Introduce pciecam(4), a driver for generic ECAM compatible PCI hostPatrick Wildt
2017-02-24might as well set the listener socket CLOEXECDamien Miller
2017-02-23The assembly for sigpending(2) wasn't correctly implemented either. IPatrick Wildt
2017-02-23SHA-1 collisions have now been found so update some man pages. As noted byDaniel Dickman
2017-02-23Replace use of mathematical minus with an em-dash (from tb@) and break upDaniel Dickman
2017-02-23Set ELF_MAXPAGESIZE to 64k, to match lld(1). Also define ELF_MINPAGESIZE.Mark Kettenis
2017-02-23Put a common subq pointer in the query struct, rather than one in eachEric Faurot
2017-02-23Check return value of every BN_* functions in bntestKinichiro Inoguchi
2017-02-23syncStuart Henderson
2017-02-23syncStuart Henderson
2017-02-23Add missing mtx_leave() calls in two hypervic error pathsJonathan Gray
2017-02-23- write parse errors to stderr, prompted by Martijn DekkerOtto Moerbeek
2017-02-23Introduce e command, equivalent to p, but writes to stderrOtto Moerbeek