2002-01-07 17:47:12 +01:00
|
|
|
2002-01-07 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* sigproc.cc (getsem): Set errno when unable to create own semaphore.
|
|
|
|
Reorganize to make clearer that error should only come from initial
|
|
|
|
creation of process semaphore.
|
|
|
|
|
2002-01-06 18:29:41 +01:00
|
|
|
2002-01-06 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* dtable.cc (dtable::init_std_file_from_handle): Add some defensive
|
|
|
|
code to invalid handle case.
|
|
|
|
|
2002-01-06 10:28:13 +01:00
|
|
|
2002-01-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* ioctl.cc (ioctl): Make third argument optional.
|
|
|
|
* include/sys/ioctl.h: Ditto in declaration.
|
|
|
|
* dtable.cc (dtable::init_std_file_from_handle): Revert previous
|
|
|
|
bogus patch.
|
|
|
|
* window.cc (WndProc): Raise SIGURG instead of SIGIO in case of FD_OOB
|
|
|
|
message.
|
|
|
|
|
2002-01-06 04:32:32 +01:00
|
|
|
2002-01-05 Christopher Faylor <cgf@redhat.com>
|
2002-01-05 23:25:34 +01:00
|
|
|
|
2002-01-06 04:32:32 +01:00
|
|
|
* dir.cc (opendir): Guarantee release of alloced fhandler structure on
|
|
|
|
error.
|
2002-01-05 23:25:34 +01:00
|
|
|
|
2002-01-06 04:32:32 +01:00
|
|
|
2002-01-05 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.
|
|
|
|
|
|
|
|
2002-01-05 Corinna Vinschen <corinna@vinschen.de>
|
2002-01-05 19:42:52 +01:00
|
|
|
|
|
|
|
* dtable.cc (dtable::init_std_file_from_handle): Don't treat NULL
|
|
|
|
handle as errorneous.
|
|
|
|
|
2002-01-05 00:29:58 +01:00
|
|
|
2002-01-04 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* cygmagic: Change logic for equality test.
|
|
|
|
|
2002-01-04 20:06:01 +01:00
|
|
|
2002-01-04 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.
|
|
|
|
|
2002-01-06 04:32:32 +01:00
|
|
|
2002-01-04 Corinna Vinschen <corinna@vinschen.de>
|
2002-01-04 17:56:53 +01:00
|
|
|
|
|
|
|
* net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
|
|
|
|
throughout.
|
|
|
|
(socketpair): Explicitly allow SOCK_STREAM and SOCK_DGRAM socket types
|
|
|
|
in families AF_UNIX and AF_LOCAL. Explicitly allow PF_UNSPEC, PF_LOCAL
|
|
|
|
and PF_INET protocols. Return error otherwise. Implement datagram
|
|
|
|
socketpairs.
|
|
|
|
|
2002-01-02 01:06:35 +01:00
|
|
|
2002-01-01 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* speclib: Remove temp files automatically.
|
|
|
|
|
2002-01-01 17:25:31 +01:00
|
|
|
2002-01-01 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* fhandler.h (fhandler_socket::sun_path): New private member.
|
|
|
|
(fhandler_socket::set_sun_path): New method.
|
|
|
|
(fhandler_socket::get_sun_path): Ditto.
|
|
|
|
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
|
|
|
|
sun_path to NULL.
|
|
|
|
(fhandler_socket::~fhandler_socket): Free sun_path if needed.
|
|
|
|
(fhandler_socket::set_sun_path): New method.
|
|
|
|
* net.cc (cygwin_bind): Set sun_path to path of local socket file.
|
|
|
|
(cygwin_getsockname): Add code to return correct sockaddr for unix
|
|
|
|
domain sockets.
|