summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Collapse)AuthorFilesLines
2008-12-056763000 libc versioning needs a little tlc in Solaris 10Craig Mohrman1-5/+24
2008-11-256704239 aio_cancel returns EOVERFLOW with large file for 32 bitArindam Sarkar1-6/+4
2008-11-24PSARC/2008/226 mmapobj(2) - mmap objectMichael Corcoran6-0/+41
6502792 Same dynamic libraries should be mapped at the same virtual addresses in different processes
2008-11-106597729 RFE: Alternative ksh93 version of libc::wordexp() should use ↵Roger A. Faulkner1-107/+170
posix_spawn() Contributed by Roland Mainz <roland.mainz@nrubsig.org>
2008-11-07PSARC/2008/441 Active Directory name service module (nss_ad)Baban Kenkre3-18/+24
6722476 name service switch module for AD (nss_ad) needed
2008-11-076753769 Posix SUSv4 robust lock interfacesRoger A. Faulkner3-18/+35
2008-11-046767133 exit() is not cancel-safeRoger A. Faulkner1-2/+8
2008-10-276743723 strncpy() dumps core on Solaris 10 x86-64Nobutomo Nakano2-43/+62
2008-10-23PSARC 2008/617 posix_spawn(3C) extension - setsigignoreRoger A. Faulkner2-4/+45
6752755 posix_spawn(3C) extension - allow setting the child's signal handlers to SIG_IGN
2008-10-226762445 defer signals while locking a mutex and setting its owner fieldRoger A. Faulkner2-25/+48
2008-10-216762062 POSIX requires fork() to be async-signal-safeRoger A. Faulkner1-5/+17
2008-10-206759957 reduce the initial TLS demands on memoryRoger A. Faulkner1-3/+1
2008-10-026755382 new "more linker like" version of lint2 exposes new lint warnings in ONJohn Beck1-3/+2
2008-09-291207395 au_event_t is a currently a short. It should be redefined to be a ↵Tony Nguyen1-2/+1
u_short
2008-09-296751138 libc's lint library is missing definition for __assert_c99David Powell1-0/+2
6751161 PSARC 2008/551 coreadm configuration refinements
2008-09-25PSARC 2006/591 Virtual Consolerui zang - Sun Microsystems - Beijing China1-0/+4
PSARC 2008/515 Virtual Console Update 4309501 Need additional local 'terminal' --HG-- rename : usr/src/uts/intel/sys/kd.h => usr/src/uts/common/sys/kd.h
2008-09-256659940 ON makefiles use wrong options for Sun Studio 12 compiler and lint.Nick Todd2-2/+2
6751897 usr/src/tools/cw.c needs to be updated for Sun Studio 12 switchover.
2008-09-226751103 thr_create() and pthread_create() should fail and not dump core when ↵Roger A. Faulkner6-39/+121
given an inaccessible stack
2008-09-22PSARC 2008/382 Fast RebootSherry Moore2-6/+76
6714038 Fast Reboot support for x86 platforms
2008-09-196505278 UNIX98/UNIX03: *vsx* system() call to create child, but fail to ↵Roger A. Faulkner1-1/+7
execute, does not return 127 status (missed a spawnp case)
2008-09-186505278 UNIX98/UNIX03: *vsx* system() call to create child, but fail to ↵Roger A. Faulkner3-9/+29
execute, does not return 127 status
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd5-12/+6
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-09-106746389 wall can cause significant performance issuesRoger A. Faulkner1-3/+2
2008-09-03PSARC 2008/305 strsep() in libcVladimir Kotal7-8/+98
4383867 need strsep() in libc --HG-- rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
2008-08-275007142 Add ntohll and htonll to sys/byteorder.hDaniel Anderson6-23/+123
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64 PSARC 2008/474 Add 64-bit htonll() and ntohll() byte order conversion functions
2008-08-206738798 pthread_mutex_timedlock can block forever when using priority ↵Roger A. Faulkner1-4/+14
inherit mutexes
2008-08-066733918 Teamware has retired, please welcome your new manager, MercurialMark J. Nelson334-1443/+628
4758439 some files use "current date" sccs keywords 6560843 asm sources should not rely on .file "%M%" for naming STT_FILE symbols 6560958 Solaris:: perl modules should not use SCCS keywords in version information 6729074 webrev doesn't deal well with remote ssh hg parents
2008-08-016729759 need to accommodate non-8-byte-aligned mutexesraf6-7/+195
2008-07-316698108 Sun Studio 12 finds many lint errors in ON source.rh871071-1/+1
2008-07-24./commentsjwadams1-20/+16
2008-07-236545064 Posix message queue should fail reliably when a client process crashesraf1-16/+74
2008-07-12PSARC 2008/421 _POSIX_ADVISORY_INFOraf12-11/+287
6669307 Solaris should support the Posix SUSv3 _POSIX_ADVISORY_INFO options group --HG-- rename : usr/src/lib/libc/port/rt/fallocate.c => usr/src/lib/libc/port/gen/posix_fallocate.c
2008-07-10PSARC/2008/407 Fix *scanf() '%%' processingrobbin1-39/+54
6690298 UNIX98/UNIX03: *vsx5* scanf() %% conversion tests fail
2008-07-086713783 s10u6_01 performance regression with heavily contended robust mutexesraf1-2/+2
2008-07-036711858 iscsi target dumping core - process terminated by SEGVpraks1-23/+86
6718819 libaio _aio_ouststand_cnt and _aio_req_done_cnt can become inconsistent 6719357 libaio aiocancel_all() fails to update _aio_done_head pointer resulting in lost requests. 6720324 aiocancel_all() can miss a request
2008-06-206717408 libc synonym expunging in snv_92 breaks Sun Studio libcollectorraf2-0/+8
2008-06-196716120 inconsistent initial fp rounding mode (R_386_COPY relocation to ↵raf2-4/+5
protected __flt_rounds)
2008-06-146714179 libc synonym expunging in snv_92 was too aggressive, breaking pfinstallraf15-65/+102
2008-06-06PSARC 2008/309 expunge synonyms.hraf651-8223/+4665
6700179 expunge synonyms.h --HG-- rename : usr/src/cmd/sgs/libelf/common/syn.h => deleted_files/usr/src/cmd/sgs/libelf/common/syn.h rename : usr/src/cmd/sgs/librtld/common/lintsup.c => deleted_files/usr/src/cmd/sgs/librtld/common/lintsup.c rename : usr/src/cmd/sgs/rtld/common/_synonyms.h => deleted_files/usr/src/cmd/sgs/rtld/common/_synonyms.h rename : usr/src/common/atomic/atomic_asm_weak.h => deleted_files/usr/src/common/atomic/atomic_asm_weak.h rename : usr/src/lib/common/inc/c_synonyms.h => deleted_files/usr/src/lib/common/inc/c_synonyms.h rename : usr/src/lib/libc/amd64/gen/lexp10.c => deleted_files/usr/src/lib/libc/amd64/gen/lexp10.c rename : usr/src/lib/libc/amd64/gen/llog10.c => deleted_files/usr/src/lib/libc/amd64/gen/llog10.c rename : usr/src/lib/libc/amd64/gen/ltostr.c => deleted_files/usr/src/lib/libc/amd64/gen/ltostr.c rename : usr/src/lib/libc/i386/gen/lexp10.c => deleted_files/usr/src/lib/libc/i386/gen/lexp10.c rename : usr/src/lib/libc/i386/gen/llog10.c => deleted_files/usr/src/lib/libc/i386/gen/llog10.c rename : usr/src/lib/libc/i386/gen/ltostr.c => deleted_files/usr/src/lib/libc/i386/gen/ltostr.c rename : usr/src/lib/libc/inc/synonyms.h => deleted_files/usr/src/lib/libc/inc/synonyms.h rename : usr/src/lib/libc/sparcv9/gen/lexp10.c => deleted_files/usr/src/lib/libc/sparcv9/gen/lexp10.c rename : usr/src/lib/libc/sparcv9/gen/llog10.c => deleted_files/usr/src/lib/libc/sparcv9/gen/llog10.c rename : usr/src/lib/libc_psr/inc.flg => deleted_files/usr/src/lib/libc_psr/inc.flg rename : usr/src/lib/libcrypt/inc/des_synonyms.h => deleted_files/usr/src/lib/libcrypt/inc/des_synonyms.h rename : usr/src/lib/libgen/inc/gen_synonyms.h => deleted_files/usr/src/lib/libgen/inc/gen_synonyms.h rename : usr/src/lib/libtsnet/common/synonyms.h => deleted_files/usr/src/lib/libtsnet/common/synonyms.h rename : usr/src/tools/scripts/check_fnames.sh => deleted_files/usr/src/tools/scripts/check_fnames.sh rename : usr/src/lib/libc/sparc/gen/lexp10.c => usr/src/lib/libc/port/gen/lexp10.c rename : usr/src/lib/libc/sparc/gen/llog10.c => usr/src/lib/libc/port/gen/llog10.c
2008-06-066710562 fix for 6689238 broke dbx run-time checkingraf2-10/+0
2008-06-03PSARC/2007/634 More compatibility with GNU gettext in gettext(3c)muffin6-1325/+1719
6570425 gettext(3c) should support GNU gettext mo format version 1.0
2008-05-296696678 libc: critical regions, async I/O, and close() conspire to cause an ↵raf1-1/+9
ASSERT() failure
2008-05-276697956 UNIX98: *vsth* pthread_cancel fails in wordexp(), cuserid(), ttyslot()raf3-47/+78
2008-05-076697344 mutex_consistent() needs to be in libc version SUNW_1.22.3raf1-1/+5
2008-05-056692931 aio_waitn does not poll with timeout argument of zero sec, zero nseceriko1-11/+9
2008-04-296678310 using LD_AUDIT, ld.so.1 calls shared library's .init before library ↵raf110-1381/+1148
is fully relocated 6689238 libc needs global protection against ld.so.1
2008-04-036662310 libc can foul up perl's I/O redirectionandra1-17/+17
2008-03-296659537 libc 64-bit functions memcpy, memmove, memset could be improved on ↵bholler9-903/+4638
Intel processors 6659546 libc 64-bit memcpy family use AMD SledgHammer defaults for cache sizes on Intel processors Contributed by Robert Kasten <robert.a.kasten@intel.com>
2008-03-266679853 fix for 6647542 causes machines with separate root and /usr to fail bootraf3-2/+6
2008-03-256564720 Large groups bug still in this releasedjl3-71/+132
6662929 getusernam(3secdb) and friends return null when the selected /etc/user_attr line is > 1024