aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Include a mode when creating files with openat().Brooks Davis2019-07-181-2/+2
* Document that setmode(3) is not thread safe.Brooks Davis2019-07-181-1/+8
* Remove redundent decleration of __elf_phdr_match_addr().Brooks Davis2019-07-171-1/+0
* bsearch.3: Improve the example.Konstantin Belousov2019-07-171-19/+28
* Add a regression test which transfers varying number of rights.Mark Johnston2019-07-161-1/+98
* Use a platform-independent constant for PKG_MAX_SIZE.Mark Johnston2019-07-161-1/+7
* Convert the nvlist send/recv tests to ATF.Mark Johnston2019-07-162-198/+189
* Chase r350037.Mark Johnston2019-07-161-1/+1
* Fix filename to avoid skipping lib/libc/net/servent test.Olivier Cochard2019-07-151-0/+2
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-151-1/+47
* Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.Ian Lepore2019-07-136-0/+250
* libsecureboot: avoid recusion in ve_trust_initSimon J. Gerraty2019-07-112-4/+2
* Restore ability to pass NULL name argument to pthread_set_name_np(3)Konstantin Belousov2019-07-111-1/+1
* Reorganize the SRCS lists as one file per line, and then alphabetize them.Ian Lepore2019-07-101-6/+24
* Document atomicity for read(2) and write(2).Konstantin Belousov2019-07-061-1/+20
*---------. Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,Dimitry Andric2019-07-063-3/+3
|\ \ \ \ \ \
| * | | | | | Vendor import of clang release_80 branch r364487:vendor/clang/clang-release_80-r364487Dimitry Andric2019-07-063-25/+20
* | | | | | | libc: correct iconv buffer overflowEd Maste2019-07-021-1/+1
* | | | | | | Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-021-1/+44
* | | | | | | Allow bootstrapping elftoolchain on MacOS and LinuxAlex Richardson2019-07-011-0/+7
* | | | | | | Changes to the expose_password functionality:Dag-Erling Smørgrav2019-06-302-7/+24
* | | | | | | Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson2019-06-301-0/+4
* | | | | | | Install missing test data fileLi-Wen Hsu2019-06-291-0/+1
* | | | | | | Typo.Konstantin Belousov2019-06-281-1/+1
* | | | | | | libsecureboot: allow OpenPGP support to be dormantSimon J. Gerraty2019-06-267-31/+240
* | | | | | | Fix -Wsign-compare warnings in realpath.cAlex Richardson2019-06-261-3/+3
* | | | | | | Only call libusb_hotplug_enumerate() once from libusb_hotplug_register_callba...Hans Petter Selasky2019-06-261-3/+3
* | | | | | | Fix support for LIBUSB_HOTPLUG_ENUMERATE in libusb. Currently allHans Petter Selasky2019-06-262-12/+25
* | | | | | | libbe(3): restructure be_mount, skip canmount check for BE datasetKyle Evans2019-06-251-13/+19
* | | | | | | libbe(3): mount: the BE dataset is mounted at /Kyle Evans2019-06-251-1/+1
* | | | | | | Remove NAND and NANDFS supportWarner Losh2019-06-255-344/+0
* | | | | | | powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-253-11/+28
* | | | | | | Add libc stub for pthread_getthreadid_np(3).Konstantin Belousov2019-06-234-0/+5
* | | | | | | Fix two WARNS=6 warnings in opendir.c and telldir.cAlex Richardson2019-06-232-4/+4
* | | | | | | Remove redundand 'else' and 'return'.Konstantin Belousov2019-06-231-3/+2
* | | | | | | `libjail/jail.c' includes both <sys/param.h> and <sys/types.h>Devin Teske2019-06-221-1/+0
* | | | | | | Add PROT_MAX to the HISTORY section.Brooks Davis2019-06-202-1/+21
* | | | | | | Extend mmap/mprotect API to specify the max page protections.Brooks Davis2019-06-202-2/+48
* | | | | | | Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+2
* | | | | | | MFV r349134:Martin Matuska2019-06-171-0/+2
* | | | | | | Support reading in .depend files.Bryan Drewery2019-06-151-2/+3
* | | | | | | Fix .depend files to work for build tools.Bryan Drewery2019-06-152-2/+4
* | | | | | | open(2): fix the description of O_FSYNCAlan Somers2019-06-141-5/+2
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---------. \ \ \ \ \ \ Upgrade our copies of clang, llvm, lld, lldb, compiler-rt, libc++,Dimitry Andric2019-06-129-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-80Dimitry Andric2019-06-1134-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-80Dimitry Andric2019-06-112-2/+5
| * | | | | | Vendor import of clang release_80 branch r363030:vendor/clang/clang-release_80-r363030Dimitry Andric2019-06-115-22/+33
* | | | | | | fileargs: add wrapping/unwrapping functionsMariusz Zaborski2019-06-122-1/+57
* | | | | | | MFV r348971,r348977:Martin Matuska2019-06-121-0/+1
* | | | | | | Fix for reading the configuration descriptor in libusb. Catch invalidHans Petter Selasky2019-06-081-0/+8