This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/forkables in repository newlib.
discards a800bce forkables: use dynloaded dll's IndexNumber as dirname discards f2cad76 forkables: Document hardlink creation at forktime. discards f53017b forkables: Keep hardlinks disabled via shared mem. discards c12f574 forkables: On fork failure, retry with hardlinks. discards e5984a3 forkables: Create forkable hardlinks, yet unused. discards f0c4e42 dll_list: Track main executable and cygwin1.dll. discards d43a024 dll_list: Store dll file name as full NT path. adds d1caad4 or1k: Make open reentrant adds ff7b7b8 libgloss: or1k: If available call the init for init_array adds 135c0c8 libgloss: Remove duplicate definition of environ adds af272ac Fix cpp invocation for C++ in nano spec adds fa55c61 Only define static locks in multithreaded mode adds bd54749 Allow locking routine to be retargeted adds ccabeae Improve wording on special characters adds be5926b Fix elf-nano.specs to work without -save-temps adds e046e4d Update makedocbook for bd547490 adds 829aaa7 fix parallel build for version.cc and winver.o new 36cac24 dll_list: Store dll file name as full NT path. new 27c280a dll_list: Track main executable and cygwin1.dll. new 2046a75 forkables: Create forkable hardlinks, yet unused. new 80f5484 forkables: On fork failure, retry with hardlinks. new d6e7de9 forkables: Keep hardlinks disabled via shared mem. new 52401a3 forkables: Document hardlink creation at forktime. new 009b493 forkables: use dynloaded dll's IndexNumber as dirname
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (a800bce) \ N -- N -- N refs/heads/topic/forkables (009b493)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 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: libgloss/arm/elf-nano.specs | 6 +- libgloss/or1k/crt0.S | 6 ++ libgloss/or1k/syscalls.c | 5 +- newlib/configure | 25 +++++- newlib/configure.in | 15 ++++ newlib/doc/makedocbook.py | 7 +- newlib/libc/configure | 32 +++++++- newlib/libc/configure.in | 10 +++ newlib/libc/include/sys/lock.h | 49 +++++++++++- newlib/libc/misc/Makefile.am | 7 +- newlib/libc/misc/Makefile.in | 28 +++++-- newlib/libc/misc/lock.c | 157 +++++++++++++++++++++++++++++++++++++ newlib/libc/misc/misc.tex | 4 + newlib/libc/posix/telldir.c | 16 ++-- newlib/libc/stdlib/__call_atexit.c | 2 + newlib/libc/stdlib/arc4random.c | 8 ++ newlib/libc/stdlib/arc4random.h | 2 + newlib/libc/stdlib/quick_exit.c | 6 ++ newlib/newlib.hin | 3 + winsup/cygwin/Makefile.in | 4 +- winsup/doc/specialnames.xml | 3 +- 21 files changed, 363 insertions(+), 32 deletions(-) create mode 100644 newlib/libc/misc/lock.c