aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* retire the LLVM_LIBUNWIND optionEd Maste2020-02-291-2/+2
* Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh2020-02-2711-536/+0
* Return ENOTSUP for mmap/mprotect if prot not subset of prot_maxEd Maste2020-02-262-8/+8
* Remove sparc64 specific parts of libc.Warner Losh2020-02-2659-5763/+4
* Remove sparc64 specific parts of libm and fix commentsWarner Losh2020-02-269-413/+17
* mprotect.2: sort errors alphabeticallyEd Maste2020-02-261-6/+6
* fetch(3): plug some leaksKyle Evans2020-02-211-1/+5
* truncate(2): extending the file is required by POSIX 2008Eric van Gyzen2020-02-201-3/+6
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+10
* ncurses: bump shlib number to version 9Baptiste Daroussin2020-02-201-2/+1
* Use per-domain locks for the bucket cache.Jeff Roberson2020-02-191-3/+5
* Update to 6.2-20200215Baptiste Daroussin2020-02-191-1/+1
* libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans2020-02-193-0/+9
* lib_gen.c now also depends on ncurses_dll.h specify it to prevent some breakageBaptiste Daroussin2020-02-191-1/+1
* Add some HISTORY sections to manpagesSergio Carlavilla Delgado2020-02-191-1/+4
* This commit makes significant changes to pam_login_access(8) to bring itCy Schubert2020-02-185-72/+160
* strchr() returns a pointer not an int.Cy Schubert2020-02-181-1/+1
* Add missing SYNOPSIS section.Cy Schubert2020-02-181-1/+3
* There is no pam(8) man page, it is pam(3).Cy Schubert2020-02-181-2/+2
* When pam_login_access(5) fails to match a username it attempts toCy Schubert2020-02-181-3/+35
* The words ALL, LOCAL, and EXCEPT have special meaning and are documentedCy Schubert2020-02-181-4/+4
* Update ncurses to 20200118Baptiste Daroussin2020-02-183-53/+97
* Merge r358042 from the clang1000-import branch:Dimitry Andric2020-02-179-17/+17
|\
| * Add casts and L suffixes to libc quad support, to work around variousDimitry Andric2020-02-179-17/+17
| * Work around riscv buildworld failure where it cannot link the finalDimitry Andric2020-02-171-0/+1
| * Merge ^/head r357966 through r357999.Dimitry Andric2020-02-165-19/+381
| |\
| * \ Merge ^/vendor/llvm-project/release-10.x up to its last change (upstreamDimitry Andric2020-02-153-5/+7
| |\ \
| * \ \ Merge ^/head r357855 through r357920.Dimitry Andric2020-02-141-1/+1
| |\ \ \
| * \ \ \ Merge ^/head r357662 through r357854.Dimitry Andric2020-02-1320-385/+268
| |\ \ \ \
| * \ \ \ \ Merge ^/head r357408 through r357661.Dimitry Andric2020-02-0722-107/+236
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r357368 through r357388.Dimitry Andric2020-02-016-85/+184
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r357270 through r357349.Dimitry Andric2020-01-3114-74/+153
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r357179 through r357269.Dimitry Andric2020-01-296-142/+259
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add internal floating point environment builtins to libcompiler_rt andDimitry Andric2020-01-281-2/+8
| * | | | | | | | | Merge ^/head r357119 through r357178.Dimitry Andric2020-01-272-8/+8
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update build glue for libclang_rt.Dimitry Andric2020-01-2726-565/+563
| * | | | | | | | | | Sort libcompiler_rt sources.Dimitry Andric2020-01-271-1/+1
| * | | | | | | | | | Update build glue for libc++.Dimitry Andric2020-01-271-1/+3
| * | | | | | | | | | Update build glue for libomp.Dimitry Andric2020-01-271-1/+1
| * | | | | | | | | | Update build glue for lldb (MK_LLDB=yes). Also update lldb's generatedDimitry Andric2020-01-273-20/+41
| * | | | | | | | | | Update build glue for extra clang/llvm tools (MK_CLANG_EXTRAS=yes).Dimitry Andric2020-01-261-0/+15
| * | | | | | | | | | Update build glue for a world stage, e.g. when not only clang, but alsoDimitry Andric2020-01-261-0/+9
| * | | | | | | | | | Update build glue for a full build (MK_CLANG_FULL=yes) of the clangDimitry Andric2020-01-261-0/+10
| * | | | | | | | | | Update build glue for a minimal build of the clang executable.Dimitry Andric2020-01-264-46/+159
| * | | | | | | | | | Adjust libllvmminimal and tblgen Makefiles so all the tblgen executablesDimitry Andric2020-01-252-2/+1
| * | | | | | | | | | From 10.0.0 onwards, llvm requires C++14 to build.Dimitry Andric2020-01-251-1/+1
| * | | | | | | | | | * Bump version numbers to 10.0.0Dimitry Andric2020-01-2511-36/+82
* | | | | | | | | | | Remove swblk_t.Mark Johnston2020-02-171-4/+2
* | | | | | | | | | | Partially revert VNET change and expand VNET structure.Bjoern A. Zeeb2020-02-173-0/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add pthread_peekjoin_np(3).Konstantin Belousov2020-02-152-7/+30