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