summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2019-06-1811091 libc: NULL pointer errorsToomas Soome18-51/+33
2019-06-0611097 SPARC needs some instances of POST_PROCESS_O to be POST_PROCESS_S_OPeter Tribble2-2/+4
2019-05-2410864 Remove starcat supportPeter Tribble1-1/+0
2019-05-0910880 posix_memalign() should avoid clobbering return parameter on failureRichard Lowe1-13/+17
2019-05-0310816 ctf_dwarf_convert_type() relies on un-initialized idJohn Levon2-22/+24
2019-04-2410804 Enable unused warnings outside of utsJohn Levon2-0/+4
2019-03-1510495 libc should know how many FPU exceptions there areRichard Lowe1-0/+5
2019-03-0110468 __ctype_mask[EOF] has been working by accidentBryan Cantrill1-17/+21
2019-02-1310361 usr/lib - stop lint library generation and packagingAndy Fiddaman1-1862/+0
2019-02-0710322 usr/lib/libc - remove lint and lint librariesAndy Fiddaman5-216/+12
2019-01-3110051 cw(1) shouldn't have to translate -gRichard Lowe2-2/+2
2019-01-109814 strndup() performs pathologicallyBryan Cantrill1-2/+7
2019-01-0510063 basic support for smatchJohn Levon3-6/+10
2019-01-0410159 libc: cast between incompatible function typesToomas Soome5-21/+31
2018-12-1810061 usr/src/lib/libc/port/gen/l3.c is unusedPeter Tribble1-98/+0
2018-12-139971 Make getrandom(2) a public interfaceJason King3-6/+10
2018-11-259959 pthread_mutex_init should initialize mutex appropriately for robust mute...Richard Lowe1-0/+17
2018-10-198158 Want named threads APIJohn Levon5-12/+160
2018-10-119884 cw(1) should use -fpic rather than -KpicRichard Lowe8-10/+10
2018-08-255709 Add binary compatibility with Solaris 10 update 10Alexander Pyhalov1-0/+5
2018-08-249755 bounds checking functions and types should only be visible if __STDC_WAN...Yuri Pankov2-0/+4
2018-08-168548 want memset_s(3C)Yuri Pankov9-1/+210
2018-08-109711 fts(3C) needs to be largefile awareJonathan Perkin4-0/+26
2018-08-079638 libc/port/fp/sigfpe.c: this statement may fall throughToomas Soome1-2/+1
2018-07-309673 move internet address manipulation functions to libcYuri Pankov14-31/+994
2018-05-179511 printf family isn't aware of multibyte decimal point characters (fix reg...Yuri Pankov1-1/+1
2018-05-169511 printf family isn't aware of multibyte decimal point charactersYuri Pankov1-13/+33
2018-02-068706 libc lint library missing endian.h functionsRobert Mustacchi1-0/+20
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov4-4/+4
2018-02-059028 libc: comparison between pointer and zero character constantToomas Soome1-3/+1
2018-02-059029 libc: duplicate 'const' declaration specifierToomas Soome1-1/+1
2017-11-168724 libc: multiple variable set but not used errorsToomas Soome3-9/+6
2017-10-028609 want a position independent CRTRichard Lowe8-19/+19
2017-09-158655 remove more gender specific languageAlison C1-1/+1
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov1-13/+11
2017-08-148568 fnmatch, glob: fix exponential CPU use with repeated '*' operatorsYuri Pankov2-92/+117
2017-08-148575 regcomp(3C): handle invalid {} constructs consistentlyYuri Pankov1-6/+5
2017-07-298546 want recallocarray(3C) and freezero(3C)Yuri Pankov9-8/+134
2017-06-218297 update mdocml to 1.14.1Yuri Pankov1-1/+1
2017-06-208362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-222/+233
2017-06-208349 thrd_equal implements the wrong specificationRobert Mustacchi1-3/+3
2017-06-168362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Robert Mustacchi1-228/+223
2017-06-148362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-223/+228
2017-06-128354 sync regcomp(3C) with upstream (fix make catalog)Yuri Pankov1-1/+1
2017-06-125428 provide fts(), reallocarray(), and strtonum()Yuri Pankov9-93/+1263
2017-06-128355 need libc regex testsYuri Pankov3-12/+44
2017-06-128354 sync regcomp(3C) with upstreamYuri Pankov12-110/+124
2017-06-078276 rpcbind leaks memory due to libumem per thread caching.Youzhong Yang1-1/+7
2017-06-055097 psignal and psiginfo don't handle NULL arguments correctlyRobert Mustacchi2-18/+23
2017-05-306961 64-bit octal printf may overflow internal bufferRobert Mustacchi1-3/+1