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