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