summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
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-09-04 [illumos-gate merge]Keith M Wesolowski1-1/+6
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-08-02OS-2408 iconv() blows up when passed (iconv_t)-1Keith M Wesolowski1-1/+1
2013-07-18 [illumos-gate merge]Keith M Wesolowski3-22/+84
2013-07-163849 implement __cxa_atexit/__cxa_finalizeRichard Lowe3-22/+84
2013-05-17 [illumos-gate merge]Keith M Wesolowski1-1/+59
2013-05-143717 a README should explain libc's use of 'protected', the potential existen...Richard Lowe1-1/+59
2013-05-08 [illumos-gate merge]Keith M Wesolowski13-102/+112
2013-04-213713 Implement accept4()Theo Schlossnagle13-102/+112
2013-04-17 [illumos-gate merge]Keith M Wesolowski1-7/+24
2013-04-173687 fopen() O_CLOEXEC support via the "e" flagTheo Schlossnagle1-7/+24
2013-01-29OS-1836 passwd command truncates usernames to 8 chars by default (overflow)Keith M Wesolowski1-1/+2
2013-01-29OS-1836 passwd command truncates usernames to 8 chars by defaultKeith M Wesolowski2-21/+58
2013-01-14Illumos SyncJohn Sonnenschein1-10/+14
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-10/+14
2012-11-07Illumos syncJohn Sonnenschein4-8/+48
2012-09-10illumos syncJohn Sonnenschein1-2/+2
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh1-2/+2
2012-07-30Illumos SyncJohn Sonnenschein7-14/+49
2012-07-16OS-1367 need ptcumemRobert Mustacchi8-0/+129
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-05-07illumos syncJohn Sonnenschein7-160/+175
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-03-132077 lots of unreachable breaks in illumos gateMilan Jurik4-32/+12
2012-03-131594 strxfrm may write past the specified bufferTheo Schlossnagle1-4/+6
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-11-02richlowe GCC4 mergeJohn Sonnenschein9-159/+269
2011-11-02[OS-714] illumos mergeJohn Sonnenschein4-57/+126
2011-10-291678 libc lint library is missing definition for glob/globfreeYuri Pankov1-0/+7
2011-10-20Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe3-57/+119
2011-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein3-11/+25
2011-08-28Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe2-9/+16
2011-07-16Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe1-2/+9
2011-07-02libc: Remove SPARC tls workarounds when using GCC 4Richard Lowe2-4/+6
2011-07-02libc: make install target depend on generated headersRichard Lowe1-1/+1
2011-07-02libc: Implement __floatundisfRichard Lowe3-0/+49
2011-07-02libc: Implement __floatundidfRichard Lowe3-0/+49
2011-07-02libc: Mark %g7 as #scratch in _curthread, and implement directlyRichard Lowe1-5/+7
2011-07-02libc: Don't let GCC optimize away __rtldRichard Lowe1-1/+10
2011-07-01Use __attribute__((__gnu_inline__)) on GCC ASMRichard Lowe2-148/+147
2011-06-212409 libc needs more gcc 4 support on 32-bit SPARCRichard Lowe4-0/+98
2011-05-27Merge branch 'master' of git://github.com/illumos/illumos-gate into developJohn Sonnenschein1-3/+3
2011-05-191046 wcsxfrm(3C) crashes when len arg is 0Gordon Ross1-3/+3