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