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