libc/winsup/cygwin/release/1.7.12

22 lines
602 B
Plaintext
Raw Permalink Normal View History

2012-03-29 20:24:45 +02: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 15:27:38 +02: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.