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