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