This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a7f392686 Cygwin: utilize FILE_DISPOSITION_POSIX_SEMANTICS new 866901441 Cygwin: cygheap: convert installation paths to UNICODE_STRINGS new 92edcf929 Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs item new 4021509ba Cygwin: mkdir: create case-sensitive dirs new af4a65a26 Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls new 0d4b39d37 Cygwin: Add lsattr and chattr tools
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/autoload.cc | 2 + winsup/cygwin/cygheap.cc | 28 +-- winsup/cygwin/cygheap.h | 7 +- winsup/cygwin/environ.cc | 5 +- winsup/cygwin/fhandler.h | 3 + winsup/cygwin/fhandler_disk_file.cc | 281 ++++++++++++++++++++++++++++ winsup/cygwin/include/cygwin/fs.h | 27 +++ winsup/cygwin/mount.cc | 2 +- winsup/cygwin/uinfo.cc | 13 +- winsup/cygwin/wincap.cc | 33 +++- winsup/cygwin/wincap.h | 6 + winsup/utils/Makefile.in | 2 +- winsup/utils/chattr.c | 362 ++++++++++++++++++++++++++++++++++++ winsup/utils/lsattr.c | 289 ++++++++++++++++++++++++++++ 14 files changed, 1033 insertions(+), 27 deletions(-) create mode 100644 winsup/utils/chattr.c create mode 100644 winsup/utils/lsattr.c