summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits
AgeCommit message (Collapse)AuthorFilesLines
2014-09-01Forget about B_FALSE/B_TRUEIgor Pashev1-8/+0
2013-05-27Add XPG7 namesIgor Pashev1-0/+51
2013-05-23XPG7 fix for kopensolaris bits/stat.hIgor Pashev1-1/+1
Everybody already has done it, see for example: sysdeps/unix/bsd/bits/stat.h commit f095bb7204d80f609a73a22796edd6cffd4c6add Author: Ulrich Drepper <drepper@redhat.com> Date: Sat Jan 9 10:56:41 2010 -0800 Add support for XPG7 testing. The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
2013-05-19__USE_XOPEN2K8 in kopensolaris-gnu-bits/fcntl.hIgor Pashev1-2/+6
Put O_CLOEXEC (new), O_NOFOLLOW, O_DIRECTORY under __USE_XOPEN2K8 For O_CLOEXEC on illumos see https://github.com/illumos/illumos-gate/commit/b075ad5b007248d50e4c2e838b460c9c7cfd9fad
2013-05-19Include guard in kopensolaris-gnu/bits/stat.hIgor Pashev1-0/+5
2012-12-04__ID_T_TYPE is integerIgor Pashev1-1/+0
Namely, signed 32-bit integer. It is not "unsigned" in any way.
2012-06-05Updated to new glibcIgor Pashev2-15/+21
2012-06-05Merged changes from kopensolaris-gnu projectIgor Pashev42-0/+6343
http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu/glibc.git Commits from 9157319 to bad8ac8. This is only partial patch, some changes to not apply and will be resovled and committed next.