]> sourceware.org Git - newlib-cygwin.git/blame - winsup/cygwin/ChangeLog
* net.cc (cygwin_accept): Set sun_path for newly connected socket.
[newlib-cygwin.git] / winsup / cygwin / ChangeLog
CommitLineData
fe37dd79
CV
12002-01-08 Corinna Vinschen <corinna@vinschen.de>
2
3 * net.cc (cygwin_accept): Set sun_path for newly connected socket.
4
cbf7a9eb
CF
52002-01-07 Ralf Habacker <Ralf.Habacker@freenet.de>
6
7 * Makefile.in: Add uninstall target.
8
a2e12d0c
CF
92002-01-07 Christopher Faylor <cgf@redhat.com>
10
11 * sigproc.cc (getsem): Clean up debugging output.
12
4a08cbfe
CF
132002-01-07 Christopher Faylor <cgf@redhat.com>
14
15 * sigproc.cc (getsem): Set errno when unable to create own semaphore.
16 Reorganize to make clearer that error should only come from initial
17 creation of process semaphore.
18
10dedaaa
CF
192002-01-06 Christopher Faylor <cgf@redhat.com>
20
21 * dtable.cc (dtable::init_std_file_from_handle): Add some defensive
22 code to invalid handle case.
23
d6154fb7
CV
242002-01-06 Corinna Vinschen <corinna@vinschen.de>
25
26 * ioctl.cc (ioctl): Make third argument optional.
27 * include/sys/ioctl.h: Ditto in declaration.
28 * dtable.cc (dtable::init_std_file_from_handle): Revert previous
29 bogus patch.
30 * window.cc (WndProc): Raise SIGURG instead of SIGIO in case of FD_OOB
31 message.
32
9125cbd7 332002-01-05 Christopher Faylor <cgf@redhat.com>
fcb76c5d 34
9125cbd7
CF
35 * dir.cc (opendir): Guarantee release of alloced fhandler structure on
36 error.
fcb76c5d 37
9125cbd7
CF
382002-01-05 Corinna Vinschen <corinna@vinschen.de>
39
40 * exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.
41
422002-01-05 Corinna Vinschen <corinna@vinschen.de>
2edba236
CV
43
44 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULL
45 handle as errorneous.
46
acf05df7
CF
472002-01-04 Christopher Faylor <cgf@redhat.com>
48
49 * cygmagic: Change logic for equality test.
50
7acba971
CF
512002-01-04 Christopher Faylor <cgf@redhat.com>
52
53 * dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.
54
9125cbd7 552002-01-04 Corinna Vinschen <corinna@vinschen.de>
dc63cea5
CV
56
57 * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
58 throughout.
59 (socketpair): Explicitly allow SOCK_STREAM and SOCK_DGRAM socket types
60 in families AF_UNIX and AF_LOCAL. Explicitly allow PF_UNSPEC, PF_LOCAL
61 and PF_INET protocols. Return error otherwise. Implement datagram
62 socketpairs.
63
3b789217
CF
642002-01-01 Christopher Faylor <cgf@redhat.com>
65
66 * speclib: Remove temp files automatically.
67
2fe27909
CV
682002-01-01 Corinna Vinschen <corinna@vinschen.de>
69
70 * fhandler.h (fhandler_socket::sun_path): New private member.
71 (fhandler_socket::set_sun_path): New method.
72 (fhandler_socket::get_sun_path): Ditto.
73 * fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
74 sun_path to NULL.
75 (fhandler_socket::~fhandler_socket): Free sun_path if needed.
76 (fhandler_socket::set_sun_path): New method.
77 * net.cc (cygwin_bind): Set sun_path to path of local socket file.
78 (cygwin_getsockname): Add code to return correct sockaddr for unix
79 domain sockets.
This page took 0.032694 seconds and 5 git commands to generate.