History log of /titanic_41/usr/src/head/stdlib.h (Results 1 – 17 of 17)
Revision Date Author Comments
# bc631c94 06-Jun-2015 Mohamed A. Khalfella <khalfella@gmail.com>

5187 missing functions in stdlib.h : mkostemp, mkostemps & mkdtemp
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Richard Lowe <richlowe

5187 missing functions in stdlib.h : mkostemp, mkostemps & mkdtemp
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>

show more ...


# 28f17cb2 07-Apr-2015 Robert Mustacchi <rm@joyent.com>

5830 want arc4random(3C) suite
5802 want getentropy(3C)
5803 want getrandom(2)
5804 want explicit_bzero(3C)
5805 want MC_INHERIT_ZERO
5806 uuid_generate can leak its cache in edge conditions
Reviewed

5830 want arc4random(3C) suite
5802 want getentropy(3C)
5803 want getrandom(2)
5804 want explicit_bzero(3C)
5805 want MC_INHERIT_ZERO
5806 uuid_generate can leak its cache in edge conditions
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Garrett D'Amore <garrett@damore.org>

show more ...


# b59b3655 03-Aug-2014 Garrett D'Amore <garrett@damore.org>

5066 remove support for non-ANSI compilation
5068 Remove SCCSID() macro from <macros.h>
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.

5066 remove support for non-ANSI compilation
5068 Remove SCCSID() macro from <macros.h>
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Robert Mustacchi <rm@joyent.com>

show more ...


# 8a1259ef 14-Oct-2013 Andreas Jaekel <jaekel@strato-rz.de>

Merge branch 'titanic' of /waflhome/git/illumos-gate into titanic


# c241e583 08-Oct-2013 Gary Mills <gary_mills@fastmail.fm>

2989 LOGNAME_MAX should be increased to 32
1166 useradd warns on names with more than 8 chars
Reviewed by: Richard PALO <richard.palo@free.fr>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Revie

2989 LOGNAME_MAX should be increased to 32
1166 useradd warns on names with more than 8 chars
Reviewed by: Richard PALO <richard.palo@free.fr>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Andy Stormont <AStormont@racktopsystems.com>
Approved by: Robert Mustacchi <rm@joyent.com>

show more ...


# 0b42f15a 02-Oct-2013 Simon Klinkert <klinkert@webgods.de>

Merge remote-tracking branch 'illumos-ml/master' into titanic

Some zev merge conflicts fixed.

Conflicts:
usr/src/uts/common/fs/zfs/zfs_ioctl.c
usr/src/uts/common/fs/zfs/zvol.c


# 60c49c69 22-Aug-2013 Igor Kozhukhov <ikozhukhov@gmail.com>

3974 mistake on stdlib.h
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Approved by: Dan McDonald <danmcd@nexenta.com>


# 6774dc07 12-Jun-2013 Simon Klinkert <klinkert@webgods.de>

Merge remote-tracking branch 'remotes/illumos-ml/master' into titanic


# 5dbfd19a 11-Apr-2013 Theo Schlossnagle <jesus@omniti.com>

3713 Implement accept4()
3714 Implement pipe2()
3715 Implement dup3()
3716 Implement mkostemp() and mkostemps()
3719 so_socketpair syscall should preserve FD_CLOEXEC flag
Reviewed by: Dan McDonald <d

3713 Implement accept4()
3714 Implement pipe2()
3715 Implement dup3()
3716 Implement mkostemp() and mkostemps()
3719 so_socketpair syscall should preserve FD_CLOEXEC flag
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Garrett D'Amore <garrett@damore.org>

show more ...


# 6a634c9d 19-Aug-2010 Richard Lowe <richlowe@richlowe.net>

merge with onnv_147
Reviewed by: garrett@nexenta.com
Approved by: garrett@nexenta.com


# 23a1ccea 12-Aug-2010 Roger A. Faulkner <Roger.Faulkner@Oracle.COM>

PSARC 2010/299 GNU/Linux/BSD compatibility functions
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc
6901783 strndup would be nice
6824404 libc should provide ffsl() & ffsll()
67939

PSARC 2010/299 GNU/Linux/BSD compatibility functions
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc
6901783 strndup would be nice
6824404 libc should provide ffsl() & ffsll()
6793969 RFE: Add|stpcpy|to libc
6735446 Want a __progname symbol for BSD-style source compatibility
6421095 Solaris should provide strcasestr
6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux

--HG--
rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c
rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c
rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s
rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s

show more ...


# 44991a1c 15-Sep-2009 Vladimir Kotal <Vladimir.Kotal@Sun.COM>

PSARC/2009/444 daemon() in libc
4471189 should have 4.4BSD's daemon() utility function


# 019c3c43 13-Jul-2008 raf <none@none>

PSARC 2008/421 _POSIX_ADVISORY_INFO
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/ge

PSARC 2008/421 _POSIX_ADVISORY_INFO
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

show more ...


# f48205be 25-May-2007 casper <none@none>

PSARC 2007/064 Unified POSIX and Windows Credentials for Solaris
4994017 data structure sharing between rpcbind and libnsl leads to accidents
6549510 Need the ability to store SIDs in the Solaris cre

PSARC 2007/064 Unified POSIX and Windows Credentials for Solaris
4994017 data structure sharing between rpcbind and libnsl leads to accidents
6549510 Need the ability to store SIDs in the Solaris cred_t
6549515 PSARC 2007/064: uid_t and gid_t to become unsigned

show more ...


# 4e9cef60 28-Mar-2006 casper <none@none>

6395215 UNIX03/UNIX98: *vsx* addition of mkstemps breaks namespace


# 7c4dcc55 23-Feb-2006 casper <none@none>

PSARC/2006/107 mkstemps(3C)/mkdtemp(3C)
6386057 Add mkdtemp(3C)/mkstemps(3C)


# 7c478bd9 14-Jun-2005 stevel@tonic-gate <none@none>

OpenSolaris Launch