a9717ccc7fafbcac428fe3f5e1f191fabc2ed73c
[mono.git] / mono / io-layer / ChangeLog
1 2008-04-01  Dick Porter  <dick@ximian.com>
2
3         * versioninfo.c (get_string_block): Refine the fix for bug 354856
4         (r93661) so that it also fixes the new part of bug 374600.
5
6 2008-03-28  Dick Porter  <dick@ximian.com>
7
8         * processes.c (GetExitCodeProcess): Check if a process has exited
9         and recorded it's exit code, before seeing if the process is
10         signalled.  Fixes bug 325463.
11
12 2008-03-27  Dick Porter  <dick@ximian.com>
13
14         * processes.c (match_procname_to_modulename): Check the whole
15         process name first, in case it is recorded as an absolute path.
16         Fixes bug 360348.
17
18 2008-03-27  Dick Porter  <dick@ximian.com>
19
20         * processes.c (ShellExecuteEx): Grotty kludge to work around
21         unpleasant feature in g_shell_parse_argv() where it treats '#'
22         embedded in a filename as a comment marker, and throws away the
23         rest of the line.  When we're directly opening URLs quote the
24         filename, to avoid this.  Fixes bug 371567.
25
26 2008-03-25  Dick Porter  <dick@ximian.com>
27
28         * wapi-private.h (_WAPI_HANDLE_VERSION): Increment file layout
29         version
30
31         * threads.c: Make thread handles private to the process that owns
32         them.
33
34 2008-03-22  Kornél Pál  <kornelpal@gmail.com>
35
36         * io-layer.h: Windows: Rename GetProcessId to __GetProcessId for targets not
37         supporting it. This fixes MSVC build with new Windows SDKs that declare
38         GetProcessId unconditionally.
39
40 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
41
42         * io-layer.h: Removed Windows version macros.
43
44 Thu Mar 13 16:24:53 CET 2008 Paolo Molaro <lupus@ximian.com>
45
46         * processes.c: properly check for executable files (fixes bug #368829).
47
48 2008-02-05  Dick Porter  <dick@ximian.com>
49
50         * versioninfo.c (VerLanguageName): Implement VerLanguageName.
51
52 2008-01-31  Bill Holmes  <billholmes54@gmail.com>
53         * processes.c (match_procname_to_modulename) : Added to check if the last 
54           part of module name is equal to the process name.
55
56         * processes.c (EnumProcessModules) : Changed the first entry in the returned 
57           modules array (the process module) to be populated from the entry found
58           in /proc/<PID>/maps.
59
60         * processes.c (get_module_name & GetModuleInformation) : In the case where 
61           the module passed in is NULL, search the /proc/<PID>/maps for a name that
62           matches the process name to populate the return information.
63
64         Fixes #357062
65
66 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
67
68         * security.c (RevertToSelf): Make this return TRUE if impersonating is not
69         supported.
70
71         * sockets.c (_wapi_connect): Add a workaround to a solaris x86 problem where
72         getsockopt (SO_ERROR) doesn't return an error code after connect () fails. Fixes
73         #356552.
74
75 2008-01-23  Dick Porter  <dick@ximian.com>
76
77         * versioninfo.c (get_string_block): When stepping over the
78         StringTable block, do not read an extra block at the end.  Fixes
79         the new part of bug 354856.
80
81 2008-01-19  Dick Porter  <dick@ximian.com>
82
83         * versioninfo.c (get_stringtable_block): Cope when the StringTable
84         block is first in the resources data, and we just need to step
85         over it.  Fixes bug 354856.
86
87 2008-01-16  Dick Porter  <dick@ximian.com>
88
89         * threads.c (_wapi_thread_set_termination_details): Move the
90         thread abandonment to outside the shared handle lock.  Fixes bug
91         349680.
92
93 2008-01-16  Dick Porter  <dick@ximian.com>
94
95         * versioninfo.c (VerQueryValue): Include trailing null in returned
96         string length, for MS compatibility.
97
98 2008-01-09  Dick Porter  <dick@ximian.com>
99
100         * versioninfo.c (get_ptr_from_rva, scan_resource_dir): Make it
101         work on big-endian systems.
102         (scan_resource_dir): Copy the resource directory entry and
103         byteswap if necessary so it works big-endian.  This fixes bug
104         345972 for real this time.
105         (VerQueryValue): String values set the length to the number of
106         unicode chars, but the data length reported was already correct so
107         don't halve it again.  Fixes the previous fix for bug 345972.
108         (GetFileVersionInfo): On big-endian systems, scan the resource
109         data and turn all unicode strings into UTF-16BE.  FileVersionInfo
110         now works big-endian.
111
112 2008-01-04  Dick Porter  <dick@ximian.com>
113
114         * versioninfo.c (VerQueryValue): Returned buffer length counts
115         chars not bytes for string data.  Fixes bug 345972 again.
116         (get_enclosing_section_header): Make sure values read are treated
117         as LE.  Fixes crash on ppc reported in bug 345972.
118
119 2007-12-17  Mark Probst  <mark.probst@gmail.com>
120
121         * threads.c: Guard against a race condition involving
122         thread_hash_key that can occur during shutdown.
123
124 2007-12-08  Zoltan Varga  <vargaz@gmail.com>
125
126         * processes.c: Include sys/mkdev.h if exists. Fixes solaris x86 build.
127
128 2007-12-06  Dick Porter  <dick@ximian.com>
129
130         * versioninfo.c: Resource language values must be compared in a
131         'case'-insensitive manner.  Fixes bug 345972.
132
133 2007-12-05  Dick Porter  <dick@ximian.com>
134
135         * io.c (CreateFile): Create files with mode 0666 (&~umask) by
136         default.  Fixes bugs 325299 and 337040.
137
138 2007-11-22  Dick Porter  <dick@ximian.com>
139
140         * critical-sections.h (EnterCriticalSection): Reinstate the
141         asserts in the devel branch, so any problems aren't obscured.
142
143 2007-11-22  Dick Porter  <dick@ximian.com>
144
145         * versioninfo.c (find_pe_file_resources): Make it work on 64bit
146         systems.  Fixes bug 343353.
147
148 2007-11-21  Dick Porter  <dick@ximian.com>
149
150         * processes.c (load_modules): Rewrite based on the libgc
151         /proc/<pid>/maps parsing to avoid using glib functions only
152         available since 2004.
153         (load_modules): Check for duplicates before adding a module to the
154         list.
155
156 2007-11-15  Dick Porter  <dick@ximian.com>
157
158         * processes.c (load_modules): Don't bother if we don't have
159         g_strsplit_set() and g_strv_length().  Allows building against old
160         glib versions.
161         (EnumProcessModules): Don't miss the first module returned by
162         load_modules().
163
164 2007-11-15  Dick Porter  <dick@ximian.com>
165
166         * processes.c: Implement process module support by reading from
167         /proc if it's available.
168
169         * versioninfo.h: 
170         * versioninfo.c: New functions to implement PE file version info
171         support.
172
173 2007-11-08  Dick Porter  <dick@ximian.com>
174
175         * critical-sections.h (EnterCriticalSection): Disable the critical
176         section asserts for the release branch
177
178 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
179
180         * io-layer.h: Added includes for run-time GetProcessId API detection for
181         Windows.
182
183 2007-10-26  Dick Porter  <dick@ximian.com>
184
185         * shared.c (_wapi_shm_file_open): Set the umask when opening
186         shared files, so restrictive defaults don't prevent subsequent
187         processes re-opening them.
188
189 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
190
191         * atomic.h (InterlockedCompareExchange): Fix the ia64 version so it works for
192         negative values too. Hopefully fixes #332700.
193
194 2007-09-26  Dick Porter  <dick@ximian.com>
195
196         * io-portability.c (_wapi_io_scandir): Only update the error
197         status of glob() when performing a secondary glob() if the first
198         returned an error.  Fixes bug 325107.
199
200 2007-09-12  Marek Habersack  <mhabersack@novell.com>
201
202         * io-portability.c: options_init moved to
203         utils/mono-io-portability.c
204         Do not initialize portability helpers here, it's done in
205         mono_runtime_init.
206         find_file and find_in_dir moved to utils/mono-io-portability.c
207
208 2007-09-09  Robert Jordan  <robertj@gmx.net>
209
210         * sockets.c (_wapi_setsockopt): Add support for FreeBSD multicast
211         sockets. Fixes #81891.
212         Code is contributed under MIT/X11 license.
213
214 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
215
216         * processes.h, processes.c : ok, they are simple string.
217
218 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
219
220         * processes.h : sigh, I really hate fixing them on windows :(
221
222 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
223
224         * processes.c : fix build again.
225
226 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
227
228         * processes.h : removed extra parameters from CreateProcessWithLogonW.
229
230 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
231
232         * processes.c, processes.h: added CreateProcessWithLogonW(). For now
233           it just calls CreateProcess().
234         * io-layer.h : CreateProcessWithLogonW() requires WINVER 0x0500
235           on Windows.
236
237 2007-08-23  Robert Jordan  <robertj@gmx.net>
238
239         * processes.[c|h]: Implement Get|SetPriorityClass ().
240         Code is contributed under MIT/X11 license.
241
242 Tue Aug 21 20:08:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
243
244         * io.c: made convert_arg_to_utf8() and write_file() static.
245         Worked around gcc's incorrect warning.
246
247 2007-08-20  William Holmes  <billholmes54@gmail.com>
248
249         *io.c: Added implementation for ReplaceFile.
250         *io.h: Added deceleration for ReplaceFile method.
251
252         Code is contributed under MIT/X11 license.
253
254 2007-08-20  Wade Berrier  <wberrier@novell.com>
255
256         * processes.c: include sys/resource.h for rusage to fix 
257         mac 10.3 build
258
259 Mon Aug 20 12:36:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
260
261         * processes.c: implemented query for user/system times using
262         getrusage ().
263
264 2007-08-10  Dick Porter  <dick@ximian.com>
265
266         * sockets.c (_wapi_getsockopt, _wapi_setsockopt): Check the option
267         level as well as the name when mangling some of the values.  Fixes
268         bug 82000.
269
270 2007-08-02  Dick Porter  <dick@ximian.com>
271
272         * sockets.c: Changes in error handling, and move the SO_REUSEADDR
273         setting from metadata/socket-io.c.
274
275 2007-08-01  Dick Porter  <dick@ximian.com>
276
277         * io-portability.c (_wapi_io_scandir): Special-case patterns
278         ending in '.*' so that files with no extension are also matched.
279         Fixes bug 82212.
280
281         * wapi_glob.h: 
282         * wapi_glob.c: Reinstate WAPI_GLOB_APPEND, and add
283         WAPI_GLOB_UNIQUE to avoid matching the same entry twice when
284         appending.
285
286 2007-07-26  Dick Porter  <dick@ximian.com>
287
288         * handles-private.h: 
289         * thread-private.h: 
290         * handles.h: 
291         * critical-sections.c: 
292         * handles.c: 
293         * critical-section-private.h:
294         * error.h: 
295         * threads.c: 
296         * error.c: Clean up TLS and pthreads structures.  Finishes off bug
297         78739.
298
299         * collection.c (collection_thread): Exit the collection thread if
300         the io-layer has been cleaned up.
301
302         * mono-mutex.h (mono_mutexattr_destroy): Add this define too
303
304 Mon Jul 23 10:40:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
305
306         * timefuncs.c: make TickCount measure from boot time if it's
307         available.
308
309 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
310
311         * io.c (MoveFile): Fix a leak. 
312
313 Fri Jul 13 12:46:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
314
315         * handles-private.h, handles.c, thread-private.h, threads.c,
316         uglify.h, wait.c: temporarily revert the alertable wait changes
317         (r79386) until the deadlock issues are fixed.
318
319 2007-06-22  Dick Porter  <dick@ximian.com>
320
321         * shared.c: The non-shared mutexes weren't being initialised properly
322         on macos.  Fixes bug 81929.
323
324 2007-06-13  Randolph Chung  <tausq@debian.org>
325
326         * atomic.h: Enable for all hppa targets.
327         * Makefile.am: rename hppa_atomic.s to hppa_atomic.S so the preprocessor
328         can handle the file.
329         * hppa_atomic.s: Renamed to ...
330         * hppa_atomic.S: ... and updated to work on both HPUX and Linux.
331
332 2007-06-13  Dick Porter  <dick@ximian.com>
333
334         * handles.c (timedwait_signal_wait_cond): Alertable waits on
335         private handles are now interrupted by signalling the same
336         condition that would end the wait if the handle became signalled,
337         rather than polling.  (Shared handles still have to poll.)
338
339         * threads.c (_wapi_thread_queue_apc): Interrupt the thread if it's
340         waiting on a handle
341
342         * handles-private.h (_wapi_handle_current_thread_set_waiting_on):
343         Helper functions to inform the APC queuing functions when threads
344         are waiting for handles, and to interrupt the wait.
345
346         * wait.c (WaitForMultipleObjectsEx): Need to tell the handle
347         waiting functions if any of the handles in question are shared
348
349 2007-06-06  Miguel de Icaza  <miguel@novell.com>
350
351         * processes.c (is_managed_binary): Fix for OSX.
352
353 2007-06-06  Wade Berrier  <wberrier@novell.com>
354
355         * atomic.h (InterlockedExchangePointer): cast to pointer to to silence
356         compiler warnings (autobuild fails the build on this type of warning)
357
358 2007-05-21  Dick Porter  <dick@ximian.com>
359
360         * io-portability.c (_wapi_g_dir_open): Don't propagate any errors
361         from the second call to g_dir_open, preserve the original error if
362         the second call still fails but clear the error if it succeeds.
363
364 2007-05-10  Dick Porter  <dick@ximian.com>
365
366         * sockets.c (_wapi_recvfrom): Refine the fix to bug 75705 so EINTR
367         isn't returned if the remote end shuts down cleanly.  Fixes zmd
368         and the second example in bug 75705.
369
370 2007-04-26  Dick Porter  <dick@ximian.com>
371
372         * shared.c (_wapi_shm_semaphores_init): Need to check
373         MONO_DISABLE_SHM in this entry point, as it's called before
374         _wapi_shm_attach().  Fixes bug 81436.
375
376 2007-04-24  Dick Porter  <dick@ximian.com>
377
378         * sockets.c (_wapi_recvfrom, socket_close): Force recvfrom() to
379         error if the socket is closed while the receive is blocking.
380         Fixes bug 75705.
381
382 2007-04-13  Dick Porter  <dick@ximian.com>
383
384         * shared.h:
385         * shared.c: Complete the reimplementation of disabling of shared
386         memory, by not allocating sysv semaphores when shm disabling has
387         been requested (either at compile time or run time.)
388
389         * processes.c (CreateProcess): Don't synchronize locking across
390         processes when forking, when shared memory has been disabled.
391
392 2007-04-06  Andreas Faerber  <andreas.faerber@web.de>
393
394         * wapi_glob.h:
395         * wapi_glob.c: remove reference to sys/cdefs.h, use glib instead.
396         Fixes: 81326
397
398 2007-04-05  Dick Porter  <dick@ximian.com>
399
400         * io.c:
401         * io-portability.c (_wapi_io_scandir): Moved from io.c, and
402         changed to use a cut-down version of glob(3) that has been
403         extended to match with case-insensitivity if needed.
404
405         * wapi_glob.h:
406         * wapi_glob.c: Cut down implementation of glob(3), based on
407         OpenBSD.
408
409 2007-03-22  Dick Porter  <dick@ximian.com>
410
411         * sockets.c (_wapi_connect): Do additional checks when connect(2)
412         fails, because some systems don't let it be restarted.  Patch
413         based on one submitted by Robert S Wojciechowski <robertw@ssgx.com>,
414         fixes bug 81010.
415
416 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
417
418         * io-layer.h:  Remove UNICODE and _UNICODE defines as 
419         these are done by configure.in now.
420         
421         Code is contributed under MIT/X11 license.
422         
423 Thu Mar 8 19:42:17 CET 2007 Paolo Molaro <lupus@ximian.com>
424
425         * shared.c: partial support for MONO_DISABLE_SHM env var.
426
427 2007-03-05  Wade Berrier  <wberrier@novell.com>
428
429         * atomic.h: atomic fixes from Michael Matz for for s390 
430         and s390x ( bnc #237611 and bxc #80892 )
431
432 2007-03-05  Miguel de Icaza  <miguel@novell.com>
433
434         * io.c (CreateFile): Use FILE_ATTRIBUTE_TEMPORARY to mean 0600
435         permissions.  For 80688
436
437         (MoveFile): Use errno_copy here, just to avoid a potential
438         errno-changing code in the future from g_free. 
439         
440         Also, ignore EXDEV errors as they are handled immediately after
441         (avoid printing out an error). 
442
443         Fixes: 80655
444
445 Mon Feb 12 15:50:24 CET 2007 Paolo Molaro <lupus@ximian.com>
446
447         * shared.c: exit if semaphores can't be created (bug #80616).
448
449 2007-02-01  Geoff Norton  <gnorton@customerdna.com>
450
451         * collection.c: NetBSD doesn't define PTHREAD_STACK_MIN.
452
453 2007-01-26  Dick Porter  <dick@ximian.com>
454
455         * socket-private.h: 
456         * sockets.c (_wapi_getsockopt): Windows seems to not reset
457         SO_ERROR values when they're read, contrary to the documentation.
458         Fixes the new issues raised in bug 79878 (example in C showing
459         winsock behaviour attached to that bug.)
460
461 2007-01-15 Mark Mason <mason@broadcom.com
462
463         * atomic.h: add locking primitives for MIPS.
464         
465 2007-01-11  Dick Porter  <dick@ximian.com>
466
467         * sockets.c (_wapi_connect): Don't do the SO_BROADCAST setting
468         here, do it in managed code instead.
469         (_wapi_getsockopt): SO_RCVTIMEO and SO_SNDTIMEO use struct
470         timeval, which has a microsecond field, not milliseconds.
471         (_wapi_setsockopt): ditto.
472         (_wapi_setsockopt): Halve the SO_SNDBUF and SO_RCVBUF values on
473         Linux, as the kernel doubles whatever we set.
474         (_wapi_socket): Save socket domain, type and protocol so it can be
475         duplicated later.
476         (socket_disconnect): Implement socket disconnect (closing the
477         socket, but keeping the file descriptor.)
478         (wapi_disconnectex): A basic implementation of DisconnectEx().
479         (wapi_transmitfile): A very basic implementation of
480         TransmitFile().
481         (WSAIoctl): Implement the SIO_GET_EXTENSION_FUNCTION_POINTER
482         ioctl.
483
484         * socket-private.h (struct _WapiHandle_socket): Record socket
485         domain, type and protocol info so it can be duplicated later.
486
487         * sockets.h (WSAID_DISCONNECTEX,WSAID_TRANSMITFILE): Structures
488         and defines needed to look up the DisconnectEx() and
489         TransmitFile() functions by GUID.
490
491         * error.c (errno_to_WSA): Change ETIMEDOUT mapping to
492         WSAETIMEDOUT; add EDESTADDRREQ.
493
494         * io-layer.h: Need mswsock.h on windows now.
495
496 2007-01-04  Miguel de Icaza  <miguel@novell.com>
497
498         * io-portability.c (find_file): Fix a coverity warning (scanning
499         being unassigned).   
500
501 2006-12-31  Miguel de Icaza  <miguel@novell.com>
502
503         * io-portability.c (find_file): Do not abort if an empty filename
504         has been passed.  This fixes the case where MONO_IOMAP=all would
505         assert if Directory.Exists ("") was called.
506
507 Mon Dec 18 14:54:37 CET 2006 Paolo Molaro <lupus@ximian.com>
508
509         * processes.c: moved a free on the error path.
510
511 Thu Dec 14 21:42:39 CET 2006 Paolo Molaro <lupus@ximian.com>
512
513         * processes.c: fixed a few memory leaks when executing
514         processes.
515
516 Mon Nov 27 13:12:17 GMT 2006 Paolo Molaro <lupus@ximian.com>
517
518         * atomic.h: fix arm compare and exchange (bug #78500).
519
520 2006-11-23  Dick Porter  <dick@ximian.com>
521
522         * process-private.h (struct _WapiHandle_process): Add 'waited'
523         parameter
524
525         * processes.c (process_wait): Check the 'waited' parameter not the
526         signalled state when testing if a process has already been waited
527         for, as the child process itself may set signalled when exiting.
528         Fixes bug 79885.
529
530         * wapi-private.h (_WAPI_HANDLE_VERSION): Bump shared data version
531
532         * shared.c: Now the shared data version has been incremented we
533         can set the counter semaphore initial value correctly
534
535 2006-11-22  Dick Porter  <dick@ximian.com>
536
537         * processes.c (process_wait): Cope when the background process
538         reaper gets the process we were waiting for.  Special case for
539         waiting for our own process to exit.  Fixes bug 77736.
540
541 2006-11-17  Dick Porter  <dick@ximian.com>
542
543         * processes.c: Fix const correctness and typos that caused memory
544         corruption. 
545         
546 2006-11-17  Miguel de Icaza  <miguel@novell.com>
547
548         * processes.c (ShellExecuteEx): Check error after CreateProcess,
549         thanks to Dick for pointing this out. 
550
551 2006-11-16  Miguel de Icaza  <miguel@novell.com>
552
553         * processes.c (ShellExecuteEx): If we fail to create a process in
554         ShellExecute, then try to use the xdg-open command, and if that
555         fails, try to use the gnome-open command, 
556
557         Refactor the code so that we do not have to duplicate all this
558         code, but instead use a ucs2-aware version of the code to do
559         concatenations.
560
561 2006-11-13  Dick Porter  <dick@ximian.com>
562
563         * io.c (_wapi_stat_to_file_attributes): If the file is a symlink
564         add the FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to
565         follow the specs for the windows symlink support, but will
566         probably have to be reworked when I have test data from a vista
567         machine.  Fixes bug 79887.
568
569 2006-11-11  Miguel de Icaza  <miguel@novell.com>
570
571         * handles.c (CloseHandle): Cope here with the new value
572         INVALID_HANDLE_VALUE set on handles.  
573
574         * processes.c (CreateProcess): Initialize the value of hThread to
575         be INVALID_HANDLE_VALUE on failure, not to be NULL.  Improvement
576         for #75733
577
578 2006-11-09  Dick Porter  <dick@ximian.com>
579
580         * sockets.c (_wapi_select): Do some sanity checking on the
581         fd_sets, to avoid file descriptors > FD_SETSIZE.
582         (_wapi_FD_CLR, _wapi_FD_ISSET, _wapi_FD_SET): Avoid file
583         descriptors > FD_SETSIZE.
584
585 2006-10-27  Dick Porter  <dick@ximian.com>
586
587         * io.c (GetFileAttributes): Force symlinks to directories to be
588         returned as a regular file.  Fixes bug 79733.
589
590 2006-10-18  Miguel de Icaza  <miguel@novell.com>
591
592         * io-portability.c (find_in_dir): First string dup, then closedir.
593
594 2006-10-12  Dick Porter  <dick@ximian.com>
595
596         * processes.c (_wapi_process_reap): Unref a process handle if we
597         reaped it, found by Zoltan.  Fixes bug 79286.
598         (process_wait): Don't wait again if we've already waited for a
599         process.
600
601 2006-10-11  Sergey Tikhonov <tsv@solvo.ru>
602
603         * atomic.h: Fix atomic decrement.
604
605         * mini/cpu-alpha.md: Use native long shift insts
606
607         * mono/mono/mini/tramp-alpha.c: Implemented
608         mono_arch_patch_delegate_trampoline method
609
610         * Started work on using global registers
611         
612         * Use byte/word memory load/store insts if cpu supports it
613         
614         * Code clean up
615
616         
617 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
618
619         * handles.c (timedwait_signal_poll_cond): Add an alertable parameter, and if it
620         is FALSE, avoid busy waiting.
621
622         * wait.c: Add an alertable parameter to the wait routines.
623
624 2006-10-06  Miguel de Icaza  <miguel@novell.com>
625
626         * io-portability.c (find_file): Rename from
627         MONO_IO_PORTABILITY_HELP to MONO_IOMAP.
628
629 2006-10-03  Dick Porter  <dick@ximian.com>
630
631         * io-portability.h: 
632         * io-portability.c: Optional portability helpers and wrapped
633         system calls to try to cope with windows filenames in
634         applications.
635
636         * io.c: Use the wrapped system calls
637
638 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
639
640         * critical-sections.h critical-sections.c: Make Enter/LeaveCriticalSection a macro
641         since they are perf critical.
642
643         * atomic.h: Applied patch from Jakub Boqusz <qboosh@pld-linux.org>.
644         Add atomic ops implementation for alpha.
645
646 2006-08-11  Dick Porter  <dick@ximian.com>
647
648         * processes.c (_wapi_process_reap): Avoid a deadlock by setting
649         process termination details in an outer loop, not the
650         _wapi_search_handle() one.
651
652 2006-08-10  Dick Porter  <dick@ximian.com>
653
654         * threads.c (_wapi_thread_queue_apc)
655         (_wapi_thread_dispatch_apc_queue): Use a process-local mutex here
656         instead of the cross process semaphore.  We already check that
657         access to the APC queue is within the owning process so there's no
658         need to protect from other processes.  Avoids a global deadlock
659         when a thread is aborted while it holds the handle semaphore
660         locked.
661         (_wapi_thread_apc_pending): Hide an annoying message which can
662         happen if a thread handle has been blown away at process shutdown
663         while it is in an alertable wait.
664
665         Both problems seen while shutting down monodevelop.
666
667 2006-07-25  Dick Porter  <dick@ximian.com>
668
669         * shared.c (_wapi_shm_file): Remove '/' characters from the uname
670         results.  Fixes bug 78917.
671
672 2006-07-20  Dick Porter  <dick@ximian.com>
673
674         * threads.c (_wapi_thread_set_termination_details): Improve the
675         test for already-disposed thread handles, and hold the lock around
676         the mutex abandoning.
677
678 2006-07-17  Dick Porter  <dick@ximian.com>
679
680         * processes.c (CreateProcess): Don't change directory unless a new
681         one has been specified.  Fixes bug 78751.
682
683 2006-07-06  Dick Porter  <dick@ximian.com>
684
685         * io.c (_wapi_stat_to_file_attributes): Do a better job at
686         figuring out the file attributes
687         (_wapi_set_last_path_error_from_errno): New helper function to
688         turn errno into w32 error codes that handles the differences
689         between file and directory errors
690         (file_setendoffile): Try turning off the extra write used to
691         extend files, because we probably don't need it on any modern
692         platform.  If it is needed though, we also need to lseek the file
693         position back again
694         (CreateFile): Treat character-special devices as a console handle,
695         because they can't be seeked
696         (CopyFile): If fail_if_exists is set, then the destination needs
697         to be opened with O_EXCL
698         (CopyFile): If fail_if_exists is not set and the destination
699         already exists, then we should set the ERROR_ALREADY_EXISTS error
700         even though we return success
701         (stdhandle_create): STD_INPUT_HANDLES cannot be written to
702         (GetStdHandle): Rework without using mono_once, so console handles
703         can be properly closed and reopened.
704         (mono_io_scandir): Only override errno with EACCES when the
705         directory actually exists
706         (FindFirstFile): Set ERROR_FILE_NOT_FOUND when no files are
707         returned
708         (FindClose): Cope with NULL handles
709         (CreateDirectory): When the target already exists, just return an
710         error.  It's the caller's job to figure out what to do.
711         (SetCurrentDirectory): Cope with a NULL path
712         (RemoveDirectory, GetFileAttributes, GetFileAttributesEx,
713         SetFileAttributes, FindFirstFile, DeleteFile, MoveFile, CopyFile,
714         CreateFile): Set path error correctly
715
716         * handles.c (CloseHandle): Kludge to try and cope with passing a
717         NULL handle
718
719         * error.h: Add NO_ERROR as an alternative to ERROR_SUCCESS
720
721         * uglify.h: Added some more typedefs
722
723 2006-07-05  Dick Porter  <dick@ximian.com>
724
725         * io.c (GetFileAttributes, GetFileAttributesEx): Cope with
726         dangling symlinks.  Fixes bug 78664.
727
728 2006-06-23  Dick Porter  <dick@ximian.com>
729
730         * handles.c (handle_cleanup): 
731         * threads.c: Clean up threads properly when we're forcibly
732         removing the handle entries from the shared file in
733         handle_cleanup().  Fixes bug 78241, for real this time.
734
735 2006-06-15 Neale Ferguson <neale@sinenomine.net>
736
737         * atomic.h: More tinkering with InterlockedExchange/InterlockedCompareExchange
738         for s390/s390x.
739
740 2006-06-14 Neale Ferguson <neale@sinenomine.net>
741
742         * atomic.h: Fix atomic exchange pointer operations for s390x - these
743         were broken as they used 32-bit instructions rather than their 64-bit
744         versions.
745
746 2006-06-14  Dick Porter  <dick@ximian.com>
747
748         * processes.c: Don't run the atexit handlers when bailing out
749         of a fork/exec.
750
751 2006-06-14  Dick Porter  <dick@ximian.com>
752
753         * wait.c: Fix stupid typo shown up by gcc 4.1.1, = not ==
754
755         * handles-private.h: 
756         * shared.c: 
757         * io.c: 
758         * processes.c: 
759         * mono-spinlock.h: 
760         * handles.c: 
761         * collection.c: Fix a bunch of signed/unsigned warnings from gcc
762         4.1.1
763
764 2006-06-09 Neale Ferguson <neale@sinenomine.net>
765
766         * atomic.h: Fix atomic operations for s390x (not really broken 
767         but changed to use full 64-bit opcodes).
768
769 2006-05-24  Dick Porter  <dick@ximian.com>
770
771         * processes.c (process_set_current): Don't take an extra reference
772         if we have to create our own process handle.  Fixes bug 78241
773         again.
774
775         * threads.c (_wapi_thread_signal_self): Renamed from
776         _wapi_thread_abandon_mutexes, also sets the thread state to
777         signalled and drops a reference.  Called by the runtime when the
778         main thread cleans itself up.
779
780         * handles.c (handle_cleanup): As a last resort, unref every shared
781         handle as the process is now exiting.
782
783 2006-05-16  Dick Porter  <dick@ximian.com>
784
785         * processes.c (process_set_termination_details): Unref the handle
786         when we've stored the exit details.  Fixes the rest of 78241.
787
788 2006-05-12  Dick Porter  <dick@ximian.com>
789
790         * threads.c: Implement pseudo handles, making GetCurrentThread()
791         match MS behaviour.  Notice when attached threads exit, and unref
792         the handle.  Fix usage of GetCurrentThread() in other places.
793
794         * handles.c (DuplicateHandle): Implement a basic form of
795         DuplicateHandle().
796
797         * wait.c: Fix usage of GetCurrentThread() throughout, and cope
798         with pseudo handles.
799
800 2006-04-26  Miguel de Icaza  <miguel@novell.com>
801
802         * io.c (file_close): Oops, do not use DeleteFile which expects
803         unicode, instead use unlink directly
804
805         Add support for the new FileOptions bits on .NET 2.0.
806
807         It might be good if Dick reviews these changes.
808         
809         * io.c (file_close): If DeleteOnClose is set, then delete the file
810         before freeing it.
811         (CreateFile): Do not support encryption per user. 
812         
813         If posix_fadvise exists, pass hints on sequential scan and random
814         access.   Did not figure out what WRITE_THROUGH maps to.
815
816 2006-04-26  Dick Porter  <dick@ximian.com>
817
818         * sockets.c (WSAIoctl): Check the output buffer is valid before
819         writing to it.
820
821         * handles.c (_wapi_search_handle): Set shared pointer if we find a
822         shared handle that has been already opened.
823
824 2006-04-21  Dick Porter  <dick@ximian.com>
825
826         * threads.c (GetCurrentThread): Reference the handle if we return
827         an already-known thread.
828
829 2006-04-07  Dick Porter  <dick@ximian.com>
830
831         * processes.c: Fix build for older glib.
832
833 2006-04-06  Dick Porter  <dick@ximian.com>
834         
835         * processes.c (CreateProcess): Add a reference to the child
836         process' handle, so it won't be destroyed if this process closes
837         its copy of the handle.  Fixes bug 77393.
838         
839         * processes.c (process_set_current): Fall through to creating a
840         new one if the handle lookup fails.
841
842         * processes.c (_wapi_process_signal_self):
843         * handles.c (handle_cleanup): The process is exiting, so set the
844         handle state for this process to signalled.  This should let other
845         non-related processes wait for this handle.
846         
847         * handles.c (_wapi_search_handle): Don't search shared handles in
848         all cases.
849
850         * collection.c (collection_thread): No need to do a collection
851         scan straight away, do the waiting first.
852
853 2006-04-06  Dick Porter  <dick@ximian.com>
854
855         * shared.c: Fix parameters in semctl () call.
856
857 2006-03-28  Zoltan Varga  <vargaz@gmail.com>
858
859         * atomic.h atomic.c: Applied patch from David S. Miller 
860         <davem@davemloft.net>: Reimplement Interlocked* primitives on sparc 
861         using CAS/CASx when __GNUC__, else we will fall back to the generic 
862         pthread version.
863
864 2006-03-27  Dick Porter  <dick@ximian.com>
865
866         * shared.c (_wapi_shm_file_open): Break out of a loop if the
867         shared file is smaller than expected.  (We loop a few times in
868         case another process is in the middle of creating the file.)
869
870 2006-03-22  Dick Porter  <dick@ximian.com>
871
872         * handles.c:
873         * wapi-private.h:
874         * shared.h:
875         * shared.c: Delete the semaphores and shared files when the last
876         process has finished with them
877
878 2006-03-15  Dick Porter  <dick@ximian.com>
879
880         * events.c: 
881         * io.c: 
882         * mutexes.c: 
883         * processes.c: 
884         * semaphores.c: 
885         * sockets.c: 
886         * threads.c: Explicitly initialise the handle ops struct
887
888 2006-03-14  Dick Porter  <dick@ximian.com>
889
890         * handles-private.h: 
891         * wapi-private.h: 
892         * wait.c: 
893         * handles.c: Add a 'prewait' stage to the handle waiting, to give
894         waiting threads a chance to check for bogus states before
895         blocking.
896
897         * mutexes.c (namedmutex_prewait): Use the prewait stage to check
898         for named mutexes that have been abandoned in a locked state (eg
899         if a process exited abnormally while owning the mutex) and
900         override it if needed.
901
902 2006-03-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
903
904         * wait.c: speed up WaitFor* when the timeout is 0.
905
906 2006-03-03  Dick Porter  <dick@ximian.com>
907
908         * processes.c (ShellExecuteEx): Cope when some of the parameters
909         are NULL.
910
911 2006-02-27  Dick Porter  <dick@ximian.com>
912
913         * mutexes.c: 
914         * mono-mutex.c: 
915         * threads.c: Comparing pthread_t with == is not portable, so use
916         pthread_equal().
917
918 Thu Feb 23 18:47:20 GMT 2006 Paolo Molaro <lupus@ximian.com>
919
920         * *.h, *.h: patch from Dick to make Linuxthreads systems work again.
921
922 2006-02-22  Dick Porter  <dick@ximian.com>
923
924         * thread-private.h: 
925         * threads.c: There's no need to use the timed-thread support code
926         any more, as we aren't using the timed join.  This greatly
927         simplifies thread setup, and fixes a memory leak (bug 77521).
928
929         Don't bother to store thread IDs in a hash table, use TLS instead.
930         The one case that needs to look up the handle of a different
931         thread (OpenThread()) can do the extra work itself.  Fixes bug
932         77536.
933
934         * handles.c (_wapi_search_handle): Add a reference when returning
935         a private handle (shared handles are already reffed.)
936         
937 2006-02-17  Dick Porter  <dick@ximian.com>
938
939         * handles-private.h: 
940         * handles.c: Check handle values passed to array lookups.  Fixes
941         bug 77572.
942
943 2006-02-09  Dick Porter  <dick@ximian.com>
944
945         * threads.c: Cope with the problems caused by attaching already
946         existing threads - they don't get the infrastructure to clean up
947         after themselves, especially the ID to handle hash.  This fixes
948         bug 77468.
949
950 2006-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
951
952         * shared.c: use MONO_SHARED_HOSTNAME as a substitute for gethostname()
953         when creating the shared files in the .wapi directory. Fixes bug #77371.
954
955 2006-02-02  Martin Baulig  <martin@ximian.com>
956
957         * threads.c: Removed the `WITH_INCLUDED_LIBGC' section; it has
958         never been used so far. 
959
960         * timed-thread.h (TimedThread): Removed the `stack_ptr' field; it
961         has only been used by the removed code.
962
963 2006-01-03  Neale Ferguson <neale@sinenomine.net>
964
965         * atomic.h: Correct s390x definitions and eliminate compiler warnings.
966
967 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
968
969         * io.c: Patch _wapi_stat_to_file_attributes against bug #76966, where
970         sockets could be considered as directory.
971
972 2005-12-23  Dick Porter  <dick@ximian.com>
973
974
975         * semaphores.h: 
976         * semaphores.c: Implement OpenSemaphore
977
978         * mutexes.c: 
979         * mutexes.h: Implement OpenMutex
980
981         * wapi-private.h: 
982         * handles.c: 
983         * events.c: 
984         * events.h: 
985         * event-private.h: Implement named events.  Implement OpenEvent.
986
987 2005-12-15  Dick Porter  <dick@ximian.com>
988
989         * processes.c (CreateProcess): The pipe-based cross-process
990         exclusion technique was trying to write NULL buffers when appname
991         was NULL (eg when coming from ShellExecuteEx,) which usually
992         succeeded even though EFAULT was returned - but sometimes it
993         failed.  This meant that the child process could block forever on
994         the pipe read.  Replace it with the simpler shared handle
995         semaphore protection used everywhere else.  This showed up with
996         the test case in bug 76684.
997
998 Tue Dec 13 11:41:49 GMT 2005 Paolo Molaro <lupus@ximian.com>
999
1000         * shared.c: fallback to private mmap when shared mmap doesn't work
1001         (like on jffs).
1002
1003 2005-12-06  Dick Porter  <dick@ximian.com>
1004
1005         * wapi-private.h: 
1006         * handles.c: 
1007         * semaphore-private.h: 
1008         * semaphores.c: Implement named semaphores
1009
1010 2005-11-24  Dick Porter  <dick@ximian.com>
1011
1012         * processes.c (GetProcessId): Implement GetProcessId()
1013
1014 2005-11-17  Dick Porter  <dick@ximian.com>
1015
1016         * processes.h: 
1017         * processes.c: Implement ShellExecuteEx as a wrapper around
1018         CreateProcess.
1019
1020 2005-11-11  Dick Porter  <dick@ximian.com>
1021
1022         * threads.c: Give mutex abandoning its own exported function, so
1023         it can be called when the runtime is cleaning up.
1024
1025         * handles.c (_wapi_search_handle_namespace): Do a handle
1026         collection befre starting to check namespace strings, so that any
1027         stale cruft gets removed.
1028
1029 2005-11-11  Dick Porter  <dick@ximian.com>
1030
1031         * threads.c: Move thread handles back into the shared space.
1032
1033         * handles.c (_wapi_handle_unref): Add support for shared handles
1034         with close() handlers
1035
1036 2005-11-04  Dick Porter  <dick@ximian.com>
1037
1038         * sockets.c (ioctlsocket): Use select instead of if to avoid a
1039         type promotion problem on 64bit freebsd.  Based on patch by Lou
1040         Kamenov <kamenovl@gmail.com>, fixes bug 76447.
1041
1042 2005-11-04  Dick Porter  <dick@ximian.com>
1043
1044         * io.c (file_write): Only do the file locking if
1045         MONO_STRICT_IO_EMULATION is set.
1046
1047 2005-10-21  Dick Porter  <dick@ximian.com>
1048
1049         * processes.c: 
1050         * handles.c (_wapi_lookup_handle): Cope when the shared part of a
1051         handle has been deleted.
1052         (_wapi_handle_unref): And when the deleted shared part is pointed
1053         to as a handle is deleted
1054
1055 2005-10-20  Dick Porter  <dick@ximian.com>
1056
1057         * processes.c (process_set_current): If the expected process
1058         handle slot doesn't contain the correct pid, create a new handle.
1059
1060         * handles.c (_wapi_search_handle): When the search doesn't find
1061         anything, return failure instead of the last handle we looked at.
1062         (_wapi_handle_ref, _wapi_handle_unref): Don't try to ref or unref
1063         unused handles (makes tracking refcounting bugs easier.)
1064
1065 2005-10-19  Dick Porter  <dick@ximian.com>
1066
1067         * handles.c:
1068         * handles-private.h:
1069         * wapi-private.h: 
1070         * processes.c: 
1071         * mutexes.c:
1072         * collection.c (_wapi_handle_collect): Remove the shared handle
1073         indirection layer, and use locking instead.  Delete other
1074         complexity that is no longer needed.  Refcount shared handles and
1075         delete them when needed, but keep the timestamps so that orphaned
1076         handles will be cleaned up eventually.
1077
1078         * shared.c (_wapi_shm_file): Add processor, OS and struct size
1079         info to the shared file names, to cope with dual-boot and 32/64bit
1080         size issues.  Fixes bug 75839.
1081
1082         * wait.c (WaitForMultipleObjectsEx): No need to distinguish
1083         between shared handles and private, as the wait functions cope
1084         with both together now.
1085
1086 2005-10-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1087
1088         * io.c: removed NO_SIGPIPE macro.
1089         * sockets.c: no need for MSG_NOSIGNAL or ignoring SIGPIPE.
1090
1091 2005-10-11  Dick Porter  <dick@ximian.com>
1092
1093         * sockets.c (_wapi_getsockopt): Translate SO_ERROR results into
1094         w32 error codes.
1095
1096         * error.c (errno_to_WSA): Don't return a bogus error if someone
1097         asks to translate errno 0.
1098
1099 2005-10-11  Dick Porter  <dick@ximian.com>
1100
1101         * handles.c: Fix several race conditions
1102
1103 2005-10-11 Miguel de Icaza <miguel@novell.com>
1104
1105         * io.c: no need to block SIGPIPE anymore, as it is ignored.
1106
1107 2005-10-05  Dick Porter  <dick@ximian.com>
1108
1109         * threads.c (_wapi_thread_own_mutex, _wapi_thread_disown_mutex):
1110         Keep a reference to mutexes owned by threads, so they won't be
1111         destroyed prematurely.  Fixes dotmsnclient crash.
1112
1113 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
1114
1115         * io.c: Apply patch from #76192 (Can't write files past 2gb on AMD64 
1116         (x86_64)) for Brion on IRC (Dick approved it).
1117
1118 2005-09-23  Dick Porter  <dick@ximian.com>
1119
1120         * processes.c: Don't wait for processes that have already been
1121         signalled; also fix typo.
1122
1123         * handles.c: Improve locking inside new handle and handle
1124         searching functions.
1125
1126 2005-09-20  Dick Porter  <dick@ximian.com>
1127
1128         * collection.c: 
1129         * processes.c: Periodically waitpid for known process IDs.  Fixes
1130         bug 74870.
1131
1132 2005-09-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1133
1134         * io.c:
1135         (CreateFile): if the file is a named pipe, treat the handle as a pipe,
1136         not as a file. Fixes bug #76075.
1137
1138 2005-08-27  Zoltan Varga  <vargaz@gmail.com>
1139
1140         * atomic.h: Add support for intel icc.
1141
1142 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
1143
1144         * io-layer.h: Include winbase.h not WinBase.h.
1145
1146 2005-08-19  Dick Porter  <dick@ximian.com>
1147
1148         * threads.c, threads.h, thread-private.h: Use a gsize to store the
1149         thread ID, so it can hold a 64 bit value if needed.
1150
1151 2005-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1152
1153         * error.c: map ENOENT to WSAECONNREFUSED. It might happen when
1154         connecting to unix sockets. Closes bug #75632.
1155
1156 2005-07-05  Dick Porter  <dick@ximian.com>
1157
1158         * io.c: Make sure SIGPIPE is ignored when calling write(2).
1159         Prevents the runtime exiting when writing to a closed pipe,
1160         fixing bug 75468.
1161
1162 2005-06-30  Dick Porter  <dick@ximian.com>
1163
1164         * shared.c (_wapi_shm_semaphores_init): Add some helpful error
1165         messages when semget () fails due to lack of resources.
1166
1167 2005-06-21  Dick Porter  <dick@ximian.com>
1168
1169         * mutex-private.h:
1170         * thread-private.h:
1171         * mutexes.c: 
1172         * threads.c: Keep a list of owned mutexes in each thread handle,
1173         so that it is easier to abandon them when the thread exits.
1174         Removes a bottleneck when multiple threads are finishing in
1175         parallel.
1176
1177 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1178
1179         * io.c: (GetLogicalDrives) when a bogus line is read, don't leak memory.
1180         When the buffer has not enough space, close the file before returning.
1181
1182 2005-06-09  Duncan Mak  <duncan@novell.com>
1183
1184         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
1185         all public headers. Fixes #74919.
1186
1187 2005-05-30  Zoltan Varga  <vargaz@freemail.hu>
1188
1189         * atomic.h: Add IA64 atomic ops.
1190
1191 2005-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1192
1193         * processes.c: make ExitCode be valid even if the user didn't call
1194         WaitForExit() and is just polling on HasExited.
1195
1196 2005-05-17  Dick Porter  <dick@ximian.com>
1197
1198         * io.c (file_getfilesize): Clear the error value, so that files
1199         with sizes with the low bits 0xFFFFFFFF can be distinguished from
1200         a genuine error.
1201
1202 2005-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1203
1204         * shared.c: forgot to ignore a warning.
1205
1206 2005-05-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1207
1208         * shared.c: don't display warnings after reboots.
1209
1210 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1211
1212         * sockets.c: on windows, getsockopt/setsockopt for send/receive timeout
1213         use an integer in milliseconds. We were using a struct timeval.
1214
1215 2005-05-06  Dick Porter  <dick@ximian.com>
1216
1217         * handles-private.h: 
1218         * mutexes.c: 
1219         * wapi-private.h: 
1220         * shared.h:
1221         * shared.c: 
1222         * wait.c: 
1223         * handles.c: 
1224         * collection.h: Use SysV semaphores for managing access to the
1225         shared memory - in return for the ludicrous api we get
1226         synchronisation primitives that can be cleaned up by the kernel
1227         even when a process quits unexpectedly.  This removes the
1228         timestamp issues.
1229
1230 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
1231
1232         * handles.c: Always use polling in the waits, since
1233         mono_cond_timedwait can't be interruped by the thread abort signal.
1234
1235 2005-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1236
1237         * events.c: calling Set on AutoResetEvent several times has the same
1238         effect as calling it only once if no thread is waiting for it.
1239
1240 2005-04-29  Dick Porter  <dick@ximian.com>
1241
1242         * processes.c (EnumProcesses): Use a GArray instead of a GPtrArray
1243         now it's storing pids not handles, also fixes memory leak caused
1244         by unclear glib documentation.
1245
1246         * sockets.c (WSACleanup): Remove unused variable
1247
1248 2005-04-29  Dick Porter  <dick@ximian.com>
1249
1250         * handles.c (_wapi_handle_check_share_by_pid): For systems that
1251         don't have file descriptor info in /proc check that the original
1252         opener of a file is still there, if a share violation would
1253         otherwise happen.
1254
1255 2005-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1256
1257         * handles.c:
1258         * handles-private.h: added _wapi_handle_forecch that loops through all
1259         the handles and call a callback function when a handle of the given
1260         type is found.
1261
1262         * sockets.c: no need to keep open sockets in an array, as we have them 
1263         in the handles structure.
1264
1265         Fixes bug #74755.
1266
1267 2005-04-28  Dick Porter  <dick@ximian.com>
1268
1269         * processes.c: Cope with handles that are only around for as long
1270         as the search is running.  If we're searching for process handles,
1271         check to see if the process is still running and signal it if not.
1272
1273         * handles.c (_wapi_search_handle): Search in the shared space as
1274         well.  Fixed bug 74752.
1275
1276         * mutexes.c:
1277         * handles.c (_wapi_handle_new_from_offset):
1278         _wapi_handle_new_for_existing_ns () was doing exactly the same as
1279         this, so deleted it.
1280
1281 2005-04-26  Dick Porter  <dick@ximian.com>
1282
1283         * handles.c: Fix stupid thinko where if a new shared handle is
1284         created but a collection was needed to free some space, it
1285         returned an error anyway.  Should fix the messages shown in bug
1286         74659.
1287
1288 2005-04-25  Dick Porter  <dick@ximian.com>
1289
1290         * handles.c (_wapi_handle_check_share): Only consider mono
1291         processes when looking to see if a file is still being held open,
1292         while checking share permissions.
1293
1294 2005-04-25  Dick Porter  <dick@ximian.com>
1295
1296         * sockets.c: 
1297         * io.c: 
1298         * wapi-private.h (struct _WapiHandleOps): 
1299         * handles.c (_wapi_handle_unref): When destroying handles, save
1300         the handle data and call the close function only after the array
1301         slot has been cleared.  This prevents race conditions with file
1302         descriptors, fixing bug 74713.
1303
1304         * mutexes.c: Delete the handle close functions, they didn't do
1305         anything anyway
1306
1307         * error.c (_wapi_get_win32_file_error): Add a mapping for EINTR so
1308         the "Unknown error" g_warning doesn't get displayed.
1309
1310 2005-04-25  Dick Porter  <dick@ximian.com>
1311
1312         * wapi-private.h: 
1313         * threads.c: Make thread handles process-private for now to take
1314         some of the space pressure off the shared memory, while I work on
1315         a real fix.
1316
1317 2005-04-21  Dick Porter  <dick@ximian.com>
1318
1319         * handles.c (_wapi_handle_check_share): Make sure there is a "fd"
1320         dir in /proc before blowing away handle info.  Fixes bug 74649.
1321
1322 2005-04-21  Dick Porter  <dick@ximian.com>
1323
1324         * wait.c (WaitForMultipleObjectsEx): Implement special waits
1325
1326         * handles.c (_wapi_handle_wait_signal_poll_share): Don't return a
1327         timeout, just wait briefly for the private signals and let the
1328         waiting thread test again.  This prevents us missing shared
1329         signals.
1330
1331 2005-04-21  Dick Porter  <dick@ximian.com>
1332
1333         * collection.h (_WAPI_HANDLE_COLLECTION_EXPIRED_INTERVAL): Reduce
1334         the time before a slot is considered too old and deleted.  This is
1335         a workaround while I come up with a proper fix.
1336
1337 2005-04-21  Dick Porter  <dick@ximian.com>
1338
1339         * mutexes.c: 
1340         * processes.c: 
1341         * threads.c: 
1342         * handles.c (_wapi_handle_new): Turn assertions into errors.
1343
1344         * collection.c (_wapi_handle_collect): Use symbols not magic
1345         numbers for timeout values
1346
1347 2005-04-19  Dick Porter  <dick@ximian.com>
1348
1349         * mutexes.c: 
1350         * wait.c: 
1351         * handles.c (_wapi_handle_count_signalled_handles)
1352         * handles-private.h (_wapi_handle_shared_lock_handle): Use new
1353         shared handle locks in critical sections.
1354
1355         * handles.c (_wapi_handle_new_for_existing_ns): Reuse old handles
1356         if there is already one there.
1357         
1358         * handles.c (_wapi_handle_ref): It was possible for a process to
1359         exit before getting around to updating shared handle timestamps,
1360         so do it here too.
1361
1362 Tue Apr 19 16:25:47 CEST 2005 Paolo Molaro <lupus@ximian.com>
1363
1364         * threads.c: fix lookup of the thread id in the has table:
1365         always use the id value, not the pointer to the id.
1366
1367 2005-04-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1368
1369         * handles.c: fix handle returned in _wapi_handle_search_handle. Dick
1370         pointed it out.
1371
1372 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1373
1374         * io-layer/sockets.c: FIONBIO with a TRUE argument means we want
1375         non-blocking IO, not the other way around.
1376
1377 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1378
1379         * handles.c:
1380         * io.c:
1381         * handles-private.h: GetFileType wasn't checking if we have memory
1382         allocated for the handle before dereferencing it. Fixes a FileStream
1383         nunit test.
1384
1385 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1386
1387         * handles.c:
1388         * processes.c:
1389         * handles-private.h: we were calling g_renew to expand the handle array,
1390         but that might move the memory and we might have pthread conditions or
1391         mutexes in the original memory area that are being used. Now instead of
1392         expanding an existing array, we just create new ones and keep a list of
1393         them. Access to _wapi_private_handles had to be modified accordingly.
1394
1395 2005-04-15  Dick Porter  <dick@ximian.com>
1396
1397         * collection.c: FreeBSD needs more than PTHREAD_STACK_MIN
1398
1399 2005-04-14  Raja R Harinath  <rharinath@novell.com>
1400
1401         * wapi-private.h: Remove reference to 'daemon-private.h'.
1402
1403 Wed Apr 13 13:12:33 EDT 2005 Paolo Molaro <lupus@ximian.com>
1404
1405         * atomic.h: applied patch from mass@akuma.org (David Waite)
1406         to fix InterlockedExchangeAdd.
1407         Fixed a few other functions, including InterlockedCompareExchange()
1408         which was miscompiled by gcc with optimizations enabled.
1409
1410 2005-04-13  Dick Porter  <dick@ximian.com>
1411
1412         * io.c (share_check): 
1413         * handles.c (_wapi_handle_check_share): Refine the file check so
1414         that sharing violations within the same process don't cause
1415         assertion failures.
1416
1417 2005-04-13  Dick Porter  <dick@ximian.com>
1418
1419         * io.c (FindFirstFile): Fix bugs introduced with the merge (bug
1420         74586)
1421
1422 2005-04-12  Dick Porter  <dick@ximian.com>
1423         
1424         The daemon-less io-layer.  Extensive lowlevel changes in
1425         handles.c, requiring some corresponding changes in other files
1426         calling these functions.  Private_foo structures have been
1427         eliminated.
1428
1429         File descriptor handling differences account for most of the
1430         changes in io.c and sockets.c.
1431
1432         Other highlights:
1433         
1434         * mutexes.c: Named mutexes are now a distinct type.
1435         * atomic.h: Fix a PPC uninitialised variable warning.
1436         * wait.c: Check conditions before waiting on a condition variable.
1437         * processes.c: Handle process fork and wait without a daemon
1438         (though this has the limitation of only being able to wait for
1439         child processes.)
1440
1441 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1442
1443         * io-private.h:
1444         * threads.c:
1445         * threads.h:
1446         * io.c:
1447         * sockets.c:
1448         * sockets.h: removed dead code that deals with async IO.
1449
1450 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
1451
1452         * atomic.c (InterlockedIncrement): Fix fallback implementation of
1453         InterlockedIncrement and InterlockedDecrement. Fixes #74228.
1454
1455 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
1456
1457         * io-layer.h: Add required header files for compiling with VS.NET.
1458
1459 2005-03-17 Miguel de Icaza <miguel@novell.com>
1460
1461         * io.c: don't fail on NFS when there are no more locks available.
1462
1463 2005-03-09  Dick Porter  <dick@ximian.com>
1464
1465         * error.c (_wapi_get_win32_file_error): ENFILE and EMFILE should
1466         map to ERROR_TOO_MANY_OPEN_FILES, not ERROR_NO_MORE_FILES.  Fixes
1467         bug 72671.
1468
1469 2005-03-09  Dick Porter  <dick@ximian.com>
1470
1471         * daemon.c (process_process_fork): Initialise the handle data
1472         before using it in the error case.  This is probably the error
1473         we're working around in the previous change.  Spotted by Taru Jain
1474         <tjain@novell.com> and Hemanth Yamijala <YHemanth@novell.com>.
1475
1476 2005-03-07  Dick Porter  <dick@ximian.com>
1477
1478         * daemon.c: It looks like g_shell_parse_argv() can return
1479         argv[0]=NULL somehow, yet still not give an error.  Make sure we
1480         don't pass NULL to strrchr(), working around a segfault that
1481         showed up on ZLM testing.
1482
1483 2005-03-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1484
1485         * sockets.c: translate EINPROGRESS to EWOULDBLOCK in connect. This is
1486         the expected error code showed by the test case in bug #73053.
1487
1488 2005-02-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1489
1490         * io.c: another leftover.
1491
1492 Fri Feb 18 17:37:29 CET 2005 Paolo Molaro <lupus@ximian.com>
1493
1494         * io.c: fixed logic in checking errno in rev 40815.
1495
1496 Fri Feb 18 16:00:29 CET 2005 Paolo Molaro <lupus@ximian.com>
1497
1498         * threads.c: we don't depend on the GC checking tls
1499         slots anymore.
1500         * processes.c: remove unused ref to GC headers.
1501
1502 Thu Feb 17 19:57:11 CET 2005 Paolo Molaro <lupus@ximian.com>
1503
1504         * io.c: remove _wapi_thread_cur_apc_pending () checks
1505         when the siscall should return immediatly and handle
1506         the case when a syscall is interrupted without
1507         erroring out, but returning a 0 read/write if possible.
1508         Still the cases of read from file need to be handled.
1509
1510 Tue Feb 8 18:28:11 CET 2005 Paolo Molaro <lupus@ximian.com>
1511
1512         * threads.c: make people test with 1 MB stack per thread.
1513
1514 2005-01-17  Dick Porter  <dick@ximian.com>
1515
1516         * timefuncs.h: Make WapiFileTime endian-aware, as it's often
1517         cast to and from 64bit ints.  Fixes bug 71213.
1518
1519 2005-01-11  Dick Porter  <dick@ximian.com>
1520
1521         * error.c (errno_to_WSA): Add EADDRNOTAVAIL error code
1522         translation.
1523
1524 Mon Jan 10 16:15:19 EST 2005 Neale Ferguson <nealeferguson@earthlink.net>
1525
1526         * atomic.h: Fix functions on s390.
1527
1528 Mon Jan 10 20:30:19 CET 2005 Paolo Molaro <lupus@ximian.com>
1529
1530         * atomic.h: fix some functions on ppc (tests/interlocked.cs).
1531
1532 2005-01-10  Dick Porter  <dick@ximian.com>
1533
1534         * misc.c (_wapi_calc_timeout): Guard against overflow when
1535         calculating timeouts.  This makes waiting with a large
1536         (Int32.MaxValue) timeout not return immediately.
1537
1538 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
1539
1540         * io.c (io_ops): make this `const' so it is shareable (well, only
1541         really shareable if it is statically linked...)
1542
1543 Mon Dec 20 11:58:33 CET 2004 Paolo Molaro <lupus@ximian.com>
1544
1545         * threads.c, threads.h: add accessor to get the pthread_key_t for
1546         a tls id.
1547
1548 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1549
1550         * io.c: check for the existence of 'dest' and set ERROR_ALREADY_EXISTS
1551         if it exists and is not the same as 'src'.
1552
1553 2004-12-01 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
1554
1555         * atomic.h : Fix InterlockedCompareExchange for s390/s390x.
1556
1557 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1558
1559         * processes.c: unquote the cmd path, allow for ' or " when quoting and
1560         pass the quoted program name to the daemon, otherwise the call to
1561         g_shell_unquote in the daemon will break things up.
1562
1563 2004-10-14  Dick Porter  <dick@ximian.com>
1564
1565         * sockets.c (_wapi_accept): Revert the previous change.  We now
1566         set the accepted socket to have the same blocking status as the
1567         listening socket in managed code.  This follows MS behaviour.
1568         
1569 2004-10-14  Dick Porter  <dick@ximian.com>
1570
1571         * sockets.c (_wapi_accept): On Darwin, make sure a newly
1572         accept()ed socket is blocking.  Fixes bug 67355, patch by
1573         grompf@sublimeintervention.com.
1574
1575 2004-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1576
1577         * system.c: check the number of online processors instead of the
1578         existing ones. Sanitize return value if it's an error.
1579
1580 2004-10-03 Ben Maurer  <bmaurer@ximian.com>
1581
1582         * system.c: Add support for getting the # of cpus.
1583
1584 2004-09-28  Dick Porter  <dick@ximian.com>
1585
1586         * io.c (pipe_close_private): Fix one small typo in the last change
1587         that totally hosed process creation with redirected pipes.
1588
1589 2004-09-24  Dick Porter  <dick@ximian.com>
1590
1591         * wapi-private.h: 
1592         * sockets.c: 
1593         * socket-private.h: 
1594         * io.c: 
1595         * io-private.h: 
1596         * handles-private.h: Cope when a file descriptor is reused while
1597         the handle that thought it owned it is still referenced, instead
1598         of asserting.  Probably fixes bug 66479, though we've been unable
1599         to reproduce it.
1600
1601 2004-09-09  Dick Porter  <dick@ximian.com>
1602
1603         * error.c:
1604         * io.c: Set error codes everywhere.
1605
1606 2004-09-06  Dick Porter  <dick@ximian.com>
1607
1608         * handles.c (_wapi_handle_unref): Reset the private record's type
1609         (CloseHandle): Check for a fd mapping failure, and return FALSE.
1610         (_wapi_handle_process_fork): Fix long-standing bug in checking
1611         handle return values.  Also do the required bookkeeping with the
1612         new process's handles.
1613
1614         * daemon.c: When creating a new process's handles, check whether
1615         the shared space needs to be increased
1616
1617 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
1618
1619         * shared.c (_wapi_shm_file): Fix leaking of filename.
1620
1621 2004-08-19  Dick Porter  <dick@ximian.com>
1622
1623         * handles.c (_wapi_handle_count_signalled_handles): Fix thinko
1624         introduced with the fd offset stuff: unlock handles properly when
1625         backing off.  Fixes the monologue hang at exit.
1626
1627 2004-08-18  Dick Porter  <dick@ximian.com>
1628
1629         * sockets.c: 
1630         * io.c: Check that new fds fit in the table, return error if not
1631
1632         * daemon.c (_wapi_daemon_main): 
1633         * handles.c (shared_init): Have all processes agree on a size for
1634         the fd table.
1635
1636 2004-08-17  Dick Porter  <dick@ximian.com>
1637
1638         * daemon.c (process_new): 
1639         * handles.c (_wapi_handle_new_internal): Cope when the space
1640         reserved for file descriptors is larger than the shared segment
1641         size.  Fixes the crash reported when running mono under gdb on
1642         macosx.
1643
1644 2004-08-16  Dick Porter  <dick@ximian.com>
1645
1646         * sockets.c:
1647         * io.c:
1648         * handles-private.h (_wapi_handle_fd_offset_to_handle): Improve
1649         error checking with passed-in file descriptors.
1650
1651 2004-08-11  Dick Porter  <dick@ximian.com>
1652
1653         * sockets.c: 
1654         * io.c: Returned handle values are the file descriptor the handle
1655         encapsulates
1656
1657         * handles.c: 
1658         * handles-private.h: 
1659         * daemon.c: Reserve the range of handles that can have the same
1660         values as file descriptors.  These won't be used, but the values
1661         will be used as file, console, pipe or socket handles.  The fd to
1662         handle mapping is done internally and is invisible to users.
1663         Fixes bug 61828.
1664
1665         * wapi-private.h (_WAPI_HANDLE_VERSION): Increment, because we now
1666         reserve a chunk of handle space.
1667
1668 2004-08-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
1669
1670         * atomic.h: add support for 64-bit S/390
1671
1672 2004-07-22  Dick Porter  <dick@ximian.com>
1673
1674         * timed-thread.c: 
1675         * threads.c: Move the destruction of the internal thread data to
1676         after the thread has been joined.  Fixes bug 61418.
1677
1678 2004-07-14  Dick Porter  <dick@ximian.com>
1679
1680         * wait.c (test_and_own): When not waiting for all handles to
1681         become signalled, only own and return the lowest.  All the
1682         documentation suggests that the old way was correct, but
1683         experimentation shows it actually works like this.  Patch by
1684         Sébastien Robitaille
1685         (sebastien.robitaille@croesus.com), fixes bug 61511.
1686
1687 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
1688
1689         * threads.c: register roots for gc
1690
1691 2004-07-08  Dick Porter  <dick@ximian.com>
1692
1693         * io.c (file_seek): If there is a high 32bit offset part, make
1694         sure the low part isn't sign-extended.  Set error codes when
1695         returning failure.  Fixes bug 61131.
1696
1697 2004-07-06  Dick Porter  <dick@ximian.com>
1698
1699         * io.c (file_setfiletime): Check for underflow when converting to
1700         time_t values.  Set error codes when returning failure.  Fixes bug
1701         60970.
1702
1703 2004-07-05  Dick Porter  <dick@ximian.com>
1704
1705         * mutexes.c (mutex_ops_init): Make the named mutex mutex sharable.
1706
1707         * daemon.c (unref_handle): Only destroy a handle if all processes
1708         have released it, not just the current one.  Fixes bug 60887.
1709
1710 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
1711
1712         * mono-mutex.h atomic.h: Add G_GNUC_UNUSED to static inline functions
1713         to prevent warnings.
1714
1715 2004-06-24  Dick Porter  <dick@ximian.com>
1716
1717         * mutexes.c: Indicate when a named mutex was reused
1718
1719 2004-06-24  Dick Porter  <dick@ximian.com>
1720
1721         * threads.c (SuspendThread): 
1722         * timed-thread.c (_wapi_timed_thread_suspend): Wrap sem_wait in a
1723         while loop.  See bug 58161.
1724
1725 Wed Jun 23 23:29:04 CEST 2004 Paolo Molaro <lupus@ximian.com>
1726
1727         * io.c: don't use sharemode for on-disk file permissions: it's used
1728         for shared access to the open file.
1729
1730 2004-06-22  Dick Porter  <dick@ximian.com>
1731
1732         * events.c (CreateEvent): When creating an auto-reset event that
1733         is initially owned, make sure the set count starts at 1.
1734
1735 2004-06-18  Dick Porter  <dick@ximian.com>
1736
1737         * event-private.h:
1738         * events.c: Auto-reset events need to release one thread for each
1739         time SetEvent() is called.  Fixes bug 41292.
1740
1741         * threads.h:
1742         * mutex-private.h:
1743         * mutexes.c: Scan for mutexes that are still locked by a thread
1744         when it exits.  Fixes the MS demo app linked by bug 41292.
1745
1746         * wait.c (test_and_own): Make sure a handle is signalled before it
1747         is owned.
1748
1749 2004-06-16  Dick Porter  <dick@ximian.com>
1750
1751         * timed-thread.c: Call the thread cleanup exit routine before taking
1752         the join mutex, because this could deadlock if another thread tries
1753         to join in the meantime.  This fixes the hang-at-exit problem seen
1754         on macos.
1755
1756 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
1757
1758         * threads.c: Implemented SleepEx.
1759         * threads.h: Fixed SleepEx signature.
1760
1761 2004-06-03  Miguel de Icaza  <miguel@ximian.com>
1762
1763         * threads.c: When running under valgrind, do not allocate too much
1764         stack, as Valgrind default is 1 meg.
1765
1766 2004-05-27  Dick Porter  <dick@ximian.com>
1767
1768         * io.h:
1769         * io.c: Implemented LockFile() and UnlockFile()
1770
1771 2004-05-21  Dick Porter  <dick@ximian.com>
1772
1773         * io.c (CreateFile): Check for existing share modes when opening
1774         a file.
1775
1776         * handles.c: 
1777         * handles-private.h: 
1778         * daemon-messages.h: 
1779         * daemon.c: Maintain a hash of file share modes, keying on device
1780         and inode (to cope with symlinks.)
1781
1782 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
1783
1784         * daemon-messages.c: Retry if the communication with the daemon is
1785           interrupted by a signal.
1786         * io.c, sockets.c: Check for EINTR in every syscall that can be interrumped. 
1787           Only return an error in this case if there is something in the apc queue
1788           (which means that it is an interruption requested by the "user").
1789         * processes.c: Use WaitForSingleObjectEx. No need to pass "alertable" as
1790           true since the wait is small.
1791         * shared.c: Retry write calls when interrumped by a signal.
1792         * timed-thread.h, timed-thread.c: added _wapi_thread_apc_pending, which
1793           returns TRUE if there are pending asynchronous calls (APC) for the
1794           provided thread. Also added _wapi_thread_dispatch_apc_queue which calls
1795           the enqueued APCs. Defined a new struct ApcInfo that holds information
1796           about an enqueued APC.
1797         * thread-private.h, threads.c: Implemented QueueUserAPC (which does the same
1798           as in win32),_wapi_thread_apc_pending and _wapi_thread_dispatch_apc_queue. 
1799           These last two methods call the corresponding apc methods in 
1800           thread-private using the provided thread handle.
1801         * threads.h: Added QueueUserAPC.
1802         * uglify.h: Added WapiApcProc (needed by QueueUserAPC).
1803         * wait.c, wait.h: Changed WaitForSingleObject to WaitForSingleObjectEx, and
1804           WaitForMultipleObjects to WaitForMultipleObjectsEx. Implemented support
1805           for APCs in those two methods and also in SleepEx.
1806
1807 2004-05-17  Dick Porter  <dick@ximian.com>
1808
1809         * io.c (CopyFile): Speed up.  Fixes bug 57859.
1810
1811 2004-05-13  Dick Porter  <dick@ximian.com>
1812         * mono-mutex.c (mono_mutex_unlock): Return EPERM when the current
1813         thread doesn't own the mutex, rather than assert()ing.
1814
1815 2004-05-11  Dick Porter  <dick@ximian.com>
1816
1817         * shared.c (_wapi_shm_attach): Cope when a previous daemon startup
1818         attempt failed, leaving shared files that look like a daemon is
1819         still starting.
1820
1821 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1822
1823         * io.c:
1824         (SetFileAttributes): don't the the exec bit if the corresponding read
1825         bit is not set.
1826
1827 2004-05-10  Zoltan Varga  <vargaz@freemail.hu>
1828
1829         * io.c (FindFirstFile): Fix invalid free.
1830
1831 2004-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1832
1833         * io.c: translate from GFileError to errno codes and don't free
1834         variables right after calling mono_io_scandir, as we may overwrite
1835         errno value.
1836
1837 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1838
1839         * io.c: g_dir_open return ENOENT for directories on which we don't have
1840         read/execute permission, while returning EPERM for anything below those.
1841         So, change ENOENT by EPERM if the directory exists.
1842
1843 2004-05-07  Dick Porter  <dick@ximian.com>
1844
1845         * io.c (SetFileAttributes): Don't have failed chmod()s cause a
1846         "file not found" error.  Fixes bug 54032.
1847         
1848 2004-05-07  Dick Porter  <dick@ximian.com>
1849
1850         * io.c (FindFirstFile): Comment out a windows-compatibility check
1851         that breaks when directories have metachars in their names.
1852         Workaround for bug 58116.
1853
1854 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1855
1856         * io.c: fixed for FindFirstFile for empty directories. Closes
1857         bug #58147.
1858
1859 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1860
1861         * processes.c: set the start time for the current process. Fixes bug
1862         #58109.
1863
1864 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1865
1866         * io-private.h: 'namelist' is now a gchar ** in _WapiHandlePrivate_find.
1867         * io.c: implemented scandir using glib functions.
1868
1869 2004-05-04  Dick Porter  <dick@ximian.com>
1870
1871         * daemon.c (read_message): Return FALSE on error so the GSource
1872         callback itself can return FALSE.  Cures the infinite loop poll()
1873         warning on MacosX.
1874         * shared.c: Fix some daemon startup race conditions.
1875
1876 2004-04-29  Miguel de Icaza  <miguel@ximian.com>
1877
1878         * io.c (CopyFile): Use 32k buffers to copy the file instead of 2k,
1879         use the stack, do not use dynamic memory.
1880
1881 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
1882
1883         * io.c: Add scandir implementation for platforms which do not have
1884         it, like solaris.
1885
1886 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1887
1888         * io.[ch]: implemented GetLogicalDriveStrings.
1889
1890 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1891
1892         * io.c:
1893         * sockets.c: use the field name from configure when accessing sigval
1894         pointer field. Makes this work on the Mac.
1895
1896 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
1897
1898         * atomic.c: (InterlockedExchange) fix typo for
1899         mutex name
1900
1901 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1902
1903         * io.c:
1904         * sockets.c: added check for sys/aio.h.
1905
1906 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1907
1908         * error.[ch]: added _wapi_get_win32_file_error...
1909         * io.c: ... which was _wapi_get_win32_error here.
1910         * sockets.c: rename the function calls here too.
1911
1912 2004-04-28  Dick Porter  <dick@ximian.com>
1913
1914         * daemon-messages.c: Avoid a deadlock when a thread is killed while
1915         waiting for the daemon by using a recursive mutex.  Helps bug 56699.
1916
1917 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1918
1919         * io.c: fixed leak in async_notifier().
1920
1921         * sockets.[ch]: added AIO support for sockets and fixed WSAIoctl
1922         declaration.
1923
1924         * threads.c: removed old comment.
1925
1926 2004-04-26  David Waite  <mass@akuma.org>
1927
1928         * daemon-messages.h:
1929         * daemon-private.h
1930         * error.h:
1931         * io.h:
1932         * processes.h:
1933         * shared.h:
1934         * thread-private.h:
1935         * wapi-private.h: remove comma from end of enumeration declarations
1936         * status.h: cast unsigned int types to int for enum assignment
1937
1938 2004-04-26 David Waite <mass@akuma.org>
1939
1940         * io.c:
1941         * timefuncs.c: declare 64-bit constants as long long types (i.e.
1942         10ULL)
1943
1944 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1945
1946         * socket-wrappers.h: _wapi_socket == WSASocket now. Added
1947         WSA_FLAG_OVERLAPPED.
1948
1949         * sockets.c: new unused parameters for _wapi_socket.
1950
1951 2004-04-22  Miguel de Icaza  <miguel@ximian.com>
1952
1953         * timed-thread.c: Replace sem_init with MONO_SEM_INIT to handle
1954         the fact that MacOS X is a piece of junk (sem_init is *defined* in
1955         the libc, but they return `not implemented'). 
1956
1957 2004-04-22  Dick Porter  <dick@ximian.com>
1958
1959         * handles.c: 
1960         * handles-private.h: Reference the handle when it is locked, so
1961         that another thread can't blow it away while we're waiting for it
1962         to become signalled.
1963         
1964         * wait.c: 
1965         * timed-thread.c: 
1966         * threads.c: 
1967         * sockets.c: 
1968         * semaphores.c: 
1969         * mutexes.c: 
1970         * mono-mutex.c: 
1971         * io.c: 
1972         * handles.c: 
1973         * handles-private.h: 
1974         * events.c: 
1975         * error.c: 
1976         * daemon-messages.c: 
1977         * critical-sections.c: 
1978         * atomic.c: Added pthreads cleanup handlers and error asserts
1979
1980         * shared.c: 
1981         * handles.c: Fixed the gcc "variable might be used uninitialised"
1982         warnings.  They can't happen, but gcc doesn't know that
1983         g_assert()s don't return.
1984
1985         Fixed the declaration of _wapi_handle_process_kill() so that it
1986         expects the correct type for the pid.
1987         
1988         * threads.c: Removed the TLS_PTHREAD_MUTEX style locking that
1989         hasn't been used in ages and just made the code more complex.
1990
1991 2004-04-17  Zoltan Varga  <vargaz@freemail.hu>
1992
1993         * processes.c: Include <signal.h> for SIGKILL and SIGILL + fix some
1994         warnings. Fixes #57168.
1995
1996 2004-04-16  Dick Porter  <dick@ximian.com>
1997
1998         * threads.c (Sleep): Using div(3) with a negative (when signed)
1999         numerator causes the quotient to be 0 and the remainder to be the
2000         numerator.  This feeds a small negative value to nanosleep(3),
2001         which will return immediately and cause a busy wait.  Fixes bug
2002         56351.
2003
2004 2004-04-15  Dick Porter  <dick@ximian.com>
2005
2006         * io-private.h:
2007         * io.c: Rewrite FindFirstFile and FindNextFile using scandir(3)
2008         and fnmatch(3) instead of glob(3).  glob() can't cope with being
2009         given filenames containing metachars.  This fixes bug 40557.
2010
2011 2004-04-14  Bernie Solomon  <bernard@ugsolutions.com>
2012
2013         * security.c: #warning is a GCC-ism
2014
2015 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
2016
2017         * security.c: Removed GetUserName as glib g_get_user_name does a
2018         better (portability) job. Added ImpersonateLoggedOnUser and
2019         RevertToSelf.
2020
2021 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2022
2023         * mono-mutex.h: move pthread_mutex_timedlock declaration to...
2024         * mono-mutex.c: ...here. It was causing a warning that prevented
2025         libgdiplus compilation.
2026
2027 2004-04-04  Miguel de Icaza  <miguel@ximian.com>
2028
2029         * security.c (GetUserName): Make it work on MacOS X
2030
2031 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2032
2033         * security.c: use getpwuid_r if available. This one is thread-safe.
2034
2035 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2036
2037         * Makefile.am: Added security.c|h.
2038         * security.c: New file for security related functions. Added function
2039         GetUserName to fix #56144.
2040         * security.h: New. Header file for security.c
2041         * wapi.h: Added include for security.h
2042
2043 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2044
2045         * daemon-messages.h: added kill structs.
2046
2047         * daemon.c: implemented process_process_kill.
2048         * handles-private.h:  define process_process_kill.
2049         * handles.c: implemented _wapi_handle_process_kill.
2050         * processes.[ch]: implemented TerminateProcess.
2051
2052 2004-03-25  Bernie Solomon  <bernard@ugsolutions.com>
2053
2054         * daemon.c (rem_fd): On solaris you seem to get an
2055         error even after removing the input source so don't
2056         try and rem_fd it twice.
2057
2058 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
2059
2060         * daemon.c: in process_post_mortem, If the child terminated due to the 
2061         receipt of a signal, the exit status must be based on WTERMSIG, since 
2062         WEXITSTATUS returns 0 in this case.
2063
2064 2004-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2065
2066         * daemon.c: turned a warning into a DEBUG statement. Now we may hit it.
2067
2068 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2069
2070         * daemon.c: only call getdtablesize () once.
2071         * processes.c: wait 500 ms to check if execve failed and throw the same
2072         exception as MS on failure. Fixes bug #32809.
2073
2074 2004-03-17  Bernie Solomon  <bernard@ugsolutions.com>
2075
2076         * io.c (async_notifier): use "union sigval" rather
2077         than sigval_t as Solaris doesn't have sigval_t
2078         (which isn't in IEEE 1003.1 either).
2079
2080 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2081
2082         * io.c: added debug stuff and removed a few redundant lines in
2083         file_write.
2084
2085 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2086
2087         * io-private.h: added new fields for file structure. Declare
2088         _wapi_io_add_callback.
2089
2090         * io.c: added _wapi_get_win32_error, support aio_read/write in
2091         file_read/write. Implemented _wapi_io_add_callback, which is where
2092         BindHandle ends up.
2093         
2094         * io.h: added new fields for WapiOverlapped and typedef for the
2095         callback.
2096
2097         * processes.c: fixed off-by-one bug when handling environment variables 
2098         passed in.
2099
2100         * threads.[ch]: implemented BindIoCompletionCallback.
2101
2102         * uglify.h: added typedef for LPOVERLAPPED_COMPLETION_ROUTINE.
2103
2104 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
2105
2106         * socket-wrappers.h: Remove extra semicolon.
2107
2108 2004-03-03  Dave Camp  <dave@ximian.com>
2109
2110         * daemon.c: (add_fd), (fd_activity), (_wapi_daemon_main):
2111         Use a new main context.
2112
2113 2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2114
2115         * io.c:
2116         (GetFileAttributes): set the error depending on errno instead of
2117         setting ERROR_FILE_NOT_FOUND always. See bug #55160.
2118
2119 2004-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2120
2121         * io.c:
2122         (CopyFile): free the buffer on error.
2123         * sockets.c:
2124         (WSAIoctl): free the buffer on error.
2125
2126 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2127
2128         * error.c: fixed mapping for EPROTONOSUPPORT and ESOCKTNOSUPPORT.
2129
2130         * sockets.[ch]: retry creating the socket for AF_INET, SOCK_RAW
2131         using IP protocol with IP over IP. Implemented WSAIoctl UNIX-style.
2132
2133 2004-01-27  Bernie Solomon  <bernard@ugsolutions.com>
2134
2135         * shared.c (_wapi_shm_file): add hostname
2136         to shared data file names to handle NFS mounted
2137         .wapi directories.
2138
2139 Mon Jan 26 16:15:03 CET 2004 Paolo Molaro <lupus@ximian.com>
2140
2141         * sockets.h: remove obsolete soklen_t typedef.
2142
2143 Fri Jan 23 21:07:02 CET 2004 Paolo Molaro <lupus@ximian.com>
2144
2145         * socket-wrappers.h, sockets.h, sockets.c, Makefile.am: move socket
2146         wrappers to its own non-installed header file.
2147
2148 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2149
2150         * io.c:
2151         (FindFirstFile): unlock the handle if FindNextFile fails.
2152         (FindNextFile): g_free a couple of pointers before retrying.
2153
2154         * wait.c:
2155         (WaitForMultipleObjects): if only one handle provided, use
2156         WaitForSingleObject.
2157
2158 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
2159
2160         * handles-private.h: (_wapi_handle_type) check
2161         for segment in range before using it
2162
2163 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
2164
2165         * thread-private.h: _wapi_thread_ops is now const
2166         must match .c file.
2167
2168 Mon Dec 22 18:29:03 CET 2003 Paolo Molaro <lupus@ximian.com>
2169
2170         * threads.c, timed-thread.c, timed-thread.h: use mach
2171         semaphores on Darwin (MacOSX) since the posix ones
2172         are mostly broken there (threads are not created suspended
2173         and they can start executing before they are fully initialized
2174         like in tests/thread-static.cs).
2175
2176 Mon Dec 22 17:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
2177
2178         * atomic.h: ppc fixes.
2179
2180 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
2181
2182         * handles.c: remove my bad use of MONO_ZERO_ARRAY_LENGTH
2183         in HDRSIZE 
2184
2185 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
2186
2187         * shared.c: (_wapi_shm_open) make scratch file
2188         not have to immediately regrow to avoid remaps
2189         (HPUX can't cope with these).
2190         (_wapi_shm_attach) use actual size of file
2191         to set scratch data_len for the creating process.
2192
2193         * handles.c: (_wapi_handle_new_internal) make
2194         sure mutex & cond var are initialized even for
2195         non process shared ones. 
2196         (_wapi_handle_unref) always call destroy 
2197         routines on mutex & cond var
2198
2199 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
2200
2201         * daemon.c: change channel data structure so
2202         input sources are removed from glib event loop
2203         properly. xsp works better on Solaris and 
2204         fixes #51278
2205
2206 2003-12-12  Bernie Solomon  <bernard@ugsolutions.com>
2207
2208         * wapi-private.h: Replace G_GNUC_PRETTY_FUNCTION
2209         definition with file & line number for non-GCC
2210         compiles.
2211
2212 2003-12-08  Bernie Solomon  <bernard@ugsolutions.com>
2213
2214         * Makefile.am: make sure hppa_atomic.s is in distribution
2215
2216 2003-12-01  Dick Porter  <dick@ximian.com>
2217
2218         * wapi-private.h: 
2219         * mutexes.c (CreateMutex): 
2220         * mutex-private.h (struct _WapiHandle_mutex): 
2221         * handles.c: Look up certain handle types by name, in a shared
2222         namespace.  Currently only mutex handles have this implemented.
2223         Fixes bug 51089.
2224
2225         * semaphores.c (CreateSemaphore): 
2226         * events.c (CreateEvent): Fix signature
2227
2228 2003-11-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2229
2230         * io.c: don't call g_free before testing errno as it may modify it.
2231         If the path exists, return an error if it's not a directory. Fixes
2232         bug #50753.
2233
2234 2003-11-20  Dick Porter  <dick@ximian.com>
2235
2236         * io.c: Missed a little-endian UTF16 conversion.  Patch from
2237         Jeroen Zwartepoorte (Jeroen@xs4all.nl), fixes bug 51065.
2238
2239 2003-10-29  Dick Porter  <dick@ximian.com>
2240
2241         * io.c (MoveFile): If the move crosses filesystems, try and fall
2242         back to copy and delete.  Patch from Jörg Rosenkranz
2243         (JoergR@voelcker.com), fixes bug 50298.
2244
2245 2003-10-28  Dick Porter  <dick@ximian.com>
2246
2247         * io.c: Use the new encoding conversion to cope with non-utf8
2248         locales in filenames.
2249
2250         * processes.c: Ditto for process arguments.
2251
2252 Tue Oct 21 12:01:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
2253
2254         * atomic.h: some ppc inline asm fixes (incorrect use of labels, 
2255         incorrect register constraints, incorrect clobber lists).
2256
2257 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
2258
2259         * Makefile.am hppa_atomic.s: add HP 64bit
2260         implementation of atomic ops
2261
2262 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
2263
2264         * threads.c (CreateThread): Wrap pthread_attr_setstacksize call in
2265         a conditional for platforms that don't have it.
2266
2267 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
2268
2269         * threads.c: (CreateThread) use stacksize argument
2270         if non-zero - change default for 64 bits to 4Mb
2271
2272 2003-09-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2273
2274         * sockets.c: set last error when socket creation fails. This shed some
2275         light on bug #49015.
2276
2277 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2278
2279         * processes.c: fixed bug #48973: we only change \ by / for the argument
2280         to be used as command.
2281         When getting the program name from the args, don't let the space between
2282         them in the args.
2283
2284 2003-09-24  Bernie Solomon <bernard@ugsolutions.com>
2285
2286         * atomic.h atomic.c: fix sparc so lock is
2287         global, increment does so and it compiles under Sun compiler.
2288
2289 2003-09-22  Bernie Solomon <bernard@ugsolutions.com>
2290
2291         * handles.c: include <string.h> directly as may
2292         not be nested in <sys/un.h> like Linux
2293
2294 2003-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2295
2296         * io.c:
2297         (DeleteFile): call SetLastError on failure. Fix by
2298         richard.torkar@htu.se (Richard Torkar). Closes bug #48222.
2299
2300 2003-09-15  Lluis Sanchez Gual  <lluis@ximian.com>
2301
2302         * daemon.c: In compare_process(), discard handles already signalled.
2303
2304 2003-09-02  Dick Porter  <dick@ximian.com>
2305
2306         * io.c: Work around glib brain-dead assumptions about utf8-encoded
2307         filenames.  Fixes bug 30781.
2308
2309 2003-08-28  Dick Porter  <dick@ximian.com>
2310
2311         * critical-sections.c:  Patch from Bernie Solomon
2312         <bernard@ugsolutions.com> to emit a warning if locking a critical
2313         section fails.
2314
2315 2003-07-23  Dick Porter  <dick@ximian.com>
2316
2317         * shared.c:
2318         * daemon.c (maybe_exit): Avoid the race condition when the daemon is
2319         closing but another client comes along when the shared data is still
2320         visible.  Should fix bugs 33671 and 35213.
2321
2322 2003-07-23  Dick Porter  <dick@ximian.com>
2323
2324         * handles.c:  Initialise handle mutex and cond.  Fix by
2325         Bernie Solomon <bernard@ugsolutions.com>
2326
2327 2003-07-15  Dick Porter  <dick@ximian.com>
2328
2329         * timed-thread.c (timed_thread_start_routine): Fix virtual memory
2330         leak when threads quit.  Fixes bug 44067.
2331
2332 Wed Jun 18 19:08:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
2333
2334         * io.c: never add write permission for group or others in
2335         SetFileAttributes ().
2336
2337 2003-06-17  Dick Porter  <dick@ximian.com>
2338
2339         * io.c (SetFileAttributes): Implement the ReadOnly attribute, and
2340         ignore the unsupported ones ("fixes" bug 44977).
2341
2342 2003-06-17  Lluis Sanchez Gual  <lluis@ximian.com>
2343
2344         * misc.c: fix bug in _wapi_calc_timeout. It gave wrong values for
2345           high ms values (there was an overflow).
2346
2347 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
2348
2349         * system.h (struct _WapiSystemInfo ): Fix warnings when using gcc-3.3.
2350
2351 2003-06-11  Dick Porter  <dick@ximian.com>
2352
2353         * shared.c: Fix shared directory creation.  Patch from
2354         Pablo Baena <pbaena@uol.com.ar>
2355
2356 2003-06-10  Dick Porter  <dick@ximian.com>
2357
2358         * atomic.c: Delete the useless compile warning
2359
2360 2003-06-09  Dick Porter  <dick@ximian.com>
2361
2362         * daemon.c: Lookup env as a string array.  Fixes bug 44289.  Also
2363         make setting the process handle value in the environment actually
2364         work.
2365
2366         * processes.c: Pretty up the process name, if it happens to be
2367         "mono" such as when another mono process forks "mono foo.exe"
2368
2369 2003-06-05  Dick Porter  <dick@ximian.com>
2370
2371         * processes.c (process_set_current): Don't do an expensive handle
2372         search at application startup, check the environment to see if the
2373         process handle has already been created.
2374
2375         * io.c: Don't do an expensive handle search when creating stdin,
2376         stdout and stderr handles, just create them all the first time one
2377         is requested.
2378
2379         * wapi-private.h:
2380         * shared.c:
2381         * shared.h:
2382         * handles.c:
2383         * handles-private.h:
2384         * daemon-messages.h:
2385         * daemon-private.h:
2386         * daemon.c: Support for "unlimited" number of handles and scratch
2387         data.
2388
2389         Speed up application startup by passing process handle in the
2390         environment, rather than let the app scan all handles (which gets
2391         really slow when there are more than a few thousand to check.)
2392
2393         Initialise some structs passed to syscalls, noticed by valgrind.
2394         
2395
2396 2003-05-20  Dick Porter  <dick@ximian.com>
2397
2398         * io.c (FindFirstFile): Include . files in the glob.  Fixes bug
2399         43229.
2400
2401 2003-05-19  Dick Porter  <dick@ximian.com>
2402
2403         * threads.c: Set the new thread's stack size to 2M.  Fix needed
2404         for BSD, reported by Martin Dvorak <md@9ll.cz>
2405
2406 2003-05-16  Dick Porter  <dick@ximian.com>
2407
2408         * io.h:
2409         * io.c: Implement GetTempPath()
2410
2411 2003-05-16  Dick Porter  <dick@ximian.com>
2412
2413         * processes.c (CreateProcess): Set some error codes
2414
2415 2003-05-12  Dick Porter  <dick@ximian.com>
2416
2417         * misc.c (_wapi_calc_timeout): Cope with overflowing tv_nsec.
2418         Patch from Martin Dvorak <mdvorak@ninell.cz>.
2419
2420 2003-05-10  Dick Porter  <dick@ximian.com>
2421
2422         * io.c (CopyFile): Copy file mode as well as file data.  Based on
2423         suggestion by Giuseppe Greco <giuseppe.greco@agamura.com>, bug
2424         42706.
2425
2426 2003-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2427
2428         * handles.c: don't call GC_gcollect when creating new handles.
2429
2430 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2431
2432         * handles.c: added some debugging code. Call GC_gcollect
2433         before creating a new handle. It makes Lupus' test run smoother and
2434         faster (from 62 to 83 request per second). Notice that calling
2435         GC_finalizer_notifier if needed (GC_should_invoke_finalizer ()) does
2436         not improve nor degrade the performance, so i don't do it.
2437
2438 2003-05-02  Dick Porter  <dick@ximian.com>
2439
2440         * sockets.c: Rearrange closesocket() and socket_close_private(),
2441         and remember to unref the handle, so we don't leak socket handles.
2442         Fix from Pelle Johnsen <pelle.johnsen@mail.dk>
2443
2444 2003-04-11  Dick Porter  <dick@ximian.com>
2445
2446         * atomic.h: ARM atomic operations by Malte Hildingson
2447         <tds00mahi@tellus.thn.htu.se>
2448
2449 Tue Apr 8 11:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
2450
2451         * atomic.h: fix macosx build by "Urs C. Muff" <umuff@quark.com>.
2452
2453 2003-04-03  Martin Baulig  <martin@ximian.com>
2454
2455         The following change is conditional to `WITH_INCLUDED_LIBGC'
2456         which is not yet enabled by default.
2457
2458         * threads.c (SuspendThread, ResumeThread): Fully implemented this.
2459         (gc_init): New static function; install a signal handler for
2460         SIGPWR which is used to suspend threads.  [FIXME: it SIGPWR
2461         doesn't exist on all Unix systems, we need to find another
2462         signal].
2463         (mono_wapi_push_thread_stack): New public function.  Tells the
2464         garbage collector about the current stack pointer of a suspended
2465         thread.
2466
2467 2003-04-03  Martin Baulig  <martin@ximian.com>
2468
2469         * timed-thread.h (TimedThread): Added `suspended_sem',
2470         `suspend_count' and `stack_ptr'.
2471
2472 2003-03-28  Dick Porter  <dick@ximian.com>
2473
2474         * atomic.h: PPC support gratiously donated to the public domain
2475         by John Duncan <jddst19@mac.com>
2476
2477 2003-03-20  Dick Porter  <dick@ximian.com>
2478
2479         * sockets.c (_wapi_connect): If connect() fails with EACCES, try
2480         setting SO_BROADCAST and connecting again.  Fixes bug 39178.
2481
2482 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2483
2484         * processes.c: included Jerome Laban's patch and call SetLastError when
2485         the executable is not found.
2486
2487 2003-03-03  Dick Porter  <dick@ximian.com>
2488
2489         * io.c (CreateFile): Try opening directories readonly, so that
2490         timestamps can be adjusted.  Patch by Elan Feingold
2491         <efeingold@mn.rr.com>.
2492
2493 2003-02-25  Dick Porter  <dick@ximian.com>
2494
2495         * shared.c (_wapi_shm_attach): Return a failure code on system
2496         call errors, rather than exiting.
2497
2498 2003-02-21  Dick Porter  <dick@ximian.com>
2499
2500         * processes.c (GetCurrentProcessId): Use the current process
2501         handle to return the process ID, as getpid() is unreliable
2502         (linuxthreads gives each thread a different pid).  Fixes bug
2503         37550.
2504
2505 2003-02-21  Dick Porter  <dick@ximian.com>
2506
2507         * io.c (FindNextFile): Skip over dangling symlinks.  Fixes bug
2508         34076.
2509
2510 2003-02-11  Dick Porter  <dick@ximian.com>
2511
2512         * timefuncs.h: 
2513         * timefuncs.c: Added GetTickCount()
2514
2515 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2516
2517         * error.c: added WSA_EHOSTUNREACH mapping.
2518
2519 2003-01-26  Miguel de Icaza  <miguel@ximian.com>
2520
2521         * io.c (SetFileAttributes): This routine is not currently
2522         implemented for the general case, but I added a special case to
2523         set the executable bit on Linux.
2524
2525 Wed Jan 15 15:55:40 CET 2003 Paolo Molaro <lupus@ximian.com>
2526
2527         * sockets.h, daemon.c, io.c: compilation fixes on MacOSX.
2528
2529 2003-01-08  Dick Porter  <dick@ximian.com>
2530
2531         * sockets.c: Fixed setting blocking mode to true (fixes bug 36388)
2532
2533 2002-12-11  Juli Mallett  <jmallett@FreeBSD.org>
2534
2535         * daemon.c, handles-private.h, handles.c, wapi-private.h:
2536         Check for an implementation which says it supports
2537         _POSIX_THREAD_PROCESS_SHARED, rather than just one that
2538         defines the symbol.  Defined but with a value of -1 still
2539         means that it is unsupported.
2540
2541 2002-12-08  Martin Baulig  <martin@ximian.com>
2542
2543         * handles.c (_wapi_handle_new): Create new non-shared handles with
2544         an initial refcount of 1, not 0.
2545
2546 2002-11-22  Dietmar Maurer  <dietmar@ximian.com>
2547
2548         * threads.c (TlsGetValue): removed unnecessary mutex
2549
2550 2002-11-20  Dick Porter  <dick@ximian.com>
2551
2552         * timed-thread.c (_wapi_timed_thread_attach): Attached threads
2553         need to store their data structure too.
2554
2555         * threads.c: Make sure the threading data is initialised wherever
2556         it is needed
2557
2558 2002-11-15  Dick Porter  <dick@ximian.com>
2559
2560         * timed-thread.c: Removed unneeded parameters in
2561         _wapi_timed_thread_attach().
2562
2563         * threads.c: Renamed AttachThread() to make it not look like
2564         external API.  Removed unneeded parameters.
2565
2566 2002-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2567
2568         * error.[ch]: added errno_to_WSA (). It displays a warning and return
2569         WSASYSCALLFAILURE if there is no error mapping for the given errno,
2570
2571         * sockets.c: use errno_to_WSA and fixed display of warning for h_errno.
2572
2573 2002-10-31  Dick Porter  <dick@ximian.com>
2574
2575         * io.h: 
2576         * io.c: Define and use INVALID_FILE_ATTRIBUTES
2577
2578 2002-10-07  Dick Porter  <dick@ximian.com>
2579
2580         * timefuncs.c:
2581         * daemon.c: Use a more accurate time source for process start and
2582         end times.
2583
2584 2002-10-03  Dick Porter  <dick@ximian.com>
2585
2586         * daemon.c:
2587         * handles.c:
2588         * threads.c:  Fixes for freebsd.  Make sure that mutex and condition
2589         creation and deletion happen in the process that owns them, when
2590         POSIX shared thread objects aren't supported.  This breaks on
2591         freebsd, as pthread_t is a pointer to data.
2592
2593 2002-10-02  Dick Porter  <dick@ximian.com>
2594
2595         * shared.c: Use mmap() instead of sysv shm for the shared data.
2596
2597         * wapi-private.h (_WAPI_HANDLE_VERSION): Reset back to 0, for the
2598         new system
2599
2600         * daemon-private.h: 
2601         * daemon.c: mmap()ed regions survive fork, so just pass the
2602         pointer to _wapi_daemon_main instead of mapping it again.
2603
2604 2002-10-01  Dick Porter  <dick@ximian.com>
2605
2606         * timed-thread.c: Kludge for CREATE_SUSPENDED thread creation.
2607         Unfortunately libgc uses the same thread suspend technique that I
2608         want to, and the two don't mix: libgc will deadlock when it tries
2609         to stop the world if a thread has already been suspended by
2610         someone else.  Just do the simple suspended create rather than the
2611         general purpose thread suspension for now.
2612
2613         * threads.c: Pass create flags to the timed_thread create call, to
2614         implement suspended thread creation.  ResumeThread() partially
2615         implemented, to cope with the case where a newly created but
2616         suspended thread is launched.
2617
2618 2002-09-30  Dick Porter  <dick@ximian.com>
2619
2620         * sockets.c (ioctlsocket): Set non-blocking mode in a better way,
2621         with fcntl.
2622
2623 2002-09-27  Dick Porter  <dick@ximian.com>
2624
2625         * semaphores.c: Only include semaphore.h if it's present. Patch
2626         for BSD from jmmv@hispabsd.org (Julio Merino).
2627
2628 2002-09-27  Dick Porter  <dick@ximian.com>
2629
2630         * processes.c: Pass environment and working directory to the
2631         daemon when forking.  Don't let argv[0] be duplicated when looking
2632         for the program name.  Implement EnumProcessModules (simple
2633         version for now, lsof-style later if needed), GetModuleBaseName,
2634         {Get,Set}ProcessWorkingSetSize (just faked, because the vm hints
2635         aren't available on Linux).
2636
2637         * process-private.h: Store the process name, and the working set
2638         min and max
2639
2640         * handles.c:
2641         * handles-private.h: New functions to store and retrieve an array
2642         of strings in the scratch space
2643
2644         * daemon.c: Don't miss deleting some handles when a client exits
2645         (we used to rely on the client doing the final cleanup, but
2646         obviously if the client is no longer there the daemon has to do
2647         it).
2648
2649         Process forking now sets the environment and the working
2650         directory.
2651
2652         * io.c: Don't confuse fd 0 with an unassigned handle struct
2653
2654         * atomic.h: Add a google cache alternative to the msdn URL
2655
2656 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2657
2658         * sockets.c:
2659         (_wapi_recvfrom): added ECONNRESET to the switch.
2660
2661 2002-09-24  Mark Crichton  <crichton@gimp.org>
2662
2663         * atomic.h: Yea.  On linux, sparc isn't sparc, it's __sparc__.
2664         Added to ifdef.
2665
2666 2002-09-19  Mark Crichton  <crichton@gimp.org>
2667
2668         * daemon.c, shared.c: Added NEED_LINK_UNLINK for systems that
2669         dont have Linux's abstract filesystem for sockets.
2670
2671 2002-09-19  Mark Crichton  <crichton@gimp.org>
2672
2673         * atomic.h: Added SPARC atomic asm code.
2674         * daemon.c, handles-private.h, handles.c, wapi-private.h:
2675         undefined _POSIX_THREAD_PROCESS_SHARED.  This actually exists on
2676         Solaris 9, however, the code paths don't seem to work.  More testing
2677         on the shared case is *really* needed.
2678
2679 2002-09-03  Dick Porter  <dick@ximian.com>
2680
2681         * threads.h: 
2682         * threads.c: Removed PosixKillThread(), because it's not in the
2683         w32 api
2684
2685 2002-08-20  Dick Porter  <dick@ximian.com>
2686
2687         * handles.c (_wapi_handle_scratch_store): Made stored byte lengths
2688         multiples of 4 bytes, to keep header structures aligned.  Needed
2689         for sparc, at least. (Patch from crichton@gimp.org)
2690
2691         * handles.c: Removed 'disable_shm' variable (we've defaulted to
2692         building with shm enabled for months now)
2693
2694 2002-08-19  Dick Porter  <dick@ximian.com>
2695
2696         * daemon.c: Rewrote the poll() loop to use GIOChannels instead,
2697         for legacy NeXT-based systems.
2698
2699 2002-08-12  Dick Porter  <dick@ximian.com>
2700
2701         * atomic.h: Rename some parameters to avoid c++ keywords (Patch
2702         from Joseph Wenninger <kde@jowenn.at>)
2703
2704 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
2705
2706         * threads.c: use fast spinlocks by default
2707
2708 2002-08-02  Dick Porter  <dick@ximian.com>
2709
2710         * io.c (GetStdHandle): Add a handle reference when returning a
2711         duplicate console handle.  This fixes the unref_handle errors in
2712         NUnit.
2713
2714 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
2715
2716         * threads.c (TLS_PTHREAD_MUTEX): define this because else some
2717         tests does not work
2718
2719 2002-08-01  Dick Porter  <dick@ximian.com>
2720
2721         * threads.c: Use atomic spinlocks in TLS functions
2722
2723         * mono-spinlock.h:
2724         * Makefile.am: Added mono-spinlock.h
2725
2726 2002-07-21  Jeffrey Stedfast  <fejj@ximian.com>
2727
2728         * daemon-messages.c: #include <sys/types.h> and <sys/sockets.h> -
2729         these are needed for sendmsg() and also for struct msghdr (at
2730         least on Solaris). Solaris still won't build because struct msghdr
2731         doesn't have msg_flags, msg_control, or msg_controllen members.
2732         (CMSG_SPACE): Define for systems that don't have it.
2733         (CMSG_LEN): Same.
2734
2735 2002-07-20  Dick Porter  <dick@ximian.com>
2736
2737         * wapi-private.h:
2738         * io-private.h:
2739         * io.h:
2740         * io.c:
2741         * handles.c: Implemented pipe handles
2742         
2743         * handles.c:
2744         * daemon.c: Fixed bug in handle closing.
2745
2746         * shared.c:
2747         * daemon.c: Forked processes now close all open file descriptors.
2748
2749 Fri Jul 19 19:05:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
2750
2751         * sockets.h, io-layer.h, critical-sections.h: don't include config.h
2752         in header files.
2753
2754 2002-07-19  Martin Baulig  <martin@gnome.org>
2755
2756         * threads.c (ExitThread): Call exit() if no threads has been
2757         created yet.
2758
2759 2002-07-17  Dick Porter  <dick@ximian.com>
2760
2761         * daemon-messages.c: Freebsd fixes from Andreas Kohn
2762         <andreas.kohn@gmx.net>
2763
2764 2002-07-15  Dick Porter  <dick@ximian.com>
2765
2766         * io.c: Removed bogus console_flush() method, that was just cut
2767         and pasted from file_flush when I separated the two handle types.
2768
2769 2002-07-12  Dick Porter  <dick@ximian.com>
2770
2771         * io.c (convert_from_flags): Fixed misunderstanding wrt fcntl
2772         flags.  Fixes bug 27633.
2773
2774 2002-07-12  Dick Porter  <dick@ximian.com>
2775
2776         * wapi-private.h:
2777         * handles.c:
2778         * daemon.c: Use size of sockaddr_un.sun_path from config.h
2779
2780 2002-07-12  Dick Porter  <dick@ximian.com>
2781
2782         * processes.c (CreateProcess): Send stdin, stdout and stderr
2783         handles if the startup info doesnt specify new ones
2784
2785         * io.c (GetStdHandle): Return the same handle when the same
2786         standard handle is requested
2787
2788         * handles.c: Pass file descriptors when forking
2789
2790         * daemon.c: Use supplied file descriptors when forking a new
2791         process
2792
2793         * daemon-messages.h: 
2794         * daemon-messages.c: Pass stdin, stdout and stderr file
2795         descriptors to the daemon (used when forking)
2796
2797 2002-07-11  Miguel de Icaza  <miguel@ximian.com>
2798
2799         * daemon.c (_wapi_daemon_main): Use sizeof
2800         (main_socket_address.sun_path) instead of hardcoded 108 value.
2801
2802         * handles.c (shared_init): Use sizeof
2803         (shared_socket_address.sun_path) instead of hardcoded 108 value.
2804
2805 2002-07-10  Dennis Haney  <davh@davh.dk>
2806
2807         * shared.c:
2808         * handles.c:
2809         * daemon.c: Lots of documentation, some added error checking, and
2810         code readability improvements.
2811
2812         * daemon-messages.h: Add the Error request type to improve error
2813         checking.
2814
2815         * daemon-messages.c: Do a bit more error checking on send() and
2816         recv(), and log errors with a higher severity level.
2817
2818 2002-07-04  Dick Porter  <dick@ximian.com>
2819
2820         * daemon.c (process_process_fork): Fix argument handling, due to
2821         buggy understanding of g_strsplit() behaviour.
2822
2823 2002-07-03  Dick Porter  <dick@ximian.com>
2824
2825         * threads.h:
2826         * threads.c: Implement OpenThread().  Define access-control values
2827         for thread handles.
2828
2829         * wapi.h:
2830         * processes.h:
2831         * access.h:
2832         * Makefile.am: Added access.h, to hold shared access-control
2833         definitions
2834
2835 2002-07-02  Dick Porter  <dick@ximian.com>
2836
2837         * wapi-private.h (_WAPI_HANDLE_VERSION): New protocol version
2838         
2839 2002-07-02  Dick Porter  <dick@ximian.com>
2840
2841         * handles.c (shared_init): Make a second attempt to contact the
2842         daemon if the shared memory attach succeeds, but the connect()
2843         fails. (This copes with the daemon crashing without cleaning up
2844         the shared memory.)
2845
2846         * Makefile.am: 
2847         * daemon-private.h:
2848         * daemon.c:
2849         * shared.c (_wapi_shm_attach): Don't exec() anything when we fork
2850         the daemon, it's now built into the library.
2851
2852 2002-06-25  Dick Porter  <dick@ximian.com>
2853
2854         * handles.c:
2855         * handles-private.h:
2856         * daemon-messages.h:
2857         * daemon.c: Process forking and handle data management
2858
2859         * processes.h:
2860         * process-private.h:
2861         * processes.c: Process forking and other support functions
2862
2863 2002-06-25  Dick Porter  <dick@ximian.com>
2864
2865         * versioninfo.h: PE resource decoding
2866
2867         * unicode.c (_wapi_unicode_to_utf8): g_utf16_to_utf8 doesnt need
2868         to be told the string length
2869
2870         * io.c: Removed the ACTUALLY_DO_UNICODE option.  Fixed some leaks.
2871         Moved _wapi_time_t_to_filetime and the WapiFileTime typedef to
2872         timefuncs.c
2873
2874 2002-06-12  Dick Porter  <dick@ximian.com>
2875
2876         * daemon.c: 
2877         * daemon-messages.c: Handle SIGPIPE in a non-stupid way in the
2878         daemon, if MSG_NOSIGNAL isn't available.  Thanks to Jaroslaw
2879         Kowalski <jarek@atm.com.pl> for pointing out the bogosity.
2880
2881 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
2882
2883         * sockets.c, daemon-messages.c: Prevent SIGPIPE from being raised
2884         when writing to a closed socket.
2885
2886 2002-06-08  Jeffrey Stedfast  <fejj@ximian.com>
2887
2888         * mono-mutex.c (mono_once): New convenience function for my
2889         previous fix.
2890
2891         * handles.c:
2892         * error.c: 
2893         * critical-sections.c: 
2894         * threads.c: 
2895         * sockets.c: 
2896         * semaphores.c: 
2897         * processes.c: 
2898         * mutexes.c: 
2899         * io.c: 
2900         * events.c: 
2901         * atomic.c: Use mono_once() rather than pthread_once().
2902
2903 2002-06-06  Jeffrey Stedfast  <fejj@ximian.com>
2904
2905         * handles.c (_wapi_handle_new): pthread_once() is not atomic, so
2906         if multiple threads all try to call _wapi_handle_new() before the
2907         shared data has been initialized, it is possible that we could get
2908         into a condition where shared_init() is being executed and later
2909         threads will pass by pthread_once() due to the fact that it has
2910         already been called and so therefor will attempt to use the shared
2911         data before it has been completely initialized. If we instead use
2912         a standard mutex locking mechanism around shared_init(), we can
2913         avoid the situation entirely. By wrapping the mutex locking in a
2914         check to see if we've already initialized the data, we can even
2915         avoid wasting resources by having to lock/unlock the mutex in any
2916         later calls (the only time we'd have to worry about
2917         locking/unlocking is the initial race to call shared_init() at
2918         startup).
2919
2920 Sat Jun 1 13:27:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
2921
2922         * atomic.h: inline asm fixes from Dennis Haney (davh@davh.dk).
2923
2924 Fri May 31 16:21:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
2925
2926         * daemon.c, handles.c: rename "sun" local var since it's apparently
2927         a #define on Solaris.
2928
2929 Fri May 31 15:40:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
2930
2931         * daemon-messages.c: work-around MSG_NOSIGNAL missing on some
2932         platforms.
2933
2934 2002-05-15  Dick Porter  <dick@ximian.com>
2935
2936         * wait.c: Fix a deadlock in WaitForMultipleObjects
2937
2938 2002-05-14  Dick Porter  <dick@ximian.com>
2939
2940         * io.c: Fix a cut&paste error, found by
2941         Jaroslaw Kowalski <jarek@atm.com.pl>
2942
2943 2002-05-10  Dan Lewis  <dihlewis@yahoo.co.uk>
2944
2945         * io.c: Nasty typo.
2946
2947 2002-05-09  Dick Porter  <dick@ximian.com>
2948
2949         * threads.c: 
2950         * semaphores.c: 
2951         * processes.c: 
2952         * mutexes.c: 
2953         * handles-private.h: 
2954         * events.c: 
2955         * Makefile.am: Remove now-unused file wait-private.h
2956
2957 2002-05-08  Dick Porter  <dick@ximian.com>
2958
2959         * shared.c: Better error messages, and report when daemon
2960         connection fails rather than blocking forever.  Do some more
2961         shared memory sanity checking.
2962
2963         * handles.c: Better error messages when connecting to shared
2964         memory and the handle daemon.  Fall back to non-shared handles if
2965         an error occurs.  Set the default back to 'shared handles'.  Fix a
2966         crashing bug in scratch space allocation that mangled the block
2967         headers.
2968
2969 2002-05-07  Miguel de Icaza  <miguel@ximian.com>
2970
2971         * handles.c (shared_init): Disable SHM for now, people have too
2972         many problems with this, and the diagnostics are not helping.
2973
2974 2002-05-06  Dan Lewis  <dihlewis@yahoo.co.uk>
2975
2976         * io.c: CreateFile sets win32 last error.
2977
2978 2002-05-05  Dick Porter  <dick@ximian.com>
2979
2980         * wapi-private.h: 
2981         * handles-private.h:
2982         * io.c: 
2983         * io-private.h:
2984         * mutexes.c: 
2985         * mutex-private.h: 
2986         * processes.c: 
2987         * process-private.h: 
2988         * semaphores.c: 
2989         * semaphore-private.h: 
2990         * sockets.c: 
2991         * socket-private.h: 
2992         * events.c: 
2993         * event-private.h: Simplify the WapiHandleOps struct: take out all
2994         the file-specific entries, leaving just the items that operate on
2995         handles themselves.  Split the close operation into shared and
2996         private parts: shared close is called by the daemon.
2997
2998         * handles.c: As above, but also pass handle allocation, ref and
2999         unref operations to the daemon.  Populate the handle_ops array at
3000         compile time, because the daemon needs to call ops on handles too.
3001         Don't bother to track open handle counts any more, the daemon does
3002         that.
3003         
3004         * threads.c: 
3005         * thread-private.h: As above, but also make the thread data
3006         handle-private.
3007
3008         * shared.c: Fork a handle daemon if the calling process created
3009         the shared memory segment.
3010
3011         * daemon.c:
3012         * daemon-messages.c:
3013         * daemon-messages.h:
3014         * Makefile.am: Build a daemon to manage handle allocation and
3015         destruction without needing to lock the shared memory
3016
3017 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
3018
3019         * atomic.c: Changed to use a normal mutex rather than a spinlock
3020         since a lot of platforms seem to not have them :\
3021
3022 2002-04-30  Dick Porter  <dick@ximian.com>
3023
3024         * Completely rewrote the handle waiting code: removed the helper
3025         thread and its attendant complexity.  All handle waiting is now
3026         abstracted into the WaitForSingleObject() and
3027         WaitForMultipleObjects() functions.
3028
3029         * Implemented inter-process sharing of handles using sysv shared
3030         memory.  This makes handles even more opaque, with a handle now
3031         just an index into an array.
3032         
3033 2002-04-25  Dan Lewis  <dihlewis@yahoo.co.uk>
3034
3035         * io.c: unitialized pointer in GetCurrentDirectory.
3036
3037 Sat Apr 20 13:37:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
3038
3039         * threads.c: destroy the mutex at thread destruction
3040         (if/when thread destruction code will be actually called).
3041         When protecting a tls data pointer from the gc, use also the 
3042         thread id in the key.
3043         
3044 Wed Apr 17 18:36:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
3045
3046         * timed-thread.c: avoid race condition when setting the thread to
3047         detached.
3048
3049 2002-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3050
3051         * jit.h: to more #include lines to avoid breaking compilation
3052         under windows when upgrading mingw and w32api to version
3053         1.3 (thanks Dick!).
3054
3055 2002-04-16  Dick Porter  <dick@ximian.com>
3056
3057         * atomic.h: Explanatory comment about lack of 80386 support
3058
3059 2002-04-15  Dick Porter  <dick@ximian.com>
3060
3061         * atomic.h: use xaddl for InterlockedIncrement() and
3062         InterlockedDecrement().  Use cmpxchgl in a loop for
3063         InterlockedExchange() and InterlockedExchangePointer().
3064
3065 Mon Apr 15 13:31:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
3066
3067         * unicode.c: fix unicode_len() to not access uninitialized memory
3068         (and updated to conform to mono code style).
3069
3070 Fri Mar 29 17:15:11 CET 2002 Paolo Molaro <lupus@ximian.com>
3071
3072         * io.c: EEXISTS is ignored for directory creation.
3073         * mono-mutex.h: remove silly "pragma }" that emacs users insert
3074         because they use a broken editor:-)
3075
3076 2002-03-28  Dick Porter  <dick@ximian.com>
3077
3078         * sockets.h: 
3079         * sockets.c: 
3080         * io.c: 
3081         * handles.h: 
3082         * handles.c: Warning cleanups
3083
3084 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
3085
3086         * unicode.h, unicode.c: changed to gunichar2
3087         * io.h, io.c: changed strings to gunichar2*, added
3088         SetFileAttributes(), GetCurrentDirectory(), SetCurrentDirectory(),
3089         some fixes to FindFirstFile() and friends.
3090
3091 2002-03-26  Dick Porter  <dick@ximian.com>
3092
3093         * types.h: Implement the large integer struct
3094
3095         * timefuncs.h:
3096         * timefuncs.c: Dummy functions that don't yet implement
3097         QueryPerformanceCounter() and QueryPerformanceFrequency()
3098
3099         * threads.h:
3100         * threads.c: Implement SleepEx()
3101
3102         * system.h:
3103         * system.c: Beginnings of GetSystemInfo()
3104
3105         * mono-mutex.c (pthread_mutex_timedlock): Fix a ms/ns conversion
3106         thinko
3107
3108         * context.h:
3109         * context.c: Dummy function that doesnt yet implement
3110         GetThreadContext()
3111
3112         * atomic.h: 
3113         * atomic.c: Interlocked functions
3114
3115 Mon Mar 25 13:01:40 CET 2002 Paolo Molaro <lupus@ximian.com>
3116
3117         * threads.c: use a gc-safe hash table to store tls pointers.
3118
3119 2002-03-22  Dick Porter  <dick@ximian.com>
3120
3121         * threads.c: Fix a race condition where a thread can start and
3122         exit before the handle has been properly initialised (no reason
3123         why the handle couldn't be initialised beforehand, so do so)
3124
3125         Fix a ms to ns conversion magnitude thinko.
3126
3127 2002-03-21  Dick Porter  <dick@ximian.com>
3128
3129         * semaphores.c: Fix a problem when waiting for one or more
3130         semaphores, and another semaphore is Released (all waiting
3131         semaphores assumed they were signalled)
3132
3133 2002-03-29  Dan Lewis <dihlewis@yahoo.co.uk>
3134
3135         * io.h, io.c, uglify.h: added MoveFile, CopyFile, CreateDirectory,
3136         RemoveDirectory, GetFileAttributes, GetFileAttributesEx
3137
3138 2002-03-19  Dietmar Maurer  <dietmar@ximian.com>
3139
3140         * threads.c (Sleep): bug fix: 1ms == 1000000ns
3141
3142 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
3143
3144         * io.h, io.c, events.c, mutexes.c, semaphores.c, sockets.c,
3145         threads.c, io.c: added flush method to handles.
3146
3147         * io.c: FlushFileBuffers() and FindFirstFile() functions.
3148
3149 Thu Mar 7 17:21:52 CET 2002 Paolo Molaro <lupus@ximian.com>
3150
3151         * threads.c, timed-thread.c, wait.c: Boehm-GC anable.
3152
3153 2002-02-20  Dick Porter  <dick@ximian.com>
3154
3155         * io-layer.h: Always build without cygwin support on windows
3156
3157 Mon Feb 18 15:50:59 CET 2002 Paolo Molaro <lupus@ximian.com>
3158
3159         * sockets.c: #undef DEBUG.
3160
3161 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
3162
3163         * io-layer.h: conditionally include sys/filio.h and sys/sockio.h
3164         for FIONBIO, FIONREAD, and SIOCATMARK.
3165
3166 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
3167
3168         * sockets.c: conditionally include sys/filio.h and sys/sockio.h
3169         for FIONBIO, FIONREAD, and SIOCATMARK.
3170
3171 2002-02-13  Dick Porter  <dick@ximian.com>
3172
3173         * sockets.c: Implement shutdown and select
3174
3175 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
3176
3177         * mono-mutex.[c,h]: New source files that thinly wrap all pthread
3178         functions that take pthread_mutex_t and/or pthread_mutexattr_t
3179         arguments for the sake of portability. Implements recursive
3180         mutexes and pthread_mutex_timedlock.
3181
3182         * critical-sections.c:
3183         * events.c:
3184         * handles.c:
3185         * mutexes.c:
3186         * semaphores.c:
3187         * threads.c:
3188         * timed-thread.c:
3189         * wait.c: Use the mono-mutex wrapper portability functions/macros.
3190
3191         * pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]
3192
3193 2002-01-23  Dick Porter  <dick@ximian.com>
3194
3195         * sockets.c: Networking support, mostly wrapping BSD socket APIs
3196         with handle code, and translating errno into w32 error codes.
3197
3198         * macros.h: Some w32 macros used with the socket support
3199
3200         * error.c: Implemented GetLastError() and SetLastError()
3201
3202         * Makefile.am: Added sockets, with kludge to override some symbols
3203
3204 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
3205
3206         * unicode.c (_wapi_unicode_to_utf8): byteswap UTF16 strings before
3207         passing them to iconv
3208         (_wapi_unicode_to_utf8): only swap bytes on LE systems, remove bug
3209         from previous commit.
3210
3211 2001-12-11  Dick Porter  <dick@ximian.com>
3212
3213         * io.c: Implement DeleteFile(), GetFileTime(), SetFileTime() and
3214         FileTimeToSystemTime().
3215
3216         * unicode.c (unicode_len): Nasty way of finding length of unicode
3217         string with embedded NULLs (counts until two NULLs together).
3218
3219         * mutexes.c (mutex_close): 
3220         * events.c (event_close): Release the internal pthreads resources
3221
3222 2001-11-26  Dick Porter  <dick@ximian.com>
3223
3224         * critical-sections.c:
3225         * events.c:
3226         * handles.c:
3227         * io.c:
3228         * mutexes.c:
3229         * semaphores.c:
3230         * threads.c:
3231         * timed-thread.c:
3232         * wait.c: turn off DEBUG messages
3233
3234 2001-11-22  Dick Porter  <dick@ximian.com>
3235
3236         * handles.c (SignalObjectAndWait): Implement
3237
3238         * wait.c (WaitForSingleObject): Fix case where timeout == 0
3239
3240         * threads.c:
3241         * semaphores.c:
3242         * mutexes.c:
3243         * io.c:
3244         * events.c: Support for SignalObjectAndWait
3245         
3246 2001-11-21  Dick Porter  <dick@ximian.com>
3247
3248         * events.c:
3249         * handles.c:
3250         * mutexes.c:
3251         * semaphores.c:
3252         * threads.c:
3253         * wait.c: Reliable method of returning which handle was signalled
3254         on return from WaitForMultipleObjects().
3255
3256 2001-11-21  Dick Porter  <dick@ximian.com>
3257
3258         * events.c: Implement events
3259
3260 2001-11-15  Dick Porter  <dick@ximian.com>
3261
3262         * mutexes.c: Implement mutexes
3263
3264         * threads.c: 
3265         * semaphores.c: 
3266         * misc.c: Factor out some common code
3267
3268 2001-11-13  Dick Porter  <dick@ximian.com>
3269
3270         * threads.c: Implement TLS.  Implement GetCurrentThreadId(), and
3271         GetCurrentThread() by maintaining a hash of thread handles.
3272
3273         * threads.h: Define thread and process creation flags
3274
3275 2001-11-12  Dick Porter  <dick@ximian.com>
3276
3277         * critical-sections.c: Implement critical sections
3278
3279 2001-11-12  Dick Porter  <dick@ximian.com>
3280
3281         * semaphores.c: Implement semaphores
3282
3283         * wait.c (wait_for_item): Maintain a wait count rather than count
3284         signalled booleans.
3285
3286         * threads.c (thread_wait_multiple): Don't lock the wait item, that
3287         will block other wait threads
3288
3289 2001-11-11  Dick Porter  <dick@ximian.com>
3290
3291         * Makefile.am: Rename some automake variables
3292         (from Nick Drochak <ndrochak@gol.com>)
3293
3294 2001-11-10  Dick Porter  <dick@ximian.com>
3295
3296         * Makefile.am (libwapiincludedir): Fix include destination
3297
3298         * .cvsignore: Ignore generated files
3299
3300 2001-11-10  Dietmar Maurer  <dietmar@ximian.com>
3301
3302         * pthread-compat.c: added some include files to make it compile on
3303         linux.
3304
3305 2001-11-08  Dick Porter  <dick@ximian.com>
3306
3307         * Initial checkin.
3308
3309         This is a library emulating the win32 threading and IO API.