*** empty log message ***
This commit is contained in:
parent
751bbaf96a
commit
b8dc053d2b
|
@ -36,3 +36,14 @@ Bug fixes:
|
||||||
- Fix a handle inheritance bug in raw disk and tape device handling which
|
- Fix a handle inheritance bug in raw disk and tape device handling which
|
||||||
led to EBADF errors in child processes.
|
led to EBADF errors in child processes.
|
||||||
|
|
||||||
|
- open("/dev", O_CREAT) accidentally created a /dev file if no /dev
|
||||||
|
exists at the time.
|
||||||
|
|
||||||
|
- DIR *d = opendir ("foo"); flock (dirfd (d), ...); worked, but did the
|
||||||
|
wrong thing.
|
||||||
|
|
||||||
|
- Reading from /dev/windows was broken for some time.
|
||||||
|
|
||||||
|
- select'ing on /dev/windows accidentally didn't take the setting of
|
||||||
|
ioctl (WINDOWS_HWND) into account.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue