aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-arrange some of the code to separate writable user tree variables fromStefan Eßer2020-11-021-28/+27
* malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik2020-11-022-1/+137
* [libnetmap] Fix 32 bit compilation under gcc-6.4Adrian Chadd2020-11-021-5/+10
* Make sysctl user.local a tunable that can be written at run-timeStefan Eßer2020-10-311-10/+18
* Fix reversed condition after attempted style fix in r367196Stefan Eßer2020-10-311-2/+2
* Fix style, no functional changeStefan Eßer2020-10-311-5/+5
* Update man-pages to describe the user.localbase variable added in r367179.Stefan Eßer2020-10-301-1/+5
* Add read only sysctl variable user.localbaseStefan Eßer2020-10-301-0/+9
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-0/+1
* Disable ssp raw test without ASANBrooks Davis2020-10-281-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2820-20/+0
* Significantly reduce compile time for googletest internal testsAlex Richardson2020-10-281-0/+12
* Revise the description of MAP_STACK. In particular, describe the guardAlan Cox2020-10-271-19/+23
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-272-2/+6
* update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...John-Mark Gurney2020-10-261-4/+8
* Remove intel compiler support from math.hWarner Losh2020-10-241-2/+2
* flua: Add a libjail moduleRyan Moeller2020-10-245-0/+627
* warnx: fix needless staticWarner Losh2020-10-241-2/+2
* warnx: Save errno across calls that might change it.Warner Losh2020-10-231-0/+8
* Only use ASAN when using the in-tree compilerBrooks Davis2020-10-231-1/+3
* libelf: add compression header supportEd Maste2020-10-231-0/+2
* mmap(2): Document guard size for MAP_STACK and related EINVAL.Konstantin Belousov2020-10-211-1/+8
* Move list_cloners to libifconfigRyan Moeller2020-10-212-0/+42
* Further refinements of ptsname_r(3) interface:Xin LI2020-10-202-6/+8
* Enable SUBDIR_PARALLEL for lib/googletestAlex Richardson2020-10-191-2/+6