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