Copied remotely
[mono.git] / mono / io-layer / ChangeLog
1 2004-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * io.c: check for the existence of 'dest' and set ERROR_ALREADY_EXISTS
4         if it exists and is not the same as 'src'.
5
6 2004-12-01 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
7
8         * atomic.h : Fix InterlockedCompareExchange for s390/s390x.
9
10 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * processes.c: unquote the cmd path, allow for ' or " when quoting and
13         pass the quoted program name to the daemon, otherwise the call to
14         g_shell_unquote in the daemon will break things up.
15
16 2004-10-14  Dick Porter  <dick@ximian.com>
17
18         * sockets.c (_wapi_accept): Revert the previous change.  We now
19         set the accepted socket to have the same blocking status as the
20         listening socket in managed code.  This follows MS behaviour.
21         
22 2004-10-14  Dick Porter  <dick@ximian.com>
23
24         * sockets.c (_wapi_accept): On Darwin, make sure a newly
25         accept()ed socket is blocking.  Fixes bug 67355, patch by
26         grompf@sublimeintervention.com.
27
28 2004-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * system.c: check the number of online processors instead of the
31         existing ones. Sanitize return value if it's an error.
32
33 2004-10-03 Ben Maurer  <bmaurer@ximian.com>
34
35         * system.c: Add support for getting the # of cpus.
36
37 2004-09-28  Dick Porter  <dick@ximian.com>
38
39         * io.c (pipe_close_private): Fix one small typo in the last change
40         that totally hosed process creation with redirected pipes.
41
42 2004-09-24  Dick Porter  <dick@ximian.com>
43
44         * wapi-private.h: 
45         * sockets.c: 
46         * socket-private.h: 
47         * io.c: 
48         * io-private.h: 
49         * handles-private.h: Cope when a file descriptor is reused while
50         the handle that thought it owned it is still referenced, instead
51         of asserting.  Probably fixes bug 66479, though we've been unable
52         to reproduce it.
53
54 2004-09-09  Dick Porter  <dick@ximian.com>
55
56         * error.c:
57         * io.c: Set error codes everywhere.
58
59 2004-09-06  Dick Porter  <dick@ximian.com>
60
61         * handles.c (_wapi_handle_unref): Reset the private record's type
62         (CloseHandle): Check for a fd mapping failure, and return FALSE.
63         (_wapi_handle_process_fork): Fix long-standing bug in checking
64         handle return values.  Also do the required bookkeeping with the
65         new process's handles.
66
67         * daemon.c: When creating a new process's handles, check whether
68         the shared space needs to be increased
69
70 2004-09-05  Zoltan Varga  <vargaz@freemail.hu>
71
72         * shared.c (_wapi_shm_file): Fix leaking of filename.
73
74 2004-08-19  Dick Porter  <dick@ximian.com>
75
76         * handles.c (_wapi_handle_count_signalled_handles): Fix thinko
77         introduced with the fd offset stuff: unlock handles properly when
78         backing off.  Fixes the monologue hang at exit.
79
80 2004-08-18  Dick Porter  <dick@ximian.com>
81
82         * sockets.c: 
83         * io.c: Check that new fds fit in the table, return error if not
84
85         * daemon.c (_wapi_daemon_main): 
86         * handles.c (shared_init): Have all processes agree on a size for
87         the fd table.
88
89 2004-08-17  Dick Porter  <dick@ximian.com>
90
91         * daemon.c (process_new): 
92         * handles.c (_wapi_handle_new_internal): Cope when the space
93         reserved for file descriptors is larger than the shared segment
94         size.  Fixes the crash reported when running mono under gdb on
95         macosx.
96
97 2004-08-16  Dick Porter  <dick@ximian.com>
98
99         * sockets.c:
100         * io.c:
101         * handles-private.h (_wapi_handle_fd_offset_to_handle): Improve
102         error checking with passed-in file descriptors.
103
104 2004-08-11  Dick Porter  <dick@ximian.com>
105
106         * sockets.c: 
107         * io.c: Returned handle values are the file descriptor the handle
108         encapsulates
109
110         * handles.c: 
111         * handles-private.h: 
112         * daemon.c: Reserve the range of handles that can have the same
113         values as file descriptors.  These won't be used, but the values
114         will be used as file, console, pipe or socket handles.  The fd to
115         handle mapping is done internally and is invisible to users.
116         Fixes bug 61828.
117
118         * wapi-private.h (_WAPI_HANDLE_VERSION): Increment, because we now
119         reserve a chunk of handle space.
120
121 2004-08-04  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
122
123         * atomic.h: add support for 64-bit S/390
124
125 2004-07-22  Dick Porter  <dick@ximian.com>
126
127         * timed-thread.c: 
128         * threads.c: Move the destruction of the internal thread data to
129         after the thread has been joined.  Fixes bug 61418.
130
131 2004-07-14  Dick Porter  <dick@ximian.com>
132
133         * wait.c (test_and_own): When not waiting for all handles to
134         become signalled, only own and return the lowest.  All the
135         documentation suggests that the old way was correct, but
136         experimentation shows it actually works like this.  Patch by
137         Sébastien Robitaille
138         (sebastien.robitaille@croesus.com), fixes bug 61511.
139
140 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
141
142         * threads.c: register roots for gc
143
144 2004-07-08  Dick Porter  <dick@ximian.com>
145
146         * io.c (file_seek): If there is a high 32bit offset part, make
147         sure the low part isn't sign-extended.  Set error codes when
148         returning failure.  Fixes bug 61131.
149
150 2004-07-06  Dick Porter  <dick@ximian.com>
151
152         * io.c (file_setfiletime): Check for underflow when converting to
153         time_t values.  Set error codes when returning failure.  Fixes bug
154         60970.
155
156 2004-07-05  Dick Porter  <dick@ximian.com>
157
158         * mutexes.c (mutex_ops_init): Make the named mutex mutex sharable.
159
160         * daemon.c (unref_handle): Only destroy a handle if all processes
161         have released it, not just the current one.  Fixes bug 60887.
162
163 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
164
165         * mono-mutex.h atomic.h: Add G_GNUC_UNUSED to static inline functions
166         to prevent warnings.
167
168 2004-06-24  Dick Porter  <dick@ximian.com>
169
170         * mutexes.c: Indicate when a named mutex was reused
171
172 2004-06-24  Dick Porter  <dick@ximian.com>
173
174         * threads.c (SuspendThread): 
175         * timed-thread.c (_wapi_timed_thread_suspend): Wrap sem_wait in a
176         while loop.  See bug 58161.
177
178 Wed Jun 23 23:29:04 CEST 2004 Paolo Molaro <lupus@ximian.com>
179
180         * io.c: don't use sharemode for on-disk file permissions: it's used
181         for shared access to the open file.
182
183 2004-06-22  Dick Porter  <dick@ximian.com>
184
185         * events.c (CreateEvent): When creating an auto-reset event that
186         is initially owned, make sure the set count starts at 1.
187
188 2004-06-18  Dick Porter  <dick@ximian.com>
189
190         * event-private.h:
191         * events.c: Auto-reset events need to release one thread for each
192         time SetEvent() is called.  Fixes bug 41292.
193
194         * threads.h:
195         * mutex-private.h:
196         * mutexes.c: Scan for mutexes that are still locked by a thread
197         when it exits.  Fixes the MS demo app linked by bug 41292.
198
199         * wait.c (test_and_own): Make sure a handle is signalled before it
200         is owned.
201
202 2004-06-16  Dick Porter  <dick@ximian.com>
203
204         * timed-thread.c: Call the thread cleanup exit routine before taking
205         the join mutex, because this could deadlock if another thread tries
206         to join in the meantime.  This fixes the hang-at-exit problem seen
207         on macos.
208
209 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
210
211         * threads.c: Implemented SleepEx.
212         * threads.h: Fixed SleepEx signature.
213
214 2004-06-03  Miguel de Icaza  <miguel@ximian.com>
215
216         * threads.c: When running under valgrind, do not allocate too much
217         stack, as Valgrind default is 1 meg.
218
219 2004-05-27  Dick Porter  <dick@ximian.com>
220
221         * io.h:
222         * io.c: Implemented LockFile() and UnlockFile()
223
224 2004-05-21  Dick Porter  <dick@ximian.com>
225
226         * io.c (CreateFile): Check for existing share modes when opening
227         a file.
228
229         * handles.c: 
230         * handles-private.h: 
231         * daemon-messages.h: 
232         * daemon.c: Maintain a hash of file share modes, keying on device
233         and inode (to cope with symlinks.)
234
235 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
236
237         * daemon-messages.c: Retry if the communication with the daemon is
238           interrupted by a signal.
239         * io.c, sockets.c: Check for EINTR in every syscall that can be interrumped. 
240           Only return an error in this case if there is something in the apc queue
241           (which means that it is an interruption requested by the "user").
242         * processes.c: Use WaitForSingleObjectEx. No need to pass "alertable" as
243           true since the wait is small.
244         * shared.c: Retry write calls when interrumped by a signal.
245         * timed-thread.h, timed-thread.c: added _wapi_thread_apc_pending, which
246           returns TRUE if there are pending asynchronous calls (APC) for the
247           provided thread. Also added _wapi_thread_dispatch_apc_queue which calls
248           the enqueued APCs. Defined a new struct ApcInfo that holds information
249           about an enqueued APC.
250         * thread-private.h, threads.c: Implemented QueueUserAPC (which does the same
251           as in win32),_wapi_thread_apc_pending and _wapi_thread_dispatch_apc_queue. 
252           These last two methods call the corresponding apc methods in 
253           thread-private using the provided thread handle.
254         * threads.h: Added QueueUserAPC.
255         * uglify.h: Added WapiApcProc (needed by QueueUserAPC).
256         * wait.c, wait.h: Changed WaitForSingleObject to WaitForSingleObjectEx, and
257           WaitForMultipleObjects to WaitForMultipleObjectsEx. Implemented support
258           for APCs in those two methods and also in SleepEx.
259
260 2004-05-17  Dick Porter  <dick@ximian.com>
261
262         * io.c (CopyFile): Speed up.  Fixes bug 57859.
263
264 2004-05-13  Dick Porter  <dick@ximian.com>
265         * mono-mutex.c (mono_mutex_unlock): Return EPERM when the current
266         thread doesn't own the mutex, rather than assert()ing.
267
268 2004-05-11  Dick Porter  <dick@ximian.com>
269
270         * shared.c (_wapi_shm_attach): Cope when a previous daemon startup
271         attempt failed, leaving shared files that look like a daemon is
272         still starting.
273
274 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
275
276         * io.c:
277         (SetFileAttributes): don't the the exec bit if the corresponding read
278         bit is not set.
279
280 2004-05-10  Zoltan Varga  <vargaz@freemail.hu>
281
282         * io.c (FindFirstFile): Fix invalid free.
283
284 2004-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
285
286         * io.c: translate from GFileError to errno codes and don't free
287         variables right after calling mono_io_scandir, as we may overwrite
288         errno value.
289
290 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
291
292         * io.c: g_dir_open return ENOENT for directories on which we don't have
293         read/execute permission, while returning EPERM for anything below those.
294         So, change ENOENT by EPERM if the directory exists.
295
296 2004-05-07  Dick Porter  <dick@ximian.com>
297
298         * io.c (SetFileAttributes): Don't have failed chmod()s cause a
299         "file not found" error.  Fixes bug 54032.
300         
301 2004-05-07  Dick Porter  <dick@ximian.com>
302
303         * io.c (FindFirstFile): Comment out a windows-compatibility check
304         that breaks when directories have metachars in their names.
305         Workaround for bug 58116.
306
307 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
308
309         * io.c: fixed for FindFirstFile for empty directories. Closes
310         bug #58147.
311
312 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
313
314         * processes.c: set the start time for the current process. Fixes bug
315         #58109.
316
317 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
318
319         * io-private.h: 'namelist' is now a gchar ** in _WapiHandlePrivate_find.
320         * io.c: implemented scandir using glib functions.
321
322 2004-05-04  Dick Porter  <dick@ximian.com>
323
324         * daemon.c (read_message): Return FALSE on error so the GSource
325         callback itself can return FALSE.  Cures the infinite loop poll()
326         warning on MacosX.
327         * shared.c: Fix some daemon startup race conditions.
328
329 2004-04-29  Miguel de Icaza  <miguel@ximian.com>
330
331         * io.c (CopyFile): Use 32k buffers to copy the file instead of 2k,
332         use the stack, do not use dynamic memory.
333
334 2004-04-29  Zoltan Varga  <vargaz@freemail.hu>
335
336         * io.c: Add scandir implementation for platforms which do not have
337         it, like solaris.
338
339 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
340
341         * io.[ch]: implemented GetLogicalDriveStrings.
342
343 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
344
345         * io.c:
346         * sockets.c: use the field name from configure when accessing sigval
347         pointer field. Makes this work on the Mac.
348
349 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
350
351         * atomic.c: (InterlockedExchange) fix typo for
352         mutex name
353
354 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
355
356         * io.c:
357         * sockets.c: added check for sys/aio.h.
358
359 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
360
361         * error.[ch]: added _wapi_get_win32_file_error...
362         * io.c: ... which was _wapi_get_win32_error here.
363         * sockets.c: rename the function calls here too.
364
365 2004-04-28  Dick Porter  <dick@ximian.com>
366
367         * daemon-messages.c: Avoid a deadlock when a thread is killed while
368         waiting for the daemon by using a recursive mutex.  Helps bug 56699.
369
370 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
371
372         * io.c: fixed leak in async_notifier().
373
374         * sockets.[ch]: added AIO support for sockets and fixed WSAIoctl
375         declaration.
376
377         * threads.c: removed old comment.
378
379 2004-04-26  David Waite  <mass@akuma.org>
380
381         * daemon-messages.h:
382         * daemon-private.h
383         * error.h:
384         * io.h:
385         * processes.h:
386         * shared.h:
387         * thread-private.h:
388         * wapi-private.h: remove comma from end of enumeration declarations
389         * status.h: cast unsigned int types to int for enum assignment
390
391 2004-04-26 David Waite <mass@akuma.org>
392
393         * io.c:
394         * timefuncs.c: declare 64-bit constants as long long types (i.e.
395         10ULL)
396
397 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
398
399         * socket-wrappers.h: _wapi_socket == WSASocket now. Added
400         WSA_FLAG_OVERLAPPED.
401
402         * sockets.c: new unused parameters for _wapi_socket.
403
404 2004-04-22  Miguel de Icaza  <miguel@ximian.com>
405
406         * timed-thread.c: Replace sem_init with MONO_SEM_INIT to handle
407         the fact that MacOS X is a piece of junk (sem_init is *defined* in
408         the libc, but they return `not implemented'). 
409
410 2004-04-22  Dick Porter  <dick@ximian.com>
411
412         * handles.c: 
413         * handles-private.h: Reference the handle when it is locked, so
414         that another thread can't blow it away while we're waiting for it
415         to become signalled.
416         
417         * wait.c: 
418         * timed-thread.c: 
419         * threads.c: 
420         * sockets.c: 
421         * semaphores.c: 
422         * mutexes.c: 
423         * mono-mutex.c: 
424         * io.c: 
425         * handles.c: 
426         * handles-private.h: 
427         * events.c: 
428         * error.c: 
429         * daemon-messages.c: 
430         * critical-sections.c: 
431         * atomic.c: Added pthreads cleanup handlers and error asserts
432
433         * shared.c: 
434         * handles.c: Fixed the gcc "variable might be used uninitialised"
435         warnings.  They can't happen, but gcc doesn't know that
436         g_assert()s don't return.
437
438         Fixed the declaration of _wapi_handle_process_kill() so that it
439         expects the correct type for the pid.
440         
441         * threads.c: Removed the TLS_PTHREAD_MUTEX style locking that
442         hasn't been used in ages and just made the code more complex.
443
444 2004-04-17  Zoltan Varga  <vargaz@freemail.hu>
445
446         * processes.c: Include <signal.h> for SIGKILL and SIGILL + fix some
447         warnings. Fixes #57168.
448
449 2004-04-16  Dick Porter  <dick@ximian.com>
450
451         * threads.c (Sleep): Using div(3) with a negative (when signed)
452         numerator causes the quotient to be 0 and the remainder to be the
453         numerator.  This feeds a small negative value to nanosleep(3),
454         which will return immediately and cause a busy wait.  Fixes bug
455         56351.
456
457 2004-04-15  Dick Porter  <dick@ximian.com>
458
459         * io-private.h:
460         * io.c: Rewrite FindFirstFile and FindNextFile using scandir(3)
461         and fnmatch(3) instead of glob(3).  glob() can't cope with being
462         given filenames containing metachars.  This fixes bug 40557.
463
464 2004-04-14  Bernie Solomon  <bernard@ugsolutions.com>
465
466         * security.c: #warning is a GCC-ism
467
468 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
469
470         * security.c: Removed GetUserName as glib g_get_user_name does a
471         better (portability) job. Added ImpersonateLoggedOnUser and
472         RevertToSelf.
473
474 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
475
476         * mono-mutex.h: move pthread_mutex_timedlock declaration to...
477         * mono-mutex.c: ...here. It was causing a warning that prevented
478         libgdiplus compilation.
479
480 2004-04-04  Miguel de Icaza  <miguel@ximian.com>
481
482         * security.c (GetUserName): Make it work on MacOS X
483
484 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
485
486         * security.c: use getpwuid_r if available. This one is thread-safe.
487
488 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
489
490         * Makefile.am: Added security.c|h.
491         * security.c: New file for security related functions. Added function
492         GetUserName to fix #56144.
493         * security.h: New. Header file for security.c
494         * wapi.h: Added include for security.h
495
496 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
497
498         * daemon-messages.h: added kill structs.
499
500         * daemon.c: implemented process_process_kill.
501         * handles-private.h:  define process_process_kill.
502         * handles.c: implemented _wapi_handle_process_kill.
503         * processes.[ch]: implemented TerminateProcess.
504
505 2004-03-25  Bernie Solomon  <bernard@ugsolutions.com>
506
507         * daemon.c (rem_fd): On solaris you seem to get an
508         error even after removing the input source so don't
509         try and rem_fd it twice.
510
511 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
512
513         * daemon.c: in process_post_mortem, If the child terminated due to the 
514         receipt of a signal, the exit status must be based on WTERMSIG, since 
515         WEXITSTATUS returns 0 in this case.
516
517 2004-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
518
519         * daemon.c: turned a warning into a DEBUG statement. Now we may hit it.
520
521 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
522
523         * daemon.c: only call getdtablesize () once.
524         * processes.c: wait 500 ms to check if execve failed and throw the same
525         exception as MS on failure. Fixes bug #32809.
526
527 2004-03-17  Bernie Solomon  <bernard@ugsolutions.com>
528
529         * io.c (async_notifier): use "union sigval" rather
530         than sigval_t as Solaris doesn't have sigval_t
531         (which isn't in IEEE 1003.1 either).
532
533 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
534
535         * io.c: added debug stuff and removed a few redundant lines in
536         file_write.
537
538 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
539
540         * io-private.h: added new fields for file structure. Declare
541         _wapi_io_add_callback.
542
543         * io.c: added _wapi_get_win32_error, support aio_read/write in
544         file_read/write. Implemented _wapi_io_add_callback, which is where
545         BindHandle ends up.
546         
547         * io.h: added new fields for WapiOverlapped and typedef for the
548         callback.
549
550         * processes.c: fixed off-by-one bug when handling environment variables 
551         passed in.
552
553         * threads.[ch]: implemented BindIoCompletionCallback.
554
555         * uglify.h: added typedef for LPOVERLAPPED_COMPLETION_ROUTINE.
556
557 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
558
559         * socket-wrappers.h: Remove extra semicolon.
560
561 2004-03-03  Dave Camp  <dave@ximian.com>
562
563         * daemon.c: (add_fd), (fd_activity), (_wapi_daemon_main):
564         Use a new main context.
565
566 2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
567
568         * io.c:
569         (GetFileAttributes): set the error depending on errno instead of
570         setting ERROR_FILE_NOT_FOUND always. See bug #55160.
571
572 2004-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
573
574         * io.c:
575         (CopyFile): free the buffer on error.
576         * sockets.c:
577         (WSAIoctl): free the buffer on error.
578
579 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
580
581         * error.c: fixed mapping for EPROTONOSUPPORT and ESOCKTNOSUPPORT.
582
583         * sockets.[ch]: retry creating the socket for AF_INET, SOCK_RAW
584         using IP protocol with IP over IP. Implemented WSAIoctl UNIX-style.
585
586 2004-01-27  Bernie Solomon  <bernard@ugsolutions.com>
587
588         * shared.c (_wapi_shm_file): add hostname
589         to shared data file names to handle NFS mounted
590         .wapi directories.
591
592 Mon Jan 26 16:15:03 CET 2004 Paolo Molaro <lupus@ximian.com>
593
594         * sockets.h: remove obsolete soklen_t typedef.
595
596 Fri Jan 23 21:07:02 CET 2004 Paolo Molaro <lupus@ximian.com>
597
598         * socket-wrappers.h, sockets.h, sockets.c, Makefile.am: move socket
599         wrappers to its own non-installed header file.
600
601 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
602
603         * io.c:
604         (FindFirstFile): unlock the handle if FindNextFile fails.
605         (FindNextFile): g_free a couple of pointers before retrying.
606
607         * wait.c:
608         (WaitForMultipleObjects): if only one handle provided, use
609         WaitForSingleObject.
610
611 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
612
613         * handles-private.h: (_wapi_handle_type) check
614         for segment in range before using it
615
616 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
617
618         * thread-private.h: _wapi_thread_ops is now const
619         must match .c file.
620
621 Mon Dec 22 18:29:03 CET 2003 Paolo Molaro <lupus@ximian.com>
622
623         * threads.c, timed-thread.c, timed-thread.h: use mach
624         semaphores on Darwin (MacOSX) since the posix ones
625         are mostly broken there (threads are not created suspended
626         and they can start executing before they are fully initialized
627         like in tests/thread-static.cs).
628
629 Mon Dec 22 17:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
630
631         * atomic.h: ppc fixes.
632
633 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
634
635         * handles.c: remove my bad use of MONO_ZERO_ARRAY_LENGTH
636         in HDRSIZE 
637
638 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
639
640         * shared.c: (_wapi_shm_open) make scratch file
641         not have to immediately regrow to avoid remaps
642         (HPUX can't cope with these).
643         (_wapi_shm_attach) use actual size of file
644         to set scratch data_len for the creating process.
645
646         * handles.c: (_wapi_handle_new_internal) make
647         sure mutex & cond var are initialized even for
648         non process shared ones. 
649         (_wapi_handle_unref) always call destroy 
650         routines on mutex & cond var
651
652 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
653
654         * daemon.c: change channel data structure so
655         input sources are removed from glib event loop
656         properly. xsp works better on Solaris and 
657         fixes #51278
658
659 2003-12-12  Bernie Solomon  <bernard@ugsolutions.com>
660
661         * wapi-private.h: Replace G_GNUC_PRETTY_FUNCTION
662         definition with file & line number for non-GCC
663         compiles.
664
665 2003-12-08  Bernie Solomon  <bernard@ugsolutions.com>
666
667         * Makefile.am: make sure hppa_atomic.s is in distribution
668
669 2003-12-01  Dick Porter  <dick@ximian.com>
670
671         * wapi-private.h: 
672         * mutexes.c (CreateMutex): 
673         * mutex-private.h (struct _WapiHandle_mutex): 
674         * handles.c: Look up certain handle types by name, in a shared
675         namespace.  Currently only mutex handles have this implemented.
676         Fixes bug 51089.
677
678         * semaphores.c (CreateSemaphore): 
679         * events.c (CreateEvent): Fix signature
680
681 2003-11-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
682
683         * io.c: don't call g_free before testing errno as it may modify it.
684         If the path exists, return an error if it's not a directory. Fixes
685         bug #50753.
686
687 2003-11-20  Dick Porter  <dick@ximian.com>
688
689         * io.c: Missed a little-endian UTF16 conversion.  Patch from
690         Jeroen Zwartepoorte (Jeroen@xs4all.nl), fixes bug 51065.
691
692 2003-10-29  Dick Porter  <dick@ximian.com>
693
694         * io.c (MoveFile): If the move crosses filesystems, try and fall
695         back to copy and delete.  Patch from Jörg Rosenkranz
696         (JoergR@voelcker.com), fixes bug 50298.
697
698 2003-10-28  Dick Porter  <dick@ximian.com>
699
700         * io.c: Use the new encoding conversion to cope with non-utf8
701         locales in filenames.
702
703         * processes.c: Ditto for process arguments.
704
705 Tue Oct 21 12:01:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
706
707         * atomic.h: some ppc inline asm fixes (incorrect use of labels, 
708         incorrect register constraints, incorrect clobber lists).
709
710 2003-10-13  Bernie Solomon  <bernard@ugsolutions.com>
711
712         * Makefile.am hppa_atomic.s: add HP 64bit
713         implementation of atomic ops
714
715 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
716
717         * threads.c (CreateThread): Wrap pthread_attr_setstacksize call in
718         a conditional for platforms that don't have it.
719
720 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
721
722         * threads.c: (CreateThread) use stacksize argument
723         if non-zero - change default for 64 bits to 4Mb
724
725 2003-09-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
726
727         * sockets.c: set last error when socket creation fails. This shed some
728         light on bug #49015.
729
730 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
731
732         * processes.c: fixed bug #48973: we only change \ by / for the argument
733         to be used as command.
734         When getting the program name from the args, don't let the space between
735         them in the args.
736
737 2003-09-24  Bernie Solomon <bernard@ugsolutions.com>
738
739         * atomic.h atomic.c: fix sparc so lock is
740         global, increment does so and it compiles under Sun compiler.
741
742 2003-09-22  Bernie Solomon <bernard@ugsolutions.com>
743
744         * handles.c: include <string.h> directly as may
745         not be nested in <sys/un.h> like Linux
746
747 2003-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
748
749         * io.c:
750         (DeleteFile): call SetLastError on failure. Fix by
751         richard.torkar@htu.se (Richard Torkar). Closes bug #48222.
752
753 2003-09-15  Lluis Sanchez Gual  <lluis@ximian.com>
754
755         * daemon.c: In compare_process(), discard handles already signalled.
756
757 2003-09-02  Dick Porter  <dick@ximian.com>
758
759         * io.c: Work around glib brain-dead assumptions about utf8-encoded
760         filenames.  Fixes bug 30781.
761
762 2003-08-28  Dick Porter  <dick@ximian.com>
763
764         * critical-sections.c:  Patch from Bernie Solomon
765         <bernard@ugsolutions.com> to emit a warning if locking a critical
766         section fails.
767
768 2003-07-23  Dick Porter  <dick@ximian.com>
769
770         * shared.c:
771         * daemon.c (maybe_exit): Avoid the race condition when the daemon is
772         closing but another client comes along when the shared data is still
773         visible.  Should fix bugs 33671 and 35213.
774
775 2003-07-23  Dick Porter  <dick@ximian.com>
776
777         * handles.c:  Initialise handle mutex and cond.  Fix by
778         Bernie Solomon <bernard@ugsolutions.com>
779
780 2003-07-15  Dick Porter  <dick@ximian.com>
781
782         * timed-thread.c (timed_thread_start_routine): Fix virtual memory
783         leak when threads quit.  Fixes bug 44067.
784
785 Wed Jun 18 19:08:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
786
787         * io.c: never add write permission for group or others in
788         SetFileAttributes ().
789
790 2003-06-17  Dick Porter  <dick@ximian.com>
791
792         * io.c (SetFileAttributes): Implement the ReadOnly attribute, and
793         ignore the unsupported ones ("fixes" bug 44977).
794
795 2003-06-17  Lluis Sanchez Gual  <lluis@ximian.com>
796
797         * misc.c: fix bug in _wapi_calc_timeout. It gave wrong values for
798           high ms values (there was an overflow).
799
800 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
801
802         * system.h (struct _WapiSystemInfo ): Fix warnings when using gcc-3.3.
803
804 2003-06-11  Dick Porter  <dick@ximian.com>
805
806         * shared.c: Fix shared directory creation.  Patch from
807         Pablo Baena <pbaena@uol.com.ar>
808
809 2003-06-10  Dick Porter  <dick@ximian.com>
810
811         * atomic.c: Delete the useless compile warning
812
813 2003-06-09  Dick Porter  <dick@ximian.com>
814
815         * daemon.c: Lookup env as a string array.  Fixes bug 44289.  Also
816         make setting the process handle value in the environment actually
817         work.
818
819         * processes.c: Pretty up the process name, if it happens to be
820         "mono" such as when another mono process forks "mono foo.exe"
821
822 2003-06-05  Dick Porter  <dick@ximian.com>
823
824         * processes.c (process_set_current): Don't do an expensive handle
825         search at application startup, check the environment to see if the
826         process handle has already been created.
827
828         * io.c: Don't do an expensive handle search when creating stdin,
829         stdout and stderr handles, just create them all the first time one
830         is requested.
831
832         * wapi-private.h:
833         * shared.c:
834         * shared.h:
835         * handles.c:
836         * handles-private.h:
837         * daemon-messages.h:
838         * daemon-private.h:
839         * daemon.c: Support for "unlimited" number of handles and scratch
840         data.
841
842         Speed up application startup by passing process handle in the
843         environment, rather than let the app scan all handles (which gets
844         really slow when there are more than a few thousand to check.)
845
846         Initialise some structs passed to syscalls, noticed by valgrind.
847         
848
849 2003-05-20  Dick Porter  <dick@ximian.com>
850
851         * io.c (FindFirstFile): Include . files in the glob.  Fixes bug
852         43229.
853
854 2003-05-19  Dick Porter  <dick@ximian.com>
855
856         * threads.c: Set the new thread's stack size to 2M.  Fix needed
857         for BSD, reported by Martin Dvorak <md@9ll.cz>
858
859 2003-05-16  Dick Porter  <dick@ximian.com>
860
861         * io.h:
862         * io.c: Implement GetTempPath()
863
864 2003-05-16  Dick Porter  <dick@ximian.com>
865
866         * processes.c (CreateProcess): Set some error codes
867
868 2003-05-12  Dick Porter  <dick@ximian.com>
869
870         * misc.c (_wapi_calc_timeout): Cope with overflowing tv_nsec.
871         Patch from Martin Dvorak <mdvorak@ninell.cz>.
872
873 2003-05-10  Dick Porter  <dick@ximian.com>
874
875         * io.c (CopyFile): Copy file mode as well as file data.  Based on
876         suggestion by Giuseppe Greco <giuseppe.greco@agamura.com>, bug
877         42706.
878
879 2003-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
880
881         * handles.c: don't call GC_gcollect when creating new handles.
882
883 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
884
885         * handles.c: added some debugging code. Call GC_gcollect
886         before creating a new handle. It makes Lupus' test run smoother and
887         faster (from 62 to 83 request per second). Notice that calling
888         GC_finalizer_notifier if needed (GC_should_invoke_finalizer ()) does
889         not improve nor degrade the performance, so i don't do it.
890
891 2003-05-02  Dick Porter  <dick@ximian.com>
892
893         * sockets.c: Rearrange closesocket() and socket_close_private(),
894         and remember to unref the handle, so we don't leak socket handles.
895         Fix from Pelle Johnsen <pelle.johnsen@mail.dk>
896
897 2003-04-11  Dick Porter  <dick@ximian.com>
898
899         * atomic.h: ARM atomic operations by Malte Hildingson
900         <tds00mahi@tellus.thn.htu.se>
901
902 Tue Apr 8 11:37:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
903
904         * atomic.h: fix macosx build by "Urs C. Muff" <umuff@quark.com>.
905
906 2003-04-03  Martin Baulig  <martin@ximian.com>
907
908         The following change is conditional to `WITH_INCLUDED_LIBGC'
909         which is not yet enabled by default.
910
911         * threads.c (SuspendThread, ResumeThread): Fully implemented this.
912         (gc_init): New static function; install a signal handler for
913         SIGPWR which is used to suspend threads.  [FIXME: it SIGPWR
914         doesn't exist on all Unix systems, we need to find another
915         signal].
916         (mono_wapi_push_thread_stack): New public function.  Tells the
917         garbage collector about the current stack pointer of a suspended
918         thread.
919
920 2003-04-03  Martin Baulig  <martin@ximian.com>
921
922         * timed-thread.h (TimedThread): Added `suspended_sem',
923         `suspend_count' and `stack_ptr'.
924
925 2003-03-28  Dick Porter  <dick@ximian.com>
926
927         * atomic.h: PPC support gratiously donated to the public domain
928         by John Duncan <jddst19@mac.com>
929
930 2003-03-20  Dick Porter  <dick@ximian.com>
931
932         * sockets.c (_wapi_connect): If connect() fails with EACCES, try
933         setting SO_BROADCAST and connecting again.  Fixes bug 39178.
934
935 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
936
937         * processes.c: included Jerome Laban's patch and call SetLastError when
938         the executable is not found.
939
940 2003-03-03  Dick Porter  <dick@ximian.com>
941
942         * io.c (CreateFile): Try opening directories readonly, so that
943         timestamps can be adjusted.  Patch by Elan Feingold
944         <efeingold@mn.rr.com>.
945
946 2003-02-25  Dick Porter  <dick@ximian.com>
947
948         * shared.c (_wapi_shm_attach): Return a failure code on system
949         call errors, rather than exiting.
950
951 2003-02-21  Dick Porter  <dick@ximian.com>
952
953         * processes.c (GetCurrentProcessId): Use the current process
954         handle to return the process ID, as getpid() is unreliable
955         (linuxthreads gives each thread a different pid).  Fixes bug
956         37550.
957
958 2003-02-21  Dick Porter  <dick@ximian.com>
959
960         * io.c (FindNextFile): Skip over dangling symlinks.  Fixes bug
961         34076.
962
963 2003-02-11  Dick Porter  <dick@ximian.com>
964
965         * timefuncs.h: 
966         * timefuncs.c: Added GetTickCount()
967
968 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
969
970         * error.c: added WSA_EHOSTUNREACH mapping.
971
972 2003-01-26  Miguel de Icaza  <miguel@ximian.com>
973
974         * io.c (SetFileAttributes): This routine is not currently
975         implemented for the general case, but I added a special case to
976         set the executable bit on Linux.
977
978 Wed Jan 15 15:55:40 CET 2003 Paolo Molaro <lupus@ximian.com>
979
980         * sockets.h, daemon.c, io.c: compilation fixes on MacOSX.
981
982 2003-01-08  Dick Porter  <dick@ximian.com>
983
984         * sockets.c: Fixed setting blocking mode to true (fixes bug 36388)
985
986 2002-12-11  Juli Mallett  <jmallett@FreeBSD.org>
987
988         * daemon.c, handles-private.h, handles.c, wapi-private.h:
989         Check for an implementation which says it supports
990         _POSIX_THREAD_PROCESS_SHARED, rather than just one that
991         defines the symbol.  Defined but with a value of -1 still
992         means that it is unsupported.
993
994 2002-12-08  Martin Baulig  <martin@ximian.com>
995
996         * handles.c (_wapi_handle_new): Create new non-shared handles with
997         an initial refcount of 1, not 0.
998
999 2002-11-22  Dietmar Maurer  <dietmar@ximian.com>
1000
1001         * threads.c (TlsGetValue): removed unnecessary mutex
1002
1003 2002-11-20  Dick Porter  <dick@ximian.com>
1004
1005         * timed-thread.c (_wapi_timed_thread_attach): Attached threads
1006         need to store their data structure too.
1007
1008         * threads.c: Make sure the threading data is initialised wherever
1009         it is needed
1010
1011 2002-11-15  Dick Porter  <dick@ximian.com>
1012
1013         * timed-thread.c: Removed unneeded parameters in
1014         _wapi_timed_thread_attach().
1015
1016         * threads.c: Renamed AttachThread() to make it not look like
1017         external API.  Removed unneeded parameters.
1018
1019 2002-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1020
1021         * error.[ch]: added errno_to_WSA (). It displays a warning and return
1022         WSASYSCALLFAILURE if there is no error mapping for the given errno,
1023
1024         * sockets.c: use errno_to_WSA and fixed display of warning for h_errno.
1025
1026 2002-10-31  Dick Porter  <dick@ximian.com>
1027
1028         * io.h: 
1029         * io.c: Define and use INVALID_FILE_ATTRIBUTES
1030
1031 2002-10-07  Dick Porter  <dick@ximian.com>
1032
1033         * timefuncs.c:
1034         * daemon.c: Use a more accurate time source for process start and
1035         end times.
1036
1037 2002-10-03  Dick Porter  <dick@ximian.com>
1038
1039         * daemon.c:
1040         * handles.c:
1041         * threads.c:  Fixes for freebsd.  Make sure that mutex and condition
1042         creation and deletion happen in the process that owns them, when
1043         POSIX shared thread objects aren't supported.  This breaks on
1044         freebsd, as pthread_t is a pointer to data.
1045
1046 2002-10-02  Dick Porter  <dick@ximian.com>
1047
1048         * shared.c: Use mmap() instead of sysv shm for the shared data.
1049
1050         * wapi-private.h (_WAPI_HANDLE_VERSION): Reset back to 0, for the
1051         new system
1052
1053         * daemon-private.h: 
1054         * daemon.c: mmap()ed regions survive fork, so just pass the
1055         pointer to _wapi_daemon_main instead of mapping it again.
1056
1057 2002-10-01  Dick Porter  <dick@ximian.com>
1058
1059         * timed-thread.c: Kludge for CREATE_SUSPENDED thread creation.
1060         Unfortunately libgc uses the same thread suspend technique that I
1061         want to, and the two don't mix: libgc will deadlock when it tries
1062         to stop the world if a thread has already been suspended by
1063         someone else.  Just do the simple suspended create rather than the
1064         general purpose thread suspension for now.
1065
1066         * threads.c: Pass create flags to the timed_thread create call, to
1067         implement suspended thread creation.  ResumeThread() partially
1068         implemented, to cope with the case where a newly created but
1069         suspended thread is launched.
1070
1071 2002-09-30  Dick Porter  <dick@ximian.com>
1072
1073         * sockets.c (ioctlsocket): Set non-blocking mode in a better way,
1074         with fcntl.
1075
1076 2002-09-27  Dick Porter  <dick@ximian.com>
1077
1078         * semaphores.c: Only include semaphore.h if it's present. Patch
1079         for BSD from jmmv@hispabsd.org (Julio Merino).
1080
1081 2002-09-27  Dick Porter  <dick@ximian.com>
1082
1083         * processes.c: Pass environment and working directory to the
1084         daemon when forking.  Don't let argv[0] be duplicated when looking
1085         for the program name.  Implement EnumProcessModules (simple
1086         version for now, lsof-style later if needed), GetModuleBaseName,
1087         {Get,Set}ProcessWorkingSetSize (just faked, because the vm hints
1088         aren't available on Linux).
1089
1090         * process-private.h: Store the process name, and the working set
1091         min and max
1092
1093         * handles.c:
1094         * handles-private.h: New functions to store and retrieve an array
1095         of strings in the scratch space
1096
1097         * daemon.c: Don't miss deleting some handles when a client exits
1098         (we used to rely on the client doing the final cleanup, but
1099         obviously if the client is no longer there the daemon has to do
1100         it).
1101
1102         Process forking now sets the environment and the working
1103         directory.
1104
1105         * io.c: Don't confuse fd 0 with an unassigned handle struct
1106
1107         * atomic.h: Add a google cache alternative to the msdn URL
1108
1109 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1110
1111         * sockets.c:
1112         (_wapi_recvfrom): added ECONNRESET to the switch.
1113
1114 2002-09-24  Mark Crichton  <crichton@gimp.org>
1115
1116         * atomic.h: Yea.  On linux, sparc isn't sparc, it's __sparc__.
1117         Added to ifdef.
1118
1119 2002-09-19  Mark Crichton  <crichton@gimp.org>
1120
1121         * daemon.c, shared.c: Added NEED_LINK_UNLINK for systems that
1122         dont have Linux's abstract filesystem for sockets.
1123
1124 2002-09-19  Mark Crichton  <crichton@gimp.org>
1125
1126         * atomic.h: Added SPARC atomic asm code.
1127         * daemon.c, handles-private.h, handles.c, wapi-private.h:
1128         undefined _POSIX_THREAD_PROCESS_SHARED.  This actually exists on
1129         Solaris 9, however, the code paths don't seem to work.  More testing
1130         on the shared case is *really* needed.
1131
1132 2002-09-03  Dick Porter  <dick@ximian.com>
1133
1134         * threads.h: 
1135         * threads.c: Removed PosixKillThread(), because it's not in the
1136         w32 api
1137
1138 2002-08-20  Dick Porter  <dick@ximian.com>
1139
1140         * handles.c (_wapi_handle_scratch_store): Made stored byte lengths
1141         multiples of 4 bytes, to keep header structures aligned.  Needed
1142         for sparc, at least. (Patch from crichton@gimp.org)
1143
1144         * handles.c: Removed 'disable_shm' variable (we've defaulted to
1145         building with shm enabled for months now)
1146
1147 2002-08-19  Dick Porter  <dick@ximian.com>
1148
1149         * daemon.c: Rewrote the poll() loop to use GIOChannels instead,
1150         for legacy NeXT-based systems.
1151
1152 2002-08-12  Dick Porter  <dick@ximian.com>
1153
1154         * atomic.h: Rename some parameters to avoid c++ keywords (Patch
1155         from Joseph Wenninger <kde@jowenn.at>)
1156
1157 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
1158
1159         * threads.c: use fast spinlocks by default
1160
1161 2002-08-02  Dick Porter  <dick@ximian.com>
1162
1163         * io.c (GetStdHandle): Add a handle reference when returning a
1164         duplicate console handle.  This fixes the unref_handle errors in
1165         NUnit.
1166
1167 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
1168
1169         * threads.c (TLS_PTHREAD_MUTEX): define this because else some
1170         tests does not work
1171
1172 2002-08-01  Dick Porter  <dick@ximian.com>
1173
1174         * threads.c: Use atomic spinlocks in TLS functions
1175
1176         * mono-spinlock.h:
1177         * Makefile.am: Added mono-spinlock.h
1178
1179 2002-07-21  Jeffrey Stedfast  <fejj@ximian.com>
1180
1181         * daemon-messages.c: #include <sys/types.h> and <sys/sockets.h> -
1182         these are needed for sendmsg() and also for struct msghdr (at
1183         least on Solaris). Solaris still won't build because struct msghdr
1184         doesn't have msg_flags, msg_control, or msg_controllen members.
1185         (CMSG_SPACE): Define for systems that don't have it.
1186         (CMSG_LEN): Same.
1187
1188 2002-07-20  Dick Porter  <dick@ximian.com>
1189
1190         * wapi-private.h:
1191         * io-private.h:
1192         * io.h:
1193         * io.c:
1194         * handles.c: Implemented pipe handles
1195         
1196         * handles.c:
1197         * daemon.c: Fixed bug in handle closing.
1198
1199         * shared.c:
1200         * daemon.c: Forked processes now close all open file descriptors.
1201
1202 Fri Jul 19 19:05:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
1203
1204         * sockets.h, io-layer.h, critical-sections.h: don't include config.h
1205         in header files.
1206
1207 2002-07-19  Martin Baulig  <martin@gnome.org>
1208
1209         * threads.c (ExitThread): Call exit() if no threads has been
1210         created yet.
1211
1212 2002-07-17  Dick Porter  <dick@ximian.com>
1213
1214         * daemon-messages.c: Freebsd fixes from Andreas Kohn
1215         <andreas.kohn@gmx.net>
1216
1217 2002-07-15  Dick Porter  <dick@ximian.com>
1218
1219         * io.c: Removed bogus console_flush() method, that was just cut
1220         and pasted from file_flush when I separated the two handle types.
1221
1222 2002-07-12  Dick Porter  <dick@ximian.com>
1223
1224         * io.c (convert_from_flags): Fixed misunderstanding wrt fcntl
1225         flags.  Fixes bug 27633.
1226
1227 2002-07-12  Dick Porter  <dick@ximian.com>
1228
1229         * wapi-private.h:
1230         * handles.c:
1231         * daemon.c: Use size of sockaddr_un.sun_path from config.h
1232
1233 2002-07-12  Dick Porter  <dick@ximian.com>
1234
1235         * processes.c (CreateProcess): Send stdin, stdout and stderr
1236         handles if the startup info doesnt specify new ones
1237
1238         * io.c (GetStdHandle): Return the same handle when the same
1239         standard handle is requested
1240
1241         * handles.c: Pass file descriptors when forking
1242
1243         * daemon.c: Use supplied file descriptors when forking a new
1244         process
1245
1246         * daemon-messages.h: 
1247         * daemon-messages.c: Pass stdin, stdout and stderr file
1248         descriptors to the daemon (used when forking)
1249
1250 2002-07-11  Miguel de Icaza  <miguel@ximian.com>
1251
1252         * daemon.c (_wapi_daemon_main): Use sizeof
1253         (main_socket_address.sun_path) instead of hardcoded 108 value.
1254
1255         * handles.c (shared_init): Use sizeof
1256         (shared_socket_address.sun_path) instead of hardcoded 108 value.
1257
1258 2002-07-10  Dennis Haney  <davh@davh.dk>
1259
1260         * shared.c:
1261         * handles.c:
1262         * daemon.c: Lots of documentation, some added error checking, and
1263         code readability improvements.
1264
1265         * daemon-messages.h: Add the Error request type to improve error
1266         checking.
1267
1268         * daemon-messages.c: Do a bit more error checking on send() and
1269         recv(), and log errors with a higher severity level.
1270
1271 2002-07-04  Dick Porter  <dick@ximian.com>
1272
1273         * daemon.c (process_process_fork): Fix argument handling, due to
1274         buggy understanding of g_strsplit() behaviour.
1275
1276 2002-07-03  Dick Porter  <dick@ximian.com>
1277
1278         * threads.h:
1279         * threads.c: Implement OpenThread().  Define access-control values
1280         for thread handles.
1281
1282         * wapi.h:
1283         * processes.h:
1284         * access.h:
1285         * Makefile.am: Added access.h, to hold shared access-control
1286         definitions
1287
1288 2002-07-02  Dick Porter  <dick@ximian.com>
1289
1290         * wapi-private.h (_WAPI_HANDLE_VERSION): New protocol version
1291         
1292 2002-07-02  Dick Porter  <dick@ximian.com>
1293
1294         * handles.c (shared_init): Make a second attempt to contact the
1295         daemon if the shared memory attach succeeds, but the connect()
1296         fails. (This copes with the daemon crashing without cleaning up
1297         the shared memory.)
1298
1299         * Makefile.am: 
1300         * daemon-private.h:
1301         * daemon.c:
1302         * shared.c (_wapi_shm_attach): Don't exec() anything when we fork
1303         the daemon, it's now built into the library.
1304
1305 2002-06-25  Dick Porter  <dick@ximian.com>
1306
1307         * handles.c:
1308         * handles-private.h:
1309         * daemon-messages.h:
1310         * daemon.c: Process forking and handle data management
1311
1312         * processes.h:
1313         * process-private.h:
1314         * processes.c: Process forking and other support functions
1315
1316 2002-06-25  Dick Porter  <dick@ximian.com>
1317
1318         * versioninfo.h: PE resource decoding
1319
1320         * unicode.c (_wapi_unicode_to_utf8): g_utf16_to_utf8 doesnt need
1321         to be told the string length
1322
1323         * io.c: Removed the ACTUALLY_DO_UNICODE option.  Fixed some leaks.
1324         Moved _wapi_time_t_to_filetime and the WapiFileTime typedef to
1325         timefuncs.c
1326
1327 2002-06-12  Dick Porter  <dick@ximian.com>
1328
1329         * daemon.c: 
1330         * daemon-messages.c: Handle SIGPIPE in a non-stupid way in the
1331         daemon, if MSG_NOSIGNAL isn't available.  Thanks to Jaroslaw
1332         Kowalski <jarek@atm.com.pl> for pointing out the bogosity.
1333
1334 2002-06-10  Jaroslaw Kowalski <jarek@atm.com.pl>
1335
1336         * sockets.c, daemon-messages.c: Prevent SIGPIPE from being raised
1337         when writing to a closed socket.
1338
1339 2002-06-08  Jeffrey Stedfast  <fejj@ximian.com>
1340
1341         * mono-mutex.c (mono_once): New convenience function for my
1342         previous fix.
1343
1344         * handles.c:
1345         * error.c: 
1346         * critical-sections.c: 
1347         * threads.c: 
1348         * sockets.c: 
1349         * semaphores.c: 
1350         * processes.c: 
1351         * mutexes.c: 
1352         * io.c: 
1353         * events.c: 
1354         * atomic.c: Use mono_once() rather than pthread_once().
1355
1356 2002-06-06  Jeffrey Stedfast  <fejj@ximian.com>
1357
1358         * handles.c (_wapi_handle_new): pthread_once() is not atomic, so
1359         if multiple threads all try to call _wapi_handle_new() before the
1360         shared data has been initialized, it is possible that we could get
1361         into a condition where shared_init() is being executed and later
1362         threads will pass by pthread_once() due to the fact that it has
1363         already been called and so therefor will attempt to use the shared
1364         data before it has been completely initialized. If we instead use
1365         a standard mutex locking mechanism around shared_init(), we can
1366         avoid the situation entirely. By wrapping the mutex locking in a
1367         check to see if we've already initialized the data, we can even
1368         avoid wasting resources by having to lock/unlock the mutex in any
1369         later calls (the only time we'd have to worry about
1370         locking/unlocking is the initial race to call shared_init() at
1371         startup).
1372
1373 Sat Jun 1 13:27:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
1374
1375         * atomic.h: inline asm fixes from Dennis Haney (davh@davh.dk).
1376
1377 Fri May 31 16:21:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
1378
1379         * daemon.c, handles.c: rename "sun" local var since it's apparently
1380         a #define on Solaris.
1381
1382 Fri May 31 15:40:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
1383
1384         * daemon-messages.c: work-around MSG_NOSIGNAL missing on some
1385         platforms.
1386
1387 2002-05-15  Dick Porter  <dick@ximian.com>
1388
1389         * wait.c: Fix a deadlock in WaitForMultipleObjects
1390
1391 2002-05-14  Dick Porter  <dick@ximian.com>
1392
1393         * io.c: Fix a cut&paste error, found by
1394         Jaroslaw Kowalski <jarek@atm.com.pl>
1395
1396 2002-05-10  Dan Lewis  <dihlewis@yahoo.co.uk>
1397
1398         * io.c: Nasty typo.
1399
1400 2002-05-09  Dick Porter  <dick@ximian.com>
1401
1402         * threads.c: 
1403         * semaphores.c: 
1404         * processes.c: 
1405         * mutexes.c: 
1406         * handles-private.h: 
1407         * events.c: 
1408         * Makefile.am: Remove now-unused file wait-private.h
1409
1410 2002-05-08  Dick Porter  <dick@ximian.com>
1411
1412         * shared.c: Better error messages, and report when daemon
1413         connection fails rather than blocking forever.  Do some more
1414         shared memory sanity checking.
1415
1416         * handles.c: Better error messages when connecting to shared
1417         memory and the handle daemon.  Fall back to non-shared handles if
1418         an error occurs.  Set the default back to 'shared handles'.  Fix a
1419         crashing bug in scratch space allocation that mangled the block
1420         headers.
1421
1422 2002-05-07  Miguel de Icaza  <miguel@ximian.com>
1423
1424         * handles.c (shared_init): Disable SHM for now, people have too
1425         many problems with this, and the diagnostics are not helping.
1426
1427 2002-05-06  Dan Lewis  <dihlewis@yahoo.co.uk>
1428
1429         * io.c: CreateFile sets win32 last error.
1430
1431 2002-05-05  Dick Porter  <dick@ximian.com>
1432
1433         * wapi-private.h: 
1434         * handles-private.h:
1435         * io.c: 
1436         * io-private.h:
1437         * mutexes.c: 
1438         * mutex-private.h: 
1439         * processes.c: 
1440         * process-private.h: 
1441         * semaphores.c: 
1442         * semaphore-private.h: 
1443         * sockets.c: 
1444         * socket-private.h: 
1445         * events.c: 
1446         * event-private.h: Simplify the WapiHandleOps struct: take out all
1447         the file-specific entries, leaving just the items that operate on
1448         handles themselves.  Split the close operation into shared and
1449         private parts: shared close is called by the daemon.
1450
1451         * handles.c: As above, but also pass handle allocation, ref and
1452         unref operations to the daemon.  Populate the handle_ops array at
1453         compile time, because the daemon needs to call ops on handles too.
1454         Don't bother to track open handle counts any more, the daemon does
1455         that.
1456         
1457         * threads.c: 
1458         * thread-private.h: As above, but also make the thread data
1459         handle-private.
1460
1461         * shared.c: Fork a handle daemon if the calling process created
1462         the shared memory segment.
1463
1464         * daemon.c:
1465         * daemon-messages.c:
1466         * daemon-messages.h:
1467         * Makefile.am: Build a daemon to manage handle allocation and
1468         destruction without needing to lock the shared memory
1469
1470 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
1471
1472         * atomic.c: Changed to use a normal mutex rather than a spinlock
1473         since a lot of platforms seem to not have them :\
1474
1475 2002-04-30  Dick Porter  <dick@ximian.com>
1476
1477         * Completely rewrote the handle waiting code: removed the helper
1478         thread and its attendant complexity.  All handle waiting is now
1479         abstracted into the WaitForSingleObject() and
1480         WaitForMultipleObjects() functions.
1481
1482         * Implemented inter-process sharing of handles using sysv shared
1483         memory.  This makes handles even more opaque, with a handle now
1484         just an index into an array.
1485         
1486 2002-04-25  Dan Lewis  <dihlewis@yahoo.co.uk>
1487
1488         * io.c: unitialized pointer in GetCurrentDirectory.
1489
1490 Sat Apr 20 13:37:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
1491
1492         * threads.c: destroy the mutex at thread destruction
1493         (if/when thread destruction code will be actually called).
1494         When protecting a tls data pointer from the gc, use also the 
1495         thread id in the key.
1496         
1497 Wed Apr 17 18:36:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
1498
1499         * timed-thread.c: avoid race condition when setting the thread to
1500         detached.
1501
1502 2002-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1503
1504         * jit.h: to more #include lines to avoid breaking compilation
1505         under windows when upgrading mingw and w32api to version
1506         1.3 (thanks Dick!).
1507
1508 2002-04-16  Dick Porter  <dick@ximian.com>
1509
1510         * atomic.h: Explanatory comment about lack of 80386 support
1511
1512 2002-04-15  Dick Porter  <dick@ximian.com>
1513
1514         * atomic.h: use xaddl for InterlockedIncrement() and
1515         InterlockedDecrement().  Use cmpxchgl in a loop for
1516         InterlockedExchange() and InterlockedExchangePointer().
1517
1518 Mon Apr 15 13:31:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
1519
1520         * unicode.c: fix unicode_len() to not access uninitialized memory
1521         (and updated to conform to mono code style).
1522
1523 Fri Mar 29 17:15:11 CET 2002 Paolo Molaro <lupus@ximian.com>
1524
1525         * io.c: EEXISTS is ignored for directory creation.
1526         * mono-mutex.h: remove silly "pragma }" that emacs users insert
1527         because they use a broken editor:-)
1528
1529 2002-03-28  Dick Porter  <dick@ximian.com>
1530
1531         * sockets.h: 
1532         * sockets.c: 
1533         * io.c: 
1534         * handles.h: 
1535         * handles.c: Warning cleanups
1536
1537 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
1538
1539         * unicode.h, unicode.c: changed to gunichar2
1540         * io.h, io.c: changed strings to gunichar2*, added
1541         SetFileAttributes(), GetCurrentDirectory(), SetCurrentDirectory(),
1542         some fixes to FindFirstFile() and friends.
1543
1544 2002-03-26  Dick Porter  <dick@ximian.com>
1545
1546         * types.h: Implement the large integer struct
1547
1548         * timefuncs.h:
1549         * timefuncs.c: Dummy functions that don't yet implement
1550         QueryPerformanceCounter() and QueryPerformanceFrequency()
1551
1552         * threads.h:
1553         * threads.c: Implement SleepEx()
1554
1555         * system.h:
1556         * system.c: Beginnings of GetSystemInfo()
1557
1558         * mono-mutex.c (pthread_mutex_timedlock): Fix a ms/ns conversion
1559         thinko
1560
1561         * context.h:
1562         * context.c: Dummy function that doesnt yet implement
1563         GetThreadContext()
1564
1565         * atomic.h: 
1566         * atomic.c: Interlocked functions
1567
1568 Mon Mar 25 13:01:40 CET 2002 Paolo Molaro <lupus@ximian.com>
1569
1570         * threads.c: use a gc-safe hash table to store tls pointers.
1571
1572 2002-03-22  Dick Porter  <dick@ximian.com>
1573
1574         * threads.c: Fix a race condition where a thread can start and
1575         exit before the handle has been properly initialised (no reason
1576         why the handle couldn't be initialised beforehand, so do so)
1577
1578         Fix a ms to ns conversion magnitude thinko.
1579
1580 2002-03-21  Dick Porter  <dick@ximian.com>
1581
1582         * semaphores.c: Fix a problem when waiting for one or more
1583         semaphores, and another semaphore is Released (all waiting
1584         semaphores assumed they were signalled)
1585
1586 2002-03-29  Dan Lewis <dihlewis@yahoo.co.uk>
1587
1588         * io.h, io.c, uglify.h: added MoveFile, CopyFile, CreateDirectory,
1589         RemoveDirectory, GetFileAttributes, GetFileAttributesEx
1590
1591 2002-03-19  Dietmar Maurer  <dietmar@ximian.com>
1592
1593         * threads.c (Sleep): bug fix: 1ms == 1000000ns
1594
1595 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
1596
1597         * io.h, io.c, events.c, mutexes.c, semaphores.c, sockets.c,
1598         threads.c, io.c: added flush method to handles.
1599
1600         * io.c: FlushFileBuffers() and FindFirstFile() functions.
1601
1602 Thu Mar 7 17:21:52 CET 2002 Paolo Molaro <lupus@ximian.com>
1603
1604         * threads.c, timed-thread.c, wait.c: Boehm-GC anable.
1605
1606 2002-02-20  Dick Porter  <dick@ximian.com>
1607
1608         * io-layer.h: Always build without cygwin support on windows
1609
1610 Mon Feb 18 15:50:59 CET 2002 Paolo Molaro <lupus@ximian.com>
1611
1612         * sockets.c: #undef DEBUG.
1613
1614 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1615
1616         * io-layer.h: conditionally include sys/filio.h and sys/sockio.h
1617         for FIONBIO, FIONREAD, and SIOCATMARK.
1618
1619 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1620
1621         * sockets.c: conditionally include sys/filio.h and sys/sockio.h
1622         for FIONBIO, FIONREAD, and SIOCATMARK.
1623
1624 2002-02-13  Dick Porter  <dick@ximian.com>
1625
1626         * sockets.c: Implement shutdown and select
1627
1628 2002-02-13  Jeffrey Stedfast  <fejj@ximian.com>
1629
1630         * mono-mutex.[c,h]: New source files that thinly wrap all pthread
1631         functions that take pthread_mutex_t and/or pthread_mutexattr_t
1632         arguments for the sake of portability. Implements recursive
1633         mutexes and pthread_mutex_timedlock.
1634
1635         * critical-sections.c:
1636         * events.c:
1637         * handles.c:
1638         * mutexes.c:
1639         * semaphores.c:
1640         * threads.c:
1641         * timed-thread.c:
1642         * wait.c: Use the mono-mutex wrapper portability functions/macros.
1643
1644         * pthread-compat.[c,h]: Replaced by mono-mutex.[c,h]
1645
1646 2002-01-23  Dick Porter  <dick@ximian.com>
1647
1648         * sockets.c: Networking support, mostly wrapping BSD socket APIs
1649         with handle code, and translating errno into w32 error codes.
1650
1651         * macros.h: Some w32 macros used with the socket support
1652
1653         * error.c: Implemented GetLastError() and SetLastError()
1654
1655         * Makefile.am: Added sockets, with kludge to override some symbols
1656
1657 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
1658
1659         * unicode.c (_wapi_unicode_to_utf8): byteswap UTF16 strings before
1660         passing them to iconv
1661         (_wapi_unicode_to_utf8): only swap bytes on LE systems, remove bug
1662         from previous commit.
1663
1664 2001-12-11  Dick Porter  <dick@ximian.com>
1665
1666         * io.c: Implement DeleteFile(), GetFileTime(), SetFileTime() and
1667         FileTimeToSystemTime().
1668
1669         * unicode.c (unicode_len): Nasty way of finding length of unicode
1670         string with embedded NULLs (counts until two NULLs together).
1671
1672         * mutexes.c (mutex_close): 
1673         * events.c (event_close): Release the internal pthreads resources
1674
1675 2001-11-26  Dick Porter  <dick@ximian.com>
1676
1677         * critical-sections.c:
1678         * events.c:
1679         * handles.c:
1680         * io.c:
1681         * mutexes.c:
1682         * semaphores.c:
1683         * threads.c:
1684         * timed-thread.c:
1685         * wait.c: turn off DEBUG messages
1686
1687 2001-11-22  Dick Porter  <dick@ximian.com>
1688
1689         * handles.c (SignalObjectAndWait): Implement
1690
1691         * wait.c (WaitForSingleObject): Fix case where timeout == 0
1692
1693         * threads.c:
1694         * semaphores.c:
1695         * mutexes.c:
1696         * io.c:
1697         * events.c: Support for SignalObjectAndWait
1698         
1699 2001-11-21  Dick Porter  <dick@ximian.com>
1700
1701         * events.c:
1702         * handles.c:
1703         * mutexes.c:
1704         * semaphores.c:
1705         * threads.c:
1706         * wait.c: Reliable method of returning which handle was signalled
1707         on return from WaitForMultipleObjects().
1708
1709 2001-11-21  Dick Porter  <dick@ximian.com>
1710
1711         * events.c: Implement events
1712
1713 2001-11-15  Dick Porter  <dick@ximian.com>
1714
1715         * mutexes.c: Implement mutexes
1716
1717         * threads.c: 
1718         * semaphores.c: 
1719         * misc.c: Factor out some common code
1720
1721 2001-11-13  Dick Porter  <dick@ximian.com>
1722
1723         * threads.c: Implement TLS.  Implement GetCurrentThreadId(), and
1724         GetCurrentThread() by maintaining a hash of thread handles.
1725
1726         * threads.h: Define thread and process creation flags
1727
1728 2001-11-12  Dick Porter  <dick@ximian.com>
1729
1730         * critical-sections.c: Implement critical sections
1731
1732 2001-11-12  Dick Porter  <dick@ximian.com>
1733
1734         * semaphores.c: Implement semaphores
1735
1736         * wait.c (wait_for_item): Maintain a wait count rather than count
1737         signalled booleans.
1738
1739         * threads.c (thread_wait_multiple): Don't lock the wait item, that
1740         will block other wait threads
1741
1742 2001-11-11  Dick Porter  <dick@ximian.com>
1743
1744         * Makefile.am: Rename some automake variables
1745         (from Nick Drochak <ndrochak@gol.com>)
1746
1747 2001-11-10  Dick Porter  <dick@ximian.com>
1748
1749         * Makefile.am (libwapiincludedir): Fix include destination
1750
1751         * .cvsignore: Ignore generated files
1752
1753 2001-11-10  Dietmar Maurer  <dietmar@ximian.com>
1754
1755         * pthread-compat.c: added some include files to make it compile on
1756         linux.
1757
1758 2001-11-08  Dick Porter  <dick@ximian.com>
1759
1760         * Initial checkin.
1761
1762         This is a library emulating the win32 threading and IO API.