aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* extattr_get_file(20: bump .DdEnji Cooper2020-12-081-1/+1
* extattr_get_file(2): clarify RETURN VALUESEnji Cooper2020-12-081-4/+15
* extattr_get_file(2): fix more formattingEnji Cooper2020-12-081-3/+3
* extattr_get_file(2): sort syscalls alphabeticallyEnji Cooper2020-12-081-22/+22
* lio_listio(2): fix manlint errorEnji Cooper2020-12-081-1/+1
* extattr_get_fd(2): fix manlint errorsEnji Cooper2020-12-081-4/+4
* libc: regex: retire internal EMPTBR ("Empty branch present")Kyle Evans2020-12-052-7/+0
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-054-7/+60
* libregex: implement \` and \' (begin-of-subj, end-of-subj)Kyle Evans2020-12-054-13/+74
* libc: regex: factor out ISBOW/ISEOW macrosKyle Evans2020-12-051-8/+13
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-0512-5/+21
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-039-34/+12
* Remove trailing whitespace.Cy Schubert2020-12-031-4/+4
* MFV r368207:Martin Matuska2020-12-013-0/+3
* Ensure that threading library is initialized in pthread_mutex_init().Konstantin Belousov2020-11-301-0/+2
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-284-0/+12
* libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski2020-11-261-3/+3
* Remove stray column.Konstantin Belousov2020-11-261-1/+1
* Style.Konstantin Belousov2020-11-261-18/+18
* libsysdecode: account for invalid protection flagsPawel Biernacki2020-11-261-1/+1
* Use designated initializers for libc pthread stubs' jump table.Konstantin Belousov2020-11-251-67/+67
* libsysdecode: correctly decode mmap flagsPawel Biernacki2020-11-251-1/+1
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-252-2/+1
* Honor the disabled setting for MSI-X interrupts for passthrough devices.John Baldwin2020-11-242-1/+16
* Remove support for SSLv3 from fetch(3).Jung-uk Kim2020-11-242-9/+3
* libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste2020-11-192-8/+8
* libc: optimize memmem two-way bad character shiftEd Maste2020-11-191-2/+2
* clang-format libc string functions imported from muslEd Maste2020-11-183-125/+194
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-184-2/+178
* msun tests: use standard floating-point exception flags on lrint and fenv testsAlfredo Dal'Ava Junior2020-11-182-9/+12
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-172-7/+14
* [POWERPC] msun: fix incorrect flag in fesetexceptflagAlfredo Dal'Ava Junior2020-11-171-1/+1
* _umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATEKyle Evans2020-11-172-0/+110
* _umtx_op: document UMTX_OP_SEM2_WAIT copyout behaviorKyle Evans2020-11-171-1/+22
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-154-208/+2
* Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long2020-11-151-5/+12
* Fix a problem with r367686 related to the use of ssize_t. Not sure how thisScott Long2020-11-142-3/+15
* Add the library function getlocalbase and its manual page. This helps toScott Long2020-11-144-2/+189
* Add missing src.opts.mk includeBrooks Davis2020-11-131-0/+2
* Add a missing Nm macroMateusz Piotrowski2020-11-131-0/+1
* Reference setprogname(3) in setproctitle(3)Mateusz Piotrowski2020-11-131-1/+2
* pkgbase: Move libprivatezstd from utilities to runtimeEmmanuel Vadot2020-11-121-0/+1
* Add C startup code tests for PIE binaries.John Baldwin2020-11-103-0/+13
* Fix dso_handle_check for PIE executables.John Baldwin2020-11-101-2/+2
* Rename __JCR_LIST__ to __JCR_END__ in crtend.c.John Baldwin2020-11-101-1/+1
* Add collation version support to querylocale(3).Thomas Munro2020-11-085-16/+57
* malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-061-9/+8
* pmcstat: fix PPC kernel symbol resolutionLeandro Lupori2020-11-051-0/+25
* libpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-0/+20
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-031-1/+0