summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/gen
AgeCommit message (Expand)AuthorFilesLines
2016-05-20 [illumos-gate merge]Jerry Jelinek3-2/+99
2016-05-196951 Initial c11 supportRobert Mustacchi3-2/+99
2016-03-26OS-4089 segfault in putenv + getenvRobert Mustacchi1-0/+11
2016-03-31OS-5282 remove spurious difference in getlogin.cRobert Mustacchi1-1/+0
2015-11-243252 Need a proper flock() implementationJerry Jelinek1-0/+60
2015-10-06 [illumos-gate merge]Jerry Jelinek6-23/+32
2015-10-055821 need strerror_l()Robert Mustacchi6-23/+32
2015-05-12OS-4300 increase RT signal countPatrick Mooney2-1/+4
2015-05-01 [illumos-gate merge]Jerry Jelinek1-4/+5
2015-04-305763 missing va_end() on return from __fini_daemon_priv()Gary Mills1-4/+5
2015-04-285863 psiginfo arguments should be constEric Sproul1-3/+4
2015-04-29 [illumos-gate merge]Jerry Jelinek1-1/+4
2015-04-125830 want arc4random(3C) suiteRobert Mustacchi4-0/+292
2015-02-18OS-2868 Need a proper flock() implementationJerry Jelinek1-0/+60
2015-02-15OS-3845 want arc4random(3C) suiteRobert Mustacchi5-2/+292
2014-09-11OS-2727 psignal and psiginfo don't handle NULL arguments correctlyRobert Mustacchi2-20/+23
2014-07-30OS-3280 need a way to specify the root of a native system in the lx brandRobert Mustacchi1-3/+12
2014-03-24 [illumos-gate merge]Keith M Wesolowski1-4/+14
2014-03-214688 getlogin_r shouldn't clobber memoryRobert Mustacchi1-4/+14
2014-01-22 [illumos-gate merge]Keith M Wesolowski2-0/+3
2014-01-214493 want siginfoRobert Mustacchi2-0/+3
2014-01-08 [illumos-gate merge]20140109release-20140109Keith M Wesolowski1-3/+3
2014-01-084378 Clean up %C in *time() functionsGary Mills1-3/+3
2013-10-10 [illumos-gate merge]Keith M Wesolowski2-51/+95
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 Mills2-25/+102
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 Wesolowski1-21/+68
2013-07-163849 implement __cxa_atexit/__cxa_finalizeRichard Lowe1-21/+68
2013-05-08 [illumos-gate merge]Keith M Wesolowski3-7/+85
2013-04-213713 Implement accept4()Theo Schlossnagle3-7/+85
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 Wesolowski1-21/+57
2012-12-203414 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi1-10/+14
2012-05-112655 illumos should be lint 12.3 freeMilan Jurik1-2/+2
2011-03-29850 system(3C) and similar could just use /bin/shRichard Lowe1-15/+5
2011-01-20652 libc uninitialized variableAlexander Stetsenko1-2/+2
2010-12-04317 strptime needs %Z supportGarrett D'Amore1-55/+91
2010-09-0180 comments format nits in nss_common.cDamian Wojsław1-2/+2
2010-08-166977206 fix for 6735446 dumps core if argv[0] == NULLRoger A. Faulkner1-3/+4
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner20-121/+701
2010-07-07PSARC 2010/235 POSIX 1003.1-2008 *at(2) syscallsRoger A. Faulkner1-7/+10
2010-04-28PSARC 2009/377 In-kernel pfexec implementation.Casper H.S. Dik2-11/+12
2010-03-12PSARC 2010/062 increase number of realtime signalsRoger A. Faulkner2-21/+65
2010-02-28PSARC 2009/657 delete obsolete system call trapsRoger A. Faulkner2-8/+18
2010-01-18PSARC 2009/686 Improving the use and debugging of the basic privilege set.Casper H.S. Dik1-3/+12
2009-12-306894056 libc is not cleanSurya Prakki6-19/+11
2009-11-20PSARC 2009/542 Increase the maximum value of NGROUPS_MAX to 1024Casper H.S. Dik1-4/+5
2009-11-19PSARC/2009/561 Pass-through iconv code conversionIenup Sung1-14/+127