4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 03:49:46 +08:00

22 lines
602 B
Plaintext
Raw Normal View History

2012-03-29 18:24:45 +00:00
What's new:
-----------
- Cygwin now automatically populates the /dev directory with all
existing POSIX devices.
- Add virtual /proc/PID/mountinfo file.
2012-03-30 13:27:38 +00:00
- flock now additionally supports the following scenario, which requires
to propagate locks to the parent process:
(
flock -n 9 || exit 1
# ... commands executed under lock ...
} 9>/var/lock/mylockfile
Only propagation to the direct parent process is supported so far,
not to grand parents or sibling processes.
- Add a "detect_bloda" setting for the CYGWIN environment variable to help
finding potential BLODAs.