summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2014-07-162964 need POSIX 2008 locale object support (more C++ fixes)Dan McDonald2-3/+3
2014-07-154964 nl_langinfo(CRNCYSTR) returns wrong alignment characterGarrett D'Amore3-2/+10
2014-07-112964 need POSIX 2008 locale object supportGarrett D'Amore81-1735/+2779
2014-03-214688 getlogin_r shouldn't clobber memoryRobert Mustacchi1-4/+14
2014-01-223141 strptime() doesn't support %tGary Mills1-23/+7
2014-01-214493 want siginfoRobert Mustacchi6-0/+7
2014-01-214489 need ptcumemRobert Mustacchi8-0/+132
2014-01-084378 Clean up %C in *time() functionsGary Mills1-3/+3
2013-11-144294 fopen could support 'x'Robert Mustacchi1-1/+8
2013-11-011097 glob(3c) needs to support non-POSIX optionsGary Mills2-217/+1260
2013-10-092989 LOGNAME_MAX should be increased to 32 (fix gcc build)Gary Mills1-0/+3
2013-10-082989 LOGNAME_MAX should be increased to 32Gary Mills4-25/+121
2013-08-304072 make clobber leaves trashGordon Ross1-1/+6
2013-08-033967 iconv() blows up when passed (iconv_t)-1Keith M Wesolowski1-1/+1
2013-07-163849 implement __cxa_atexit/__cxa_finalizeRichard Lowe3-22/+84
2013-05-143717 a README should explain libc's use of 'protected', the potential existen...Richard Lowe1-1/+59
2013-04-213713 Implement accept4()Theo Schlossnagle13-102/+112
2013-04-173687 fopen() O_CLOEXEC support via the "e" flagTheo Schlossnagle1-7/+24
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-10/+14
2012-09-222933 compiler warning gags need better granularityRichard Lowe4-0/+48
2012-06-253132 remove support for building with gcc 3Richard Lowe2-8/+0
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-2/+2
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe1-2/+2
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-2/+2
2012-06-141450 Illumos should be buildable with GCC4Richard Lowe8-159/+171
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden2-1/+25
2012-05-112655 illumos should be lint 12.3 freeMilan Jurik1-2/+2
2011-06-212409 libc needs more gcc 4 support on 32-bit SPARCRichard Lowe4-0/+98
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik4-32/+12
2012-02-011594 strxfrm may write past the specified bufferTheo Schlossnagle1-4/+6
2011-10-291678 libc lint library is missing definition for glob/globfreeYuri Pankov1-0/+7
2011-10-181633 implement posix_spawn_pipe_np()Matthew Ahrens3-57/+119
2011-07-221232 setlocale switch to C is brokenJason King2-9/+16
2011-07-111030 strftime "%x" should generate something strptime can parseGordon Ross1-2/+9
2011-05-191046 wcsxfrm(3C) crashes when len arg is 0Gordon Ross1-3/+3
2011-03-29850 system(3C) and similar could just use /bin/shRichard Lowe4-30/+12
2011-04-10878 regerror() error messages not i18n compliantGarrett D'Amore3-119/+38
2011-04-05842 src/lib/Makefile has libc_i18n vestigesGarrett D'Amore1-17/+0
2011-04-03853 system/library is missing references to some license filesRichard Lowe2-69/+0
2011-03-09781 overrun in fgetwsBryan Cantrill1-2/+2
2011-01-20652 libc uninitialized variableAlexander Stetsenko1-2/+2
2011-01-13615 remove support legacy 7-bit ASCIIGarrett D'Amore8-225/+14
2011-01-13616 euc code in libc not aligned with localedefGarrett D'Amore3-136/+231
2010-12-15508 od doesn't set text domainGarrett D'Amore2-6/+19
2010-12-09298 SPARC build fails in smt_pause.oJon Tibble8-47/+12
2010-12-07413 Memory corruption in regcmp(3c)Jason King1-30/+30
2010-12-04317 strptime needs %Z supportGarrett D'Amore4-194/+272
2010-11-19298 SPARC build fails in smt_pause.oGarrett D'Amore3-4/+11
2010-10-21357 fix license on strptime.cGarrett D'Amore5-37/+16
2010-10-11326 strxfrm could be fasterGarrett D'Amore2-76/+89