| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove NAND and NANDFS support | Warner Losh | 2019-06-25 | 5 | -344/+0 |
| * | powerpc: Transition to Secure-PLT, like most other OSs | Justin Hibbits | 2019-06-25 | 3 | -11/+28 |
| * | Add libc stub for pthread_getthreadid_np(3). | Konstantin Belousov | 2019-06-23 | 4 | -0/+5 |
| * | Fix two WARNS=6 warnings in opendir.c and telldir.c | Alex Richardson | 2019-06-23 | 2 | -4/+4 |
| * | Remove redundand 'else' and 'return'. | Konstantin Belousov | 2019-06-23 | 1 | -3/+2 |
| * | `libjail/jail.c' includes both <sys/param.h> and <sys/types.h> | Devin Teske | 2019-06-22 | 1 | -1/+0 |
| * | Add PROT_MAX to the HISTORY section. | Brooks Davis | 2019-06-20 | 2 | -1/+21 |
| * | Extend mmap/mprotect API to specify the max page protections. | Brooks Davis | 2019-06-20 | 2 | -2/+48 |
| * | Separate kernel crc32() implementation to its own header (gsb_crc32.h) and | Xin LI | 2019-06-17 | 1 | -1/+2 |
| * | MFV r349134: | Martin Matuska | 2019-06-17 | 1 | -0/+2 |
| * | Support reading in .depend files. | Bryan Drewery | 2019-06-15 | 1 | -2/+3 |
| * | Fix .depend files to work for build tools. | Bryan Drewery | 2019-06-15 | 2 | -2/+4 |
| * | open(2): fix the description of O_FSYNC | Alan Somers | 2019-06-14 | 1 | -5/+2 |
| *---------. | Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++, | Dimitry Andric | 2019-06-12 | 9 | -16/+16 |
| |\ \ \ \ \ \ |
|
| | | | | | | * | Vendor import of llvm release_80 branch r363030:vendor/llvm/llvm-release_801-r366581vendor/llvm/llvm-release_80-r364487vendor/llvm/llvm-release_80-r363030vendor/llvm-80 | Dimitry Andric | 2019-06-11 | 34 | -202/+226 |
| | | * | | | | | Vendor import of compiler-rt release_80 branch r363030:vendor/compiler-rt/compiler-rt-release_801-r366581vendor/compiler-rt/compiler-rt-release_80-r364487vendor/compiler-rt/compiler-rt-release_80-r363030vendor/compiler-rt-80 | Dimitry Andric | 2019-06-11 | 2 | -2/+5 |
| | * | | | | | | Vendor import of clang release_80 branch r363030:vendor/clang/clang-release_80-r363030 | Dimitry Andric | 2019-06-11 | 5 | -22/+33 |
| * | | | | | | | fileargs: add wrapping/unwrapping functions | Mariusz Zaborski | 2019-06-12 | 2 | -1/+57 |
| * | | | | | | | MFV r348971,r348977: | Martin Matuska | 2019-06-12 | 1 | -0/+1 |
| * | | | | | | | Fix for reading the configuration descriptor in libusb. Catch invalid | Hans Petter Selasky | 2019-06-08 | 1 | -0/+8 |
| * | | | | | | | unlink: add missing function to unlink.2 man page | Mariusz Zaborski | 2019-06-05 | 1 | -2/+3 |
| * | | | | | | | sha.3: clarify admonition against use in NEW signature schemes | Allan Jude | 2019-06-05 | 1 | -1/+1 |
| * | | | | | | | Rather than using the legacy IP struct fields in the union for the | Bjoern A. Zeeb | 2019-06-04 | 1 | -1/+1 |
| * | | | | | | | build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS) | Ed Maste | 2019-06-04 | 1 | -3/+3 |
| * | | | | | | | Typo. | Mark Johnston | 2019-06-03 | 1 | -1/+1 |
| * | | | | | | | jail_getid(3): add special-case immediate return for jid 0 | Kyle Evans | 2019-06-02 | 1 | -0/+9 |
| * | | | | | | | llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANG | Kyle Evans | 2019-06-02 | 1 | -2/+2 |
| * | | | | | | | Partially revert r271349, which disabled the msun cexp test #4 on i386. | Dimitry Andric | 2019-06-01 | 1 | -11/+15 |
| * | | | | | | | libatf: remove workaround not required after atf >= 0.18 update | Ed Maste | 2019-06-01 | 1 | -5/+0 |
| * | | | | | | | libelftc: Add MLINKS. | Mark Johnston | 2019-05-30 | 1 | -0/+13 |
| * | | | | | | | The KVM code also needs a fix similar to r344269. | Gleb Smirnoff | 2019-05-29 | 1 | -0/+5 |
| * | | | | | | | typo: suppported. | Pedro F. Giffuni | 2019-05-29 | 1 | -1/+1 |
| * | | | | | | | Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES | Xin LI | 2019-05-27 | 1 | -2/+2 |
| * | | | | | | | Correct the argument passed to g_eli_algo2str() | Li-Wen Hsu | 2019-05-24 | 1 | -1/+1 |
| * | | | | | | | jail_getid(3): validate jid string input | Kyle Evans | 2019-05-24 | 1 | -7/+12 |
| * | | | | | | | Add deprecation warnings for weaker algorithms to geli(4). | John Baldwin | 2019-05-23 | 2 | -2/+30 |
| * | | | | | | | Move back group, master.passwd and shells to etc directory | Baptiste Daroussin | 2019-05-23 | 4 | -74/+1 |
| * | | | | | | | Link fhlinkat(2) man page | Alan Somers | 2019-05-22 | 1 | -0/+1 |
| * | | | | | | | Add admonitions against using MD5 and SHA1 to the API man pages | Allan Jude | 2019-05-21 | 2 | -6/+10 |
| * | | | | | | | Add missing errors section to md[2-5], ripemd160, sha*, and skein* manpages | Allan Jude | 2019-05-21 | 6 | -4/+124 |
| * | | | | | | | mips: remove 16-byte alignment from .init and .fini epilogues | Ed Maste | 2019-05-20 | 1 | -2/+0 |
| * | | | | | | | Install missing data file for | Li-Wen Hsu | 2019-05-20 | 1 | -0/+1 |
| * | | | | | | | MFV r347989: | Martin Matuska | 2019-05-20 | 2 | -0/+23 |
| * | | | | | | | libsecureboot: allow control of when pseudo pcr is updated | Simon J. Gerraty | 2019-05-19 | 4 | -1/+38 |
| * | | | | | | | load_key_buf do not free data from dearmor | Simon J. Gerraty | 2019-05-19 | 2 | -2/+6 |
| * | | | | | | | To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCC | Dimitry Andric | 2019-05-19 | 1 | -0/+2 |
| * | | | | | | | Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros. | Konstantin Belousov | 2019-05-16 | 7 | -9/+9 |
| * | | | | | | | libbe(3): Descend into children of datasets w/ mountpoint=none | Kyle Evans | 2019-05-16 | 1 | -5/+5 |
| * | | | | | | | Move master.passwd and group to lib/libc/gen/ | Brad Davis | 2019-05-16 | 3 | -1/+79 |
| * | | | | | | | Add small EXAMPLE section to bsearch.3. | Benedict Reuschling | 2019-05-15 | 1 | -1/+56 |